Commit Graph

7 Commits

Author SHA1 Message Date
shimatta ad7d4c39c4 Merge branch '#10_minimal_configuration_without_printf' of shimatta/shellmatta into develop 2019-06-24 17:01:52 +02:00
prozessorkern 424ca84f61 Removed all internal printf dependencies should solve #10.
Added a switch to strip the api printf implementation
Added a write function as alternative to printf.
2019-06-24 16:51:23 +02:00
prozessorkern 7344075ad1 Finished first Version
- fixed doxygen comments
- changed license to MPLv2
- fixed some functions and removed not used ones
2019-06-23 22:17:15 +02:00
prozessorkern bf7f366cb6 implemented most text based functions:
- byte wise processing and call of the command function
- history buffer
- auto complete
- edit functions (backspace, del, arrow keys, pos1, end)
2019-06-21 04:47:35 +02:00
prozessorkern 799903dcc1 added license information and started adding doxygen comments 2019-06-16 22:03:27 +02:00
prozessorkern f15b7473a9 initial commit with at least some code that does something 2019-06-10 22:34:12 +02:00
shimatta 3d60361bc5 Initial commit 2019-06-10 17:04:24 +02:00