nuttx-mirror/boards/arm/at32/at32f437-mini
hujun5 48c439190d fix compile erorr
chip/stm32_gpio.c:44:11: note: '#pragma message: CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py'
   44 | #  pragma message "CONFIG_STM32_USE_LEGACY_PINMAP will be deprecated migrate board.h see tools/stm32_pinmap_tool.py"
      |           ^~~~~~~
CC:  pthread/pthread_mutexconsistent.c In file included from chip/stm32_flash.c:40:
chip/stm32f20xxf40xx_flash.c:53:4: warning: #warning "Default Flash Configuration Used - See Override Flash Size Designator" [-Wcpp]
   53 | #  warning "Default Flash Configuration Used - See Override Flash Size Designator"
      |    ^~~~~~~
board/stm32_ethernet.c:84:19: warning: 'g_phy_lock' defined but not used [-Wunused-variable]
   84 | static spinlock_t g_phy_lock = SP_UNLOCKED;
      |                   ^~~~~~~~~~
LD: nuttx

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-12-20 14:09:34 +08:00
..
configs board: refresh boards after update LIBCANUTILS dependency 2024-10-27 19:46:43 +08:00
include fix nxstyle 2024-11-28 20:40:13 +08:00
kernel boards/arm/at32: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
romfs add Artery at32 2023-09-20 02:07:55 +08:00
scripts boards/arm/at32: migrate to SPDX identifier 2024-11-10 01:12:34 +08:00
src fix compile erorr 2024-12-20 14:09:34 +08:00
tool sched: move etc romfs mount from nsh to sched/init 2024-01-09 21:29:46 -03:00
Kconfig add Artery at32 2023-09-20 02:07:55 +08:00