summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fixing md5 hashing when digest[$i] lower that 16. Sergey <sectus@mail.ru>Gregory Nutt2014-11-231-1/+1
|
* Fixed FS command IO bufferGregory Nutt2014-07-061-1/+9
|
* nsh: code style fixedAnton Babushkin2014-01-101-121/+139
|
* nsh: fixed syntax checking in env variables expandingAnton Babushkin2014-01-101-63/+59
|
* nsh: don’t try to expand env variables in nsh_argumentAnton Babushkin2014-01-101-18/+1
|
* nsh: env variables expansionAnton Babushkin2014-01-101-0/+164
|
* Revert "nsh env variables expanding"Gregory Nutt2014-01-101-50/+5
| | | | This reverts commit cb7f30317a655f620dfc905069c9066494e99161.
* nsh env variables expandingAnton Babushkin2014-01-091-5/+50
|
* nsh: support ls on a single fileAndrew Tridgell2013-08-291-22/+47
| | | | | this allows ls on a file name, which is particularly useful in a large directory of log files along with the -l option.
* Fixed missing symbol in MakefileLorenz Meier2013-08-051-1/+3
|
* Added missing entry in nsh.h for cmd_cmpLorenz Meier2013-07-181-0/+3
|
* Added cmp command, from Andrew TridgellLorenz Meier2013-07-182-0/+83
|
* Merged in upstream, took upstream UART driver without changes, needs ↵Lorenz Meier2013-06-1324-120/+56
| | | | re-evaluation (minor diffs to local version)
* Add missing NSH configuration settings. Correct some conditional logic for ↵Gregory Nutt2013-06-022-0/+19
| | | | STM32 FALSH pre-fetch settings. From Lorenz Meier
* Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U ↵Gregory Nutt2013-06-026-25/+89
| | | | to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
* Updates to README filesGregory Nutt2013-06-018-572/+599
|
* Add NRF24L01 terminal example. From Laurent Latil.Gregory Nutt2013-06-017-8/+492
|
* Add NSRF42L01 driver. From Laurent LatilGregory Nutt2013-06-011-0/+5
|
* Fix that way that NxWight UnitTests are reigistered as NSH builtin appsGregory Nutt2013-05-301-1/+1
|
* The Makefile in every directory that can generate a .dSYM should also clean ↵Gregory Nutt2013-05-306-1/+5
| | | | .dSYM files
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3094-100/+6
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-3096-1157/+1064
| | | | Add some missing .gitignore files
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-272-4/+26
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-271-10/+10
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* More SLCD-related fixesGregory Nutt2013-05-261-16/+21
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-262-31/+61
|
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ↵Gregory Nutt2013-05-251-0/+1
| | | | ioctl command to get cursor position
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-251-1/+1
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ↵Gregory Nutt2013-05-241-4/+16
| | | | support and to the apps/examples/slcd segment LCD test.
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-7/+81
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-249-3/+391
| | | | the STM32 L family, some STM32L-Discovery LCD debug changes
* Don't allocate dhcp_state structure when DHCP is not configuredGregory Nutt2013-05-231-1/+1
|
* Add TCP echo server from Max HoltzbergGregory Nutt2013-05-228-3/+582
|
* Add runtime configuration for UDP discovery utility. From Max HoltzbergGregory Nutt2013-05-214-15/+39
|
* Fix STM32L15X vector definitions; Fix STM32L-Discovery LED controls. The ↵Gregory Nutt2013-05-211-1/+1
| | | | NSH configuration is now fully functional on the STM32L-Discovery board.
* Minor updates to Kconfig and README filesGregory Nutt2013-05-171-1/+1
|
* apps/examples/helloxx entry point name was mangled when built as an NSH ↵Gregory Nutt2013-05-165-25/+26
| | | | builtin; plus some README updates
* Default NxWidgets and NxWM priorities should be 100 not 50 to be consistent ↵Gregory Nutt2013-05-121-16/+16
| | | | with other default priorities
* Add beginning a a media player window to NxWM from Ken Pettit. Still a work ↵Gregory Nutt2013-05-112-3/+17
| | | | in progress
* More changes for issues reported by CppCheckGregory Nutt2013-05-113-42/+52
|
* Fix typo is STM32 ADC driver for F2 and F4: ADC not ACDGregory Nutt2013-05-081-1/+5
|
* Fixes for the examples/nxtext testGregory Nutt2013-05-073-34/+158
|
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers ↵Gregory Nutt2013-05-0311-5/+1177
| | | | to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available).
* Add support for the byte write method to MTD partition logic; Beef up the ↵Gregory Nutt2013-05-023-10/+155
| | | | MTD partition test -- and fix resulting bugs detected
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-012-1/+5
|
* Add tests for the SMART block driver and file system. From Ken PettitGregory Nutt2013-05-0115-10/+1062
|
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-019-8/+247
|
* Add -h option to NSH git command; And NSH mksmartfs command. From Ken PetitGregory Nutt2013-04-306-33/+217
|
* Changes to get the MTD test workingGregory Nutt2013-04-301-29/+72
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-3010-9/+628
|