BlackMark
  • Joined on 2019-03-26
BlackMark pushed to master at avr/uart 2020-04-07 19:15:11 +02:00
ae03c8d43e Adapt to new std compliant naming of numeric_limits
BlackMark pushed to master at avr/eeprom 2020-04-07 19:14:15 +02:00
33a4d55f03 Add automatic deduction of address type
BlackMark pushed to master at avr/type 2020-04-07 19:13:40 +02:00
c6e9534b52 Reimplement and extend using implementation suggestions from cppref
BlackMark pushed to master at avr/eeprom 2020-04-07 05:02:43 +02:00
4f8828dbee Implement basic eeprom wrapper for integral and float variables
BlackMark pushed to master at avr/type 2020-04-07 05:01:52 +02:00
5e318d1a42 Add floating point type detection
BlackMark pushed to master at avr/eeprom 2020-04-07 04:33:58 +02:00
1a99dbfbc5 Initial commit
BlackMark created repository avr/eeprom 2020-04-07 04:32:53 +02:00
BlackMark pushed to master at avr/yazoalfa 2020-04-07 03:55:12 +02:00
303bb408a0 Updated uart submodule
BlackMark pushed to example at avr/uart 2020-04-07 03:54:54 +02:00
414ebbebff Refactor uart utils to separate submodule
BlackMark pushed to master at avr/uart 2020-04-07 03:50:35 +02:00
41b9ef74f9 Moved uart utils to separate type submodule
BlackMark pushed to master at avr/type 2020-04-07 03:49:30 +02:00
068a179cef Add type header, formerly uart utils
7c40e5892b Initial commit
BlackMark created repository avr/type 2020-04-07 03:40:50 +02:00
BlackMark pushed to master at avr/fantemp 2020-04-06 22:17:40 +02:00
f3cf12db3b Refactor terminal callback
BlackMark pushed to master at avr/fantemp 2020-04-06 22:12:20 +02:00
34428b76dd Add uptime command
9ef4d2a737 Add millis timer for timekeeping
Compare 2 commits »
BlackMark pushed to master at avr/uart 2020-04-06 21:45:36 +02:00
6f592dd098 Fixed missing const qualifier
BlackMark pushed to master at avr/fantemp 2020-04-06 19:53:54 +02:00
e29ee8c11f Fix commands being accepted in monitor mode
dd42aebb16 Make adc sampling interrupt driven
8db7bde6e5 Remove bootloader countdown and change timeout to 3s
508f139f47 Refactor substring comparison
45a79adc56 Fix leaking details into global namespace
Compare 5 commits »
BlackMark pushed to master at avr/adc 2020-04-06 19:42:31 +02:00
7fe32b9717 Fixed free running mode
BlackMark pushed to master at avr/fantemp 2020-04-06 16:36:41 +02:00
67559642a3 Change boot-up message to include version
9ab76f4ce5 Add version number
Compare 2 commits »
BlackMark pushed to master at avr/yazoalfa 2020-04-05 03:41:45 +02:00
efdecb11d1 Updated submodules
BlackMark pushed to example at avr/adc 2020-04-05 03:40:32 +02:00
cec0ec6299 Updated adc submodule