mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Remove bad commit of a submodule; Also updates a README.
This commit is contained in:
parent
8657efa129
commit
8763ff02fb
3 changed files with 17 additions and 4 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
|||
[submodule "freertps"]
|
||||
path = freertps
|
||||
url = https://github.com/acassis/freertps
|
||||
|
|
@ -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
freertps
1
freertps
|
|
@ -1 +0,0 @@
|
|||
Subproject commit c2360dc1986bf30ce7f508324c1e161c62e724a9
|
||||
Loading…
Add table
Add a link
Reference in a new issue