summaryrefslogtreecommitdiff
path: root/avr/cmd_gpio.c
Commit message (Expand)AuthorAge
* 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
* commandtable, flags: int --> uint8_t/uint_fast8_t. Macro UNUSED for Parameter...Leo C2018-07-21
* 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
* 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