nuttx/boards/arm/stm32/nucleo-g431kb
Alan Rosenthal 8defb843aa Remove duplicate linker script definitions
## Summary
A lot of linker scripts were listed twice, once for unix, once for windows.

This PR cleans up the logic so they're only listed once.

 ## Impact
Any opportunity to use a single source of truth and reduce lines of code is a win!

 ## Testing
CI will test all build
2022-02-17 02:55:25 +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 Remove duplicate linker script definitions 2022-02-17 02:55:25 +08:00
src Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +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
==============