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 |
|
Gregory Nutt
|
f8621e623d
|
examples/media: If it is an MTD device, then do a bulk erase first
|
2015-11-13 11:30:52 -06:00 |
|
Paul A. Patience
|
79023fe026
|
examples/uavcan: Call up_cxxinitialize
|
2015-11-12 13:01:03 -05:00 |
|
Paul A. Patience
|
cadb861e7d
|
examples/can: Add missing configuration options
|
2015-11-10 17:23:19 -05:00 |
|
Gregory Nutt
|
7f0ff3a6db
|
examples/media: Add some more informative output
|
2015-11-10 13:35:10 -06:00 |
|
Gregory Nutt
|
ae8e89eed0
|
examples/media: Need to update position before seeking; handle the too-many-error case more gracefully
|
2015-11-10 11:34:33 -06:00 |
|
Gregory Nutt
|
a584ef09aa
|
examplex/media: Need to seek back to beginning of file on second pass
|
2015-11-09 13:33:37 -06:00 |
|
Gregory Nutt
|
5fdd68f014
|
Flesh out examples/media
|
2015-11-09 13:10:00 -06:00 |
|
Gregory Nutt
|
9ee96d1430
|
examples/media: Add a simple test of access to media by block and MTD drivers
|
2015-11-09 11:45:44 -06:00 |
|
Gregory Nutt
|
57050b0f82
|
Allow the NULL example to be used as an NSH builtin
|
2015-11-05 14:08:29 -06:00 |
|
Paul A. Patience
|
e795c6eabd
|
apps/examples/adc: Fix Kconfig file
|
2015-11-01 22:03:24 -05:00 |
|
Paul A. Patience
|
09ba08d6da
|
apps/examples/pwm: Add support for multiple output channels per timer
|
2015-11-01 17:14:18 -05:00 |
|
Alan Carvalho de Assis
|
825b721dfa
|
apps/examples/zerocross: Add a Zero Cross application example. From Alan Carvalho de Assis
|
2015-10-13 07:46:42 -06:00 |
|
Gregory Nutt
|
d538f48797
|
Add dependencies, button and timer example will only work in a flat build
|
2015-10-12 12:45:43 -06:00 |
|
Gregory Nutt
|
a512e7dc1d
|
Fix a loop indexing problem in all file system tests
|
2015-10-10 17:15:15 -06:00 |
|
Gregory Nutt
|
b93af2189b
|
Add a generic file system test at apps/examples/fstest
|
2015-10-10 14:18:23 -06:00 |
|
Paul A. Patience
|
2aeaff042d
|
apps/examples/uavcan: Remove call to boardctl()
|
2015-10-08 13:42:24 -04:00 |
|
Paul A. Patience
|
f24828337f
|
apps/examples/uavcan: Call boardctl to configure CAN GPIOs
|
2015-10-07 00:00:39 -04:00 |
|
Paul A. Patience
|
0168398831
|
UAVCAN: Add more options in Kconfig file
|
2015-10-06 21:26:30 -04:00 |
|
Gregory Nutt
|
aacfce081e
|
Fix several cosmetic, C coding style issues
|
2015-10-03 11:03:42 -06:00 |
|
Gregory Nutt
|
f6e7e9c1c0
|
Standardize the width of all comment boxes in C files
|
2015-10-03 07:20:15 -06:00 |
|
Gregory Nutt
|
9cb2849742
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:35:18 -06:00 |
|
Gregory Nutt
|
0629c5466e
|
Standardize the width of all comment boxes in C file
|
2015-10-02 17:33:30 -06:00 |
|
Gregory Nutt
|
e3ad56043e
|
Standardize naming used for public data and function groupings
|
2015-10-02 16:20:33 -06:00 |
|
Gregory Nutt
|
e9447c6058
|
Standardize nameing of the pre-processor definitiongs group header
|
2015-10-02 14:06:11 -06:00 |
|
Gregory Nutt
|
e97a766e90
|
Make sure that UAVCAN Node ID is in a valid range
|
2015-10-01 10:16:31 -06:00 |
|
Gregory Nutt
|
e32e6064e0
|
Update ChangeLog and README
|
2015-10-01 07:10:25 -06:00 |
|
Paul A. Patience
|
e8ca4c3fde
|
UAVCAN: Add example application
|
2015-09-30 22:11:46 -04:00 |
|
Gregory Nutt
|
eff5642eca
|
Merged in paulpatience/nuttx-apps (pull request #11)
UAVCAN: Add platform-specific code
|
2015-09-30 16:54:08 -06:00 |
|