a60051cb30
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3354 42af7a65-404d-4744-a932-0658087f49c3 |
||
---|---|---|
.. | ||
boot.c | ||
buttons.c | ||
leds.c | ||
Makefile | ||
nsh.c | ||
power.c | ||
ramtron.c | ||
README.txt | ||
sdcard.c | ||
spi.c | ||
sysclock.c | ||
usbdev.c | ||
usbstrg.c | ||
vsn.h |
The directory contains start-up and board level functions. Execution starts in the following order: - sysclock, immediately after reset stm32_rcc calls external clock configuration when CONFIG_ARCH_BOARD_STM32_CUSTOM_CLOCKCONFIG=y is set. It must be set for the VSN board. - boot, performs initial chip and board initialization - ... - nsh, as central application last.