nuttx/arch/renesas/src
2018-07-08 18:24:45 -06:00
..
common syslog: Enable is partial, crippled version of syslog_flush(); arch/: Call syslog_flush() from assertion handling logic. 2018-06-07 16:29:16 -06:00
m16c Various locations: Fix typos due to missing right parenthese. Thanks to hyungsubkim for posting Issue #102 2018-06-16 16:19:32 -06:00
sh1 Fix lots of typos in C comments and Kconfig help text 2018-07-08 18:24:45 -06:00
.gitignore Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
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

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.