Commit Graph

2059 Commits

Author SHA1 Message Date
Gregory Nutt
a0dc67095f Merged in paulpatience/nuttx-apps/can (pull request #21)
examples/can: Add missing configuration options
2015-11-10 16:29:44 -06: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
Gregory Nutt
1f2f8262f1 Merged in nghiaho12/apps/nghia/handle_config_readline_max_extcmds_equal_0 (pull request #20)
handle when CONFIG_READLINE_MAX_EXTCMDS == 0
2015-11-03 12:29:23 -06:00
Nghia Ho
e6f6ae0803 handle when CONFIG_READLINE_MAX_EXTCMDS == 0 2015-11-03 09:49:43 -08:00
nghiaho12
885780df03 Merged nuttx/apps into master 2015-11-03 09:44:21 -08:00
nghiaho12
94696500dd readline: Support the case where CONFIG_READLINE_MAX_BUILTINS==0 2015-11-03 07:44:50 -06:00
Gregory Nutt
273a083d20 Misc cosmetic changes from review of last merge 2015-11-02 09:11:06 -06:00
Gregory Nutt
646febbe86 Merged in nghiaho12/apps/nghia/improve_tab_completion (pull request #18)
better TAB completion
2015-11-02 06:53:30 -06:00
Gregory Nutt
02620cff35 Merged in paulpatience/nuttx-apps (pull request #17)
apps/examples/adc: Fix Kconfig file
2015-11-01 21:35:39 -06:00
Paul A. Patience
e795c6eabd apps/examples/adc: Fix Kconfig file 2015-11-01 22:03:24 -05:00
Gregory Nutt
aaafb6fc6e Merged in paulpatience/nuttx-apps/pwm (pull request #16)
apps/examples/pwm: Add support for multiple output channels per timer
2015-11-01 16:54:10 -06:00
Paul A. Patience
09ba08d6da apps/examples/pwm: Add support for multiple output channels per timer 2015-11-01 17:14:18 -05:00
Nghia Ho
211f8bf76d bug fix:: Never reach readline_prompt() in nsh_initialize, moved it up to the top. Works now.
enhancement: TAB completion now works like Unix, it will autocomplete as much as possible for
multiple matches.
2015-11-01 01:41:01 -07: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
5f4060ce1e NSH mount command: Add support for TMPFS 2015-10-12 09:36:42 -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
Gregory Nutt
3fc4039db1 Merged in paulpatience/nuttx-apps (pull request #15)
Changes to apps/examples/uavcan and apps/canutils/uavcan
2015-10-09 15:58:16 -06:00
Paul A. Patience
25a28708bf apps/canutils/uavcan: Remove only the object files on make clean, not the libuavcan directory 2015-10-09 17:38:16 -04:00
Paul A. Patience
635bae81d9 apps/canutils/uavcan: Fix Makefile 2015-10-08 13:57:08 -04:00
Paul A. Patience
2aeaff042d apps/examples/uavcan: Remove call to boardctl() 2015-10-08 13:42:24 -04:00
Gregory Nutt
bebee5b89a Merged in paulpatience/nuttx-apps (pull request #14)
apps/examples/uavcan: Call boardctl to configure CAN GPIOs
2015-10-07 14:08:14 -06:00
Paul A. Patience
f24828337f apps/examples/uavcan: Call boardctl to configure CAN GPIOs 2015-10-07 00:00:39 -04:00
Gregory Nutt
98bca9d69c Merged in paulpatience/nuttx-apps (pull request #13)
UAVCAN: Add more options in Kconfig file
2015-10-06 19:38:29 -06: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
658165cdd5 Prep for the 7.12 release 2015-10-01 13:08:00 -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
Gregory Nutt
219fffb028 Merged in paulpatience/nuttx-apps (pull request #12)
UAVCAN: Add example application
2015-10-01 07:02:39 -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
Paul A. Patience
a7cd308658 UAVCAN: Add platform-specific code 2015-09-30 18:39:37 -04:00
Gregory Nutt
2e0d0ede6d Add apps/exemples/udpblaster 2015-09-30 10:56:31 -06:00
Gregory Nutt
7557ef9803 Update ChangeLog 2015-09-29 16:35:49 -06:00
Gregory Nutt
808fb08433 Merged in paulpatience/nuttx-apps (pull request #10)
UAVCAN: Changes to build system
2015-09-29 16:30:54 -06:00
Paul A. Patience
e1460c9987 UAVCAN: Changes to build system 2015-09-29 18:18:59 -04:00
Gregory Nutt
a7e6b54265 Merged in paulpatience/nuttx-apps (pull request #9)
Update UAVCAN Makefile to download source
2015-09-25 07:47:29 -06:00