BlackMark
  • Joined on 2019-03-26
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
BlackMark pushed to example at avr/uart 2020-04-05 03:38:06 +02:00
717a69c231 Updated uart submodule
f0abf335e5 Updated flash submodule
Compare 2 commits »
BlackMark pushed to master at avr/uart 2020-04-05 03:37:59 +02:00
fa0a65a94c Capitalized local constexpr variables to be more consistent
0e128bcb7d Made variable const
0a52110d47 Moved buffer closer to where needed
f751833a88 Made variables constexpr
1bd49f65fa Fixed template variable capitalization
Compare 5 commits »
BlackMark pushed to master at avr/flash 2020-04-01 03:52:53 +02:00
6edb2e5a21 Added global flash string
BlackMark pushed to master at avr/adc 2020-03-29 04:17:51 +02:00
5d38b97254 Fixed indentation
BlackMark pushed to master at avr/yazoalfa 2020-02-21 21:55:07 +01:00
8afab00d65 Finished all goals
BlackMark pushed to master at avr/yazoalfa 2020-02-21 21:54:39 +01:00
c12d4aa46d Finished adc implementation
BlackMark pushed to example at avr/adc 2020-02-21 21:54:14 +01:00
74b337804b Implemented example usage
BlackMark pushed to master at avr/adc 2020-02-21 21:53:50 +01:00
bcae00c0f3 Implemented all modes