Commit Graph

1920 Commits

Author SHA1 Message Date
Gregory Nutt
146f126ead nshlib: Now that NuttX automatically converts block to character devices, the implemention of the DD command no longer has to muck with block to character conversion 2015-11-21 11:57:41 -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
Gregory Nutt
1dd862e574 Merged in paulpatience/nuttx-apps/uavcan (pull request #24)
Uavcan
2015-11-12 12:33:37 -06:00
Gregory Nutt
ee0316926d Merged in paulpatience/nuttx-apps/platform_cxx (pull request #23)
Nucleo F303RE: Move C++ initialization from configs to apps/platform
2015-11-12 12:32:24 -06:00
Paul A. Patience
79023fe026 examples/uavcan: Call up_cxxinitialize 2015-11-12 13:01:03 -05:00
Paul A. Patience
75f745ba74 canutils/uavcan: Make global static can a local static in getCanDriver() 2015-11-12 12:57:00 -05:00
Paul A. Patience
08daaf3273 Nucleo F303RE: Move C++ initialization from configs to apps/platform 2015-11-12 12:28:14 -05:00
Gregory Nutt
556a771f36 Merged in paulpatience/nuttx-apps/uavcan (pull request #22)
canutils/uavcan: Update default configuration
2015-11-10 16:56:01 -06:00
Paul A. Patience
d33b699056 canutils/uavcan: Update default configuration 2015-11-10 17:33:44 -05:00
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