nuttx/arch/renesas/include
Anjana fae7e63479 We have ported NuttX on Renesas RX65N Micro-controller. This port includes following interfaces
1. Serial (UART) driver (13 ports)
2. Ethernet driver

This port is provided on two boards
1. RSK RX65N-2MB
2. GR-Rose

The port is built on Cygwin environment.

As part of this port, we have created two documents
1. Readme.txt for each board
2. User manual to provide information about development environment setup
Both these documents are placed under
1. /boards/renesas/rx65n/rx65n-grrose
2. /boards/renesas/rx65n/rx65n-rsk2mb

We have run 'nxstyle' for coding guidelines and 'ostest' for testing NuttX features on test platform.
We have shared the log with no errors as confirmation of valid port.
2019-10-11 23:36:57 +08:00
..
m16c Squashed commit of the following: 2019-04-29 14:52:05 -06:00
rx65n We have ported NuttX on Renesas RX65N Micro-controller. This port includes following interfaces 2019-10-11 23:36:57 +08:00
sh1 Squashed commit of the following: 2019-04-29 14:52:05 -06:00
arch.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
inttypes.h Add architecture-specific inttypes.h 2016-10-27 16:01:38 -04:00
irq.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
limits.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
README.txt Beginning to update comments to reflect new organization of the boards/ sub-directory. 2019-08-08 08:46:54 -06:00
sh1Plimits.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
sh1Ptypes.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
syscall.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00
types.h Rename arch/sh to arch/renesas 2016-08-06 13:33:41 -06:00

This directory contains header files common to all SH architectures.
Sub-directories within this directory contain header files unique to
specific SH chip architectures.  At configuration time, additional
directories will be linked here: 'build' will be a link to the
boards/renesas/<chip>/<board>/include directory; 'chip' will be a link to
the SH chip sub-directory.