incubator-nuttx/boards/arm/stm32f7
hujun5 908df725ad arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS
reason:
1 On different architectures, we can utilize more optimized strategies
  to implement up_current_regs/up_set_current_regs.
eg. use interrupt registersor percpu registers.

code size
before
    text    data     bss     dec     hex filename
 262848   49985   63893  376726   5bf96 nuttx

after
       text    data     bss     dec     hex filename
 262844   49985   63893  376722   5bf92 nuttx

size change -4

Configuring NuttX and compile:
$ ./tools/configure.sh -l qemu-armv8a:nsh_smp
$ make
Running with qemu
$ qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic \
   -machine virt,virtualization=on,gic-version=3 \
   -net none -chardev stdio,id=con,mux=on -serial chardev:con \
   -mon chardev=con,mode=readline -kernel ./nuttx

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-09-13 23:18:58 +08:00
..
common nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
nucleo-144 arch: use up_current_regs/up_set_current_regs replace CURRENT_REGS 2024-09-13 23:18:58 +08:00
steval-eth001v1 nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
stm32f746-ws nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
stm32f746g-disco nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
stm32f769i-disco nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
stm32f777zit6-meadow nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00