Gregory Nutt
|
a473ececed
|
apps/examples/sched_note: Fix some issues associated with monitoring critical sections
|
2016-03-21 17:09:18 -06:00 |
|
Gregory Nutt
|
5a95cb4601
|
apps/examples/sched_note: Add task state to suspend event output; fix some output formatting errors
|
2016-03-21 15:25:11 -06:00 |
|
Gregory Nutt
|
b44c9fa174
|
apps/examples/sched_note: Adjust example for changes to scheduler instrumentation
|
2016-03-21 14:09:25 -06:00 |
|
Gregory Nutt
|
2443278928
|
Fix error in time calculation
|
2016-03-17 16:13:43 -06:00 |
|
Gregory Nutt
|
6a5b6f8753
|
Add a simple test of the scheduler instrumentation logic. This initial version is still kind of buggy.
|
2016-03-17 16:02:28 -06:00 |
|
Gregory Nutt
|
84f453b7a1
|
apps/examples/ostest: Add a test of TLS
|
2016-03-11 14:02:00 -06:00 |
|
Gregory Nutt
|
4c10341269
|
apps/exampels/rgb: Make path to driver a configuration option
|
2016-02-23 07:04:54 -06:00 |
|
Alan Carvalho de Assis
|
855d2e70bf
|
apps/examples/rgbled: Add an example using the RGB LED driver
|
2016-02-23 06:53:35 -06:00 |
|
Gregory Nutt
|
6125e9376e
|
Standardize some naming in code section comments
|
2016-02-21 18:15:00 -06:00 |
|
Gregory Nutt
|
431695015e
|
apps/examples/smp: Improvements/fixes
|
2016-02-21 13:29:25 -06:00 |
|
Gregory Nutt
|
65a6739593
|
Add test for verifying SMP operation
|
2016-02-21 11:33:13 -06:00 |
|
Gregory Nutt
|
65a1d53079
|
Add some REVISIT comments
|
2016-02-20 14:57:37 -06:00 |
|
Gregory Nutt
|
ec11a454f9
|
apps/examples/leds: Need to better used of the supported set
|
2016-02-20 14:06:34 -06:00 |
|
Gregory Nutt
|
6037ed8643
|
Some fixes to apps/examples/leds
|
2016-02-20 13:20:22 -06:00 |
|
Gregory Nutt
|
790899508e
|
apps/examples/leds: An example showing how to use the LED driver
|
2016-02-20 12:11:42 -06:00 |
|
Gregory Nutt
|
7537a963b4
|
UAVCAN: Add a patch to make the verified version of UAVCAN compatible with the current NuttX code base
|
2016-02-15 19:11:52 -06:00 |
|
Gregory Nutt
|
d5c3bae6cd
|
apps/: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-14 15:15:37 -06:00 |
|
Gregory Nutt
|
3ef9b14738
|
Move apps/examples/ubloxmodem to apps/system/ubloxmodem
|
2016-01-31 09:35:42 -06:00 |
|
Vladimir Komendantskiy
|
02a5e25f56
|
apps/examples/ubloxmodem: app to control the power state of the modem in nsh.
|
2016-01-31 09:07:46 -06:00 |
|
Vladimir Komendantskiy
|
387dda152c
|
chat app and required update to the pppd client.
|
2016-01-29 17:00:59 -06:00 |
|
Gregory Nutt
|
e00bc64c40
|
Trivial correction of some spacing
|
2016-01-23 17:04:37 -06:00 |
|
Gregory Nutt
|
e39c85b718
|
Eliminate a warning about a symbol being redefined
|
2016-01-23 17:03:46 -06:00 |
|
Gregory Nutt
|
615e640913
|
More bash scripts executable
|
2016-01-23 15:30:09 -06:00 |
|
Gregory Nutt
|
fff6765e63
|
Update some README files
|
2016-01-22 17:20:15 -06:00 |
|
Gregory Nutt
|
dd53e9ae57
|
Merged in paulpatience/nuttx-apps/qencoder (pull request #28)
examples/qencoder: Add configuration options to Kconfig file
|
2016-01-19 12:55:53 -06:00 |
|
Paul A. Patience
|
f5da6e23cf
|
examples/qencoder: Add configuration options to Kconfig file
|
2016-01-19 13:45:33 -05:00 |
|
=?UTF-8?B?6ZmI5p6X6aOe?=
|
f738166b17
|
examples/watchdog: Some fixes to help text and ping time range
|
2016-01-19 06:57:34 -06:00 |
|
Gregory Nutt
|
6d8e81e064
|
examples/can: Fix to work with new CAN error reporting
|
2016-01-18 12:34:19 -06:00 |
|
Gregory Nutt
|
19efbf8b87
|
OS test: Mark some constants as long to avoid overflow when used the AVR8. Example, 500*1000 overflows when type int is only 16-bits, but 500*1000L avoids the overflow
|
2016-01-08 07:48:50 -06:00 |
|
Gregory Nutt
|
96ee336278
|
apps/examples/hello: Can now select task priority and stacksize
|
2016-01-06 07:47:08 -06:00 |
|
Gregory Nutt
|
d5f8008931
|
OS test: Add a test of POSIX timers using SIGEV_THREAD. Also, clean up many warnings with building on a PC with 64-bit addresses
|
2015-12-30 16:29:21 -06:00 |
|
Alan Carvalho de Assis
|
1308399564
|
apps/examples/pca9635: Add a simple test of PCA9635PW PWM LED driver. From Alan Carvalho de Assis.
|
2015-12-15 14:10:21 -06:00 |
|
Gregory Nutt
|
41c673d95d
|
apps/examples/module: cosmetic update to printf statements
|
2015-12-14 13:21:39 -06:00 |
|
Gregory Nutt
|
f0a21d3d48
|
NSH: Add module commands: insmod, rmmod, and lsmod
|
2015-12-13 09:55:52 -06:00 |
|
Gregory Nutt
|
d198f09ae3
|
Update examples/module and system/symtab to adjust to change in boardctl() and insmod() interfaces
|
2015-12-13 08:14:44 -06:00 |
|
Gregory Nutt
|
469a7fdf0f
|
examples/module: Update for changes in function prototypes
|
2015-12-12 17:43:06 -06:00 |
|
Gregory Nutt
|
052392f36c
|
examples/module. Module should not link with libc because it has out-of-range function calls
|
2015-12-12 14:00:34 -06:00 |
|
Gregory Nutt
|
ad4bcac7a0
|
apps/examples/module: Some fixes
|
2015-12-12 11:49:34 -06:00 |
|
Gregory Nutt
|
6c14e176d9
|
apps/examples/module: Now exercises rmmod as well
|
2015-12-12 11:40:33 -06:00 |
|
Gregory Nutt
|
d02295d1f2
|
apps/examples/module: Add a test harness for testing NuttX kernel modules
|
2015-12-12 09:43:32 -06:00 |
|
Gregory Nutt
|
ba8d44d799
|
netutils/telnetd: Move the Telnet driver to nuttx/drivers/net
|
2015-12-07 09:29:29 -06:00 |
|
Gregory Nutt
|
0798b5ff20
|
Remove more warnings
|
2015-11-29 15:00:52 -06:00 |
|
Gregory Nutt
|
ee1b1da4be
|
Fix some errors/warnings detected by nuttx/tools/testbuild.sh
|
2015-11-29 14:41:34 -06:00 |
|
Paul A. Patience
|
32ae747c7b
|
examples/serialrx: Don't print 'Received:\n' before printing bytes received
|
2015-11-25 10:32:20 -05:00 |
|
Gregory Nutt
|
c195b5415e
|
Merged in paulpatience/nuttx-apps/serialrx (pull request #25)
examples/serialrx: Add configuration options to print the bytes received
|
2015-11-24 16:09:53 -06:00 |
|
Paul A. Patience
|
e6137fc615
|
examples/serialrx: Add configuration options to print the bytes received
|
2015-11-24 16:36:00 -05:00 |
|
Gregory Nutt
|
7e43708e9c
|
Remove unnecessary inclusion of nxtk.h
|
2015-11-24 07:56:20 -06:00 |
|
Ken Pettit
|
efbbd7bac0
|
examples/smart-test: Adds a circular log type test for SMARTFS wear level code testing. From Ken Petit
|
2015-11-22 17:22:05 -06:00 |
|
Ken Pettit
|
cbe1b3a415
|
drivers/mtd/smart.c Fixed SmartFS wear level error that occurs when the logical sector size is too small to save all wear level status bytes in a single sector. Logical sectors 1 and 2 were simply not being allocated and then the read_sector and write_sector routines were failing. From Ken Petit
|
2015-11-18 18:20:42 -06:00 |
|
Gregory Nutt
|
cfc38a45fa
|
Remove inclusion of removed header file
|
2015-11-17 16:30:57 -06:00 |
|