summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* Refactor makefilesLeo C2019-05-30
|
* Remove compiler warningsLeo C2019-05-30
|
* Remove local copy of avr-libc time lib.Leo C2019-05-29
|
* env var fmon (F_CPU)Leo C2018-10-02
|
* new command: timeLeo C2018-10-01
|
* xx commands: measure cpu freq, test bus cyclesLeo C2018-09-12
|
* z80_toggle_reset(), z80_toggle_busreq()Leo C2018-09-12
|
* ew debug command: xx busack: Measure time RESET to BUSACKLeo C2018-09-10
|
* new debug command: xx test. get freq command from single step branch.Leo C2018-09-08
|
* bool reset_polarity --> Stat & S_RESET_POLARITYLeo C2018-09-08
|
* move sys timer setup from main to timer.cLeo C2018-09-08
|
* New command cpuchkLeo C2018-09-08
| | | | move z80_load_mem() to z80-if.c
* new command: memsize. new function z80_memsize_detect().Leo C2018-09-06
|
* mcd_mem.c: use cmd_error(), z80_bus_request_or_exit()Leo C2018-09-05
|
* cmd_attach.c, cmd_boot.c, cmd_loadcpm3.c: use cmd_error()Leo C2018-09-04
|
* cmd_fat.c, cmd_sd: use cmd_error()Leo C2018-09-01
|
* error handling: improved cmd_error() - print fatfs error stringsLeo C2018-08-31
|
* new command: boot - boot default, i.e., run 'bootcmd'Leo C2018-08-30
|
* error handling (WIP)Leo C2018-08-28
|
* path functions (WIP)Leo C2018-08-24
|
* Print prefix of subcommandsLeo C2018-07-29
|
* Fix help, env subcommandsLeo C2018-07-28
|
* Enable execution of individual sub commands on top levelLeo C2018-07-28
|
* _USE_LABEL --> FF_USE_LABELLeo C2018-07-22
|
* 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
|
* Version 0.6.8.3hexrel-6.8.3Leo C2018-06-29
|
* 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
* 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
* Version 0.6.8.2hexrel-6.8.2Leo C2016-08-30
|
* PromptLeo C2016-08-29
|
* Set GCC_BUG_61443 macro automatically for the affected GCC versions.Leo C2016-08-25
|
* Version 0.6.8.1hexrel-6.8.1Leo C2016-06-21
|
* Enable expression evaluation for numeric command line argsLeo C2016-06-21
|
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* Code clean upLeo C2016-06-17
|