nuttx/boards/arm/stm32/nucleo-g431kb
chao.an 1c8e12406e compile/opt: add config DEBUG_LINK_MAP
Selecting this option will pass "-Map=$(TOPDIR)$(DELIM)nuttx.map" to ld
when linking NuttX ELF. That file can be useful for verifying
and debugging magic section games, and for seeing which
pieces of code get eliminated with DEBUG_OPT_UNUSED_SECTIONS.

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-04-22 01:37:23 +08:00
..
configs sched: Remove SDCLONE_DISABLE option and config 2022-01-31 19:03:20 +01:00
include Add nucleo-g431kb Analog Comparator example. 2021-07-07 21:34:58 -03:00
scripts compile/opt: add config DEBUG_LINK_MAP 2022-04-22 01:37:23 +08:00
src arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
Kconfig Added basic support for nucleo-g431kb board. 2021-06-11 20:51:56 -05:00
README.txt Added basic support for nucleo-g431kb board. 2021-06-11 20:51:56 -05:00

README
======

The Nucleo-G431KB is a member of the Nucleo-32 board family. The Nucleo-32
is a standard board for use with several STM32 parts in the UFQFPN32 package.

STATUS
======

  2021-06-11: The basic NSH configuration is now functional.

Configurations
==============