mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 20:59:05 +00:00
BREAKING: In an effort to simplify board initialization logic for NuttX, NSH will no longer support architecture initialization. This will happen during boot via the BOARD_LATE_INITIALIZE option. The boardctl command BOARDIOC_INIT is also no longer available from user-space. Quick fix: Any application relying on BOARDIOC_INIT should now enable BOARD_LATE_INITIALIZE to have initialization performed by the kernel in advance of the application running. If control over initialization is still necessary, BOARDIOC_FINALINIT should be implemented and used. Boards relying on NSH for initialization should also enable BOARD_LATE_INITIALIZE instead. Signed-off-by: Matteo Golin <matteo.golin@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| foc_adc.h | ||
| foc_cfg.h | ||
| foc_debug.h | ||
| foc_device.c | ||
| foc_device.h | ||
| foc_fixed16_thr.c | ||
| foc_float_thr.c | ||
| foc_intf.c | ||
| foc_intf.h | ||
| foc_main.c | ||
| foc_motor_b16.c | ||
| foc_motor_b16.h | ||
| foc_motor_f32.c | ||
| foc_motor_f32.h | ||
| foc_mq.c | ||
| foc_mq.h | ||
| foc_nxscope.c | ||
| foc_nxscope.h | ||
| foc_parseargs.c | ||
| foc_parseargs.h | ||
| foc_perf.c | ||
| foc_perf.h | ||
| foc_thr.c | ||
| foc_thr.h | ||
| Kconfig | ||
| Make.defs | ||
| Makefile | ||