nuttx/arch/sh/src
2015-11-26 06:59:35 -06:00
..
common All instances of up_initialize() should call loop_register() is CONFIG_DEV_LOOP=y 2015-11-25 17:10:41 -06:00
m16c Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
sh1 Rename board_led_off to board_autoled_off 2015-11-01 09:09:36 -06:00
.gitignore
Makefile Re-think how __KERNEL__ option is set in architecture Makefiles. Should be passed in EXTRADEFINES 2015-11-26 06:59:35 -06:00
README.txt

This directory provides a build area for all SH architectures.
The 'common' subdirectory contains source files shared by all SH
architectures; Source files unique to a specific SH chip
architecture are contained in a subdirectory named after the chip.
At configuration time, additional directories will be linked here:
'build' will be a link to the configs/*/src directory; 'chip' will
be a link to the SH chip sub-directory.