yangwei-x opened a new pull request, #15995: URL: https://github.com/apache/nuttx/pull/15995
## arm/nucleo-f746zg: Add board example with app note Add a example for board nucleo-f746zg with following apps ``` NuttShell (NSH) NuttX-12.8.0 nsh> nsh> help help usage: help [-v] [<cmd>] . cp false mkdir rmdir umount [ cmp fdinfo mkfifo rmmod unset ? dirname free mkrd route uptime addroute dd help mount set usleep alias delroute hexdump mv sleep watch unalias df ifconfig nslookup source xd arp dmesg insmod pidof test wait basename echo kill printf time break exec pkill ps true cat exit ls pwd truncate cd expr lsmod rm uname Builtin Apps: note nsh ping renew sh telnetd trace nsh> ``` ## Impact Only valid for board nucleo-f746zg ## Testing * OS: Build success on Ubuntu 24.04 * Compiler: arm-none-eabi-gcc (15:13.2.rel1-2) 13.2.1 20231009 ``` NuttShell (NSH) NuttX-12.8.0 nsh> nsh> help help usage: help [-v] [<cmd>] . cp false mkdir rmdir umount [ cmp fdinfo mkfifo rmmod unset ? dirname free mkrd route uptime addroute dd help mount set usleep alias delroute hexdump mv sleep watch unalias df ifconfig nslookup source xd arp dmesg insmod pidof test wait basename echo kill printf time break exec pkill ps true cat exit ls pwd truncate cd expr lsmod rm uname Builtin Apps: note nsh ping renew sh telnetd trace nsh> trace -h Usage: trace [-n][<name>] <subcommand>... Subcommand: start [-c][<duration>] : Start task tracing stop : Stop task tracing cmd [-c] <command> [<args>...] : Get the trace while running <command> dump [-a][-c][<filename>] : Output the trace result [-a] <Android SysTrace> mode [{+|-}{o|w|s|a|i|d}...] : Set task trace options switch [+|-] : Configure switch trace filter print [+|-] : Configure dump trace filter nsh> note -h note_manote_daemon: Running note_daemon: Opening /dev/note/ram in<noname>-5 [0] 1072.936000000: sched_switch: prev_comm=<noname> prev_pid=0 prev_prio=255 prev_state=R ==> next_comm=<noname> next_pid=5 next_prio=100 : Starting the note_daemon note_main: note_daemon started nsh> <noname>-3 [0] 1072.937000000: sched_switch: prev_comm=<noname> prev_pid=5 prev_prio=100 prev_state=R ==> next_comm=<noname> next_pid=3 next_prio=100 <noname>-3 [0] 1073.792000000: sched_switch: prev_comm=<noname> prev_pid=3 prev_prio=100 prev_state=R ==> next_comm=<noname> next_pid=3 next_prio=100 <noname>-3 [0] 1074.265000000: sched_switch: prev_comm=<noname> prev_pid=3 prev_prio=100 prev_state=R ==> next_comm=<noname> next_pid=3 next_prio=100 <noname>-1 [0] 1074.702000000: sched_switch: prev_comm=<noname> prev_pid=3 prev_prio=100 prev_state=R ==> next_comm=<noname> next_pid=1 next_prio=224 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org