incubator-nuttx/arch/renesas/src
dongjianli 19e16cb1ba up_internal.h: Define out the prototype for up_netinitialize() if CONFIG_NETDEV_LATEINIT is also defined 2018-08-24 14:50:45 -06:00
..
common up_internal.h: Define out the prototype for up_netinitialize() if CONFIG_NETDEV_LATEINIT is also defined 2018-08-24 14:50:45 -06:00
m16c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
sh1 Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
.gitignore
Makefile Build system: Remove fixed lib/ subdirectory and its content. Replace with new directory called staging/ that is created dynamically when building and removed when 'make clean' is done. This both improves the name and eliminates a garbage directory from the repository. 2018-05-29 11:36:21 -06:00
README.txt Update Renesas REAMDE files 2016-08-06 15:43:27 -06:00

README.txt

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