summaryrefslogtreecommitdiff
path: root/include/env.h
Commit message (Collapse)AuthorAge
* cpu commandsLeo C.3 days
|
* Fix help, env subcommandsLeo C2018-07-28
|
* Remove extern declarations from command_tbl.c, create .h files for that.Leo C2018-07-21
| | | | | # Conflicts: # avr/env.c
* Rename getenv_char() --> getenv_str()Leo C2016-06-17
|
* New function: getenv_yesno()Leo C2016-04-15
| | | | Get boolean value (0/f/n or 1/t/y) of environment variable.
* Rename getenv() to getenv_char()Leo C2016-03-21
| | | | getenv() is declared in some avr-libc versions.
* Add copyright noticeLeo C2014-12-16
|
* $() expansion deleted (only ${}). setenv_ulong(), setenv_hex()Leo C2014-08-31
|
* #define MEMXLeo C2014-08-30
|
* initial __memx declarationsLeo C2014-08-30
| | | | Signed-off-by: Leo C <erbl259-lmu@yahoo.de>
* getenv_ulong(), TWI int optLeo C2014-08-24
|
* Create include directoryLeo C2014-08-21