Remove bad commit of a submodule; Also updates a README.

This commit is contained in:
Gregory Nutt 2016-04-06 16:42:49 -06:00
parent 8657efa129
commit 8763ff02fb
3 changed files with 17 additions and 4 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "freertps"]
path = freertps
url = https://github.com/acassis/freertps

View File

@ -70,6 +70,23 @@ examples/alarm
^^^^^^^^^^^^^^
A simple example that tests the alarm IOCTLs of the RTC driver.
Dependencies:
CONFIG_RTC_DRIVER - RTC driver must be initialized to allow user space
access to the RTC.
CONFIG_RTC_ALARM - Support for RTC alarms must be enabled.
Configuration:
CONFIG_EXAMPLES_ALARM - Enable the RTC driver alarm test
CONFIG_EXAMPLES_ALARM_PROGNAME - If CONFIG_BUILD_KERNEL=y, then this is
the name of the program that will be use when the NSH ELF program is
installed.
CONFIG_EXAMPLES_ALARM_PRIORITY - Alarm daemon priority
CONFIG_EXAMPLES_ALARM_STACKSIZE - Alarm daemon stack size
CONFIG_EXAMPLES_ALARM_DEVPATH - RTC device path (/dev/rtc0)
ONFIG_EXAMPLES_ALARM_SIGNO - Alarm signal
examples/bastest
^^^^^^^^^^^^^^^^
This directory contains a small program that will mount a ROMFS file system

@ -1 +0,0 @@
Subproject commit c2360dc1986bf30ce7f508324c1e161c62e724a9