summaryrefslogtreecommitdiff
path: root/avr/cmd_gpio.c
Commit message (Collapse)AuthorAge
* clean up includesLeo C.15 hours
|
* -Wimplicit-fallthrough=1Leo C.5 days
|
* reset optind before executing commandLeo C2018-10-01
|
* cmd_gpio.c: eliminate static vars, free heap after use.Leo C2018-07-22
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for ↵Leo C2018-07-21
| | | | | | | Parameters/Variables # Conflicts: # avr/cmd_fat.c
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* Bugfix: reset getopt vars on start of a new argument lineLeo C2016-06-04
|
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* esc_char environment variableLeo C2015-06-06
|
* Add copyright noticeLeo C2014-12-16
|
* merge do_fat_read() and do_fat_write() to do_fat_rw()Leo C2014-12-01
|
* Rename pin.. to gpio..Leo C2014-11-21