summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Print prefix of subcommandsLeo C2018-07-29
| |
* | Remove cruftLeo C2018-07-29
| |
* | cli.c: The real bugfix for Comment only lines.Leo C2018-07-29
| |
* | Find (top level) subcommands without recursion.Leo C2018-07-28
| |
* | Fix help, env subcommandsLeo C2018-07-28
| |
* | Enable execution of individual sub commands on top levelLeo C2018-07-28
| |
* | ENV_SIZELeo C2018-07-27
| |
* | heap.c: Eliminate malloc/free in envlist_import() and _do_env_set()Leo C2018-07-26
| |
* | heap.c: move environment from heap to static storageLeo C2018-07-26
| |
* | WIPLeo C2018-07-25
| |
* | cmd_gpio.c: eliminate static vars, free heap after use.Leo C2018-07-22
| |
* | Bugfix do_stat(): Output formating (+ minor opt)Leo C2018-07-22
| |
* | _USE_LABEL --> FF_USE_LABELLeo C2018-07-22
| |
* | debug.c/printfreelist(): printf() --> printf_P()Leo C2018-07-21
| |
* | cmd_fat.c: reorgLeo C2018-07-21
| | | | | | | | | | # Conflicts: # avr/cmd_fat.c
* | move *cmd_array[] from stack to heapLeo C2018-07-21
| |
* | Recursive cmd_find(), new command table flag: CTBL_RPTLeo C2018-07-21
| | | | | | | | | | # Conflicts: # avr/cmd_fat.c
* | New debug command: dump heapLeo C2018-07-21
| |
* | Remove xmalloc.c, fix potential 0-pointer derefenrence in cli.c.Leo C2018-07-21
| | | | | | | | | | # Conflicts: # avr/cli.c
* | Find subcommands without prefixLeo C2018-07-21
| |
* | Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | | | | | | # Conflicts: # avr/env.c
* | Global helpLeo C2018-07-21
| |
* | Call subcommands from main command processorLeo C2018-07-21
| |
* | commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | | | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* | white space changesLeo C2018-07-21
| | | | | | | | | | # Conflicts: # include/config.h
* | Set __malloc_margin, Print free heap commandLeo C2018-07-21
| | | | | | | | | | # Conflicts: # include/config.h
* | ENV_HOME macro. 'fat help' command table entryLeo C2018-07-21
| |
* | fat commands are now subcommands of a single fat command. Added 'fat cd' and ↵Leo C2018-07-21
| | | | | | | | 'fat pwd'.
* | Move command line history from heap to a fixed-sized char arrayLeo C2018-07-21
| |
* | cli_run_command(): Move local copy of command from heap to stack.Leo C2018-07-21
| | | | | | | | verbose,xtrace: bool vars --> flag bits
* | Version 0.6.8.3hexrel-6.8.3Leo C2018-06-29
| |
* | env.c needs getopt-min.hLeo C2018-06-29
| |
* | command printenv: new option -s: Print env variables in setenv commands.Leo C2018-06-27
| |
* | cli.c bugfix: Comment only lines are not an error.Leo C2018-06-27
| |
* | Adaptions for fatfs R0.13bLeo C2018-05-28
| |
* | Merge branch 'chan-fatfs' into fatfs-integrationLeo C2018-05-28
|\| | | | | | | | | | | | | | | | | | | # Conflicts: # fatfs/source/diskio.h # fatfs/source/integer.h # fatfs/src/integer.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
| * Apply patch ff13b_p1fatfs-0.13b_p1Leo C2018-05-27
| |
| * Import fatfs R0.13bfatfs-0.13bLeo C2018-05-27
| |
* | Remove STM32 variant (and submodule libopencm3)Leo C2018-04-03
| | | | | | | | Make spi_wait() and spi_write() allways inline.
* | Adaptions for fatfs R0.12bLeo C2016-09-10
| |
* | Merge branch 'chan-fatfs' into fatfs-integrationLeo C2016-09-08
|\| | | | | | | | | | | | | | | | | # Conflicts: # .gitignore # fatfs/src/diskio.h # fatfs/src/option/ccsbcs.c # include/avr/ffconf.h # include/integer.h
| * Import fatfs R0.12bfatfs-0.12bLeo C2016-09-08
| |
* | Version 0.6.8.2hexrel-6.8.2Leo C2016-08-30
| |
* | Detect ZRESET polarityLeo C2016-08-30
| |
* | PromptLeo C2016-08-29
| |
* | DDTZ: remove some unused labelsLeo C2016-08-25
| |
* | Set GCC_BUG_61443 macro automatically for the affected GCC versions.Leo C2016-08-25
| |
* | avr/z180-serv.c: Workaround for GCC bug PR61443Leo C2016-08-25
| |
* | cmd_attach.c: Correct workaround for GCC bug PR61443Leo C2016-08-25
| |
* | Update libopencm3Leo C2016-08-25
| |