From 8763ff02fb4d65f02c3aec20ea2b3d077ba0414a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 6 Apr 2016 16:42:49 -0600 Subject: [PATCH] Remove bad commit of a submodule; Also updates a README. --- .gitmodules | 3 --- examples/README.txt | 17 +++++++++++++++++ freertps | 1 - 3 files changed, 17 insertions(+), 4 deletions(-) delete mode 160000 freertps diff --git a/.gitmodules b/.gitmodules index 248729816..e69de29bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "freertps"] - path = freertps - url = https://github.com/acassis/freertps diff --git a/examples/README.txt b/examples/README.txt index 1769ce7b4..ee603ace6 100644 --- a/examples/README.txt +++ b/examples/README.txt @@ -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 diff --git a/freertps b/freertps deleted file mode 160000 index c2360dc19..000000000 --- a/freertps +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c2360dc1986bf30ce7f508324c1e161c62e724a9