nuttx/arch/renesas/src
Xiang Xiao 40ef5bc6db libc: Move queue.h from include to include/nuttx
to avoid the conflict with libuv's queue.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-09-26 08:04:58 +02:00
..
common arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
m16c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
rx65n libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
sh1 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
.gitignore Renesas .gitignore files added 2020-09-24 10:10:40 +01:00
Makefile arch: Remove board/libboard$(LIBEXT) from the rerequest of export_startup 2022-05-12 23:34:31 +03: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 boards/renesas/<chip>/<board>/src directory; 'chip'
will be a link to the SH chip sub-directory.