Commit Graph

2240 Commits

Author SHA1 Message Date
Gregory Nutt
a62bf6727f NSH no long calls losetup() and loteardown() directly. Now it uses /dev/loop and performs these operations using ioctl() calls 2015-11-25 17:55:16 -06:00
Gregory Nutt
882ae41aee If CONFIG_LIBC_LOCALTIME or CONFIG_TIME_EXTENDED are defined, then the NSH date command should also show the day ofo the week 2015-11-25 12:52:36 -06:00
Gregory Nutt
e910671474 Merged in paulpatience/nuttx-apps/serialrx (pull request #26)
examples/serialrx: Don't print 'Received:\n' before printing bytes received
2015-11-25 10:14:06 -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
Ken Pettit
b34bfb02e1 NSH: Extend mount command to include mount options argument. From Ken Petit 2015-11-25 08:49:29 -06: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
Gregory Nutt
c3b09d5d8b NSH: By default, basename and dirname should be disabled if scripting is disabled 2015-11-23 17:22:37 -06:00
Gregory Nutt
f2ea88fc9e NSH: Like bash, NSH set command should strip off any leading or trailing whitespace 2015-11-23 11:18:32 -06:00
Gregory Nutt
178c9780a8 NSH: Add support for basename and dirname commands 2015-11-23 10:21:15 -06:00
Gregory Nutt
ea7aab8afa Upate ChangeLog 2015-11-23 07:02:27 -06:00
Ken Pettit
ad48d89fe2 mksmartfs: Move into apps/fsutils from kernel, now uses only open and ioctl. Add configuration option to supported multiple root directories. From Ken Petit 2015-11-23 06:59:56 -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
Gregory Nutt
c0fa1d0970 hexed: Remove write-only variable 2015-11-22 13:33:43 -06:00
Gregory Nutt
37401b9889 hexed: Minor improvements 2015-11-22 12:56:19 -06:00
Gregory Nutt
b1ef1169b9 hexed: Fix some misc. issues 2015-11-22 12:00:20 -06:00
Gregory Nutt
3e10f0084b debugging system/hexed. Still does not work 2015-11-22 09:55:29 -06:00
Gregory Nutt
1a6100f1ec Remove some dangling whitespace 2015-11-21 18:33:26 -06:00
Gregory Nutt
2ff6775ac9 Add the hexed command line hex editor. See http://apps.venomdev.net/hexed/ 2015-11-21 18:32:04 -06:00
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