BlackMark
  • Joined on 2019-03-26
BlackMark pushed to master at avr/uart 2020-05-16 17:42:58 +02:00
119de32445 Adapt to moved type submodule
BlackMark pushed to master at avr/i2c 2020-05-16 16:57:13 +02:00
8af5afd00d Add writeBytes function to allow writing multiple bytes
BlackMark pushed to master at avr/type 2020-05-16 16:43:43 +02:00
01fad9046e Implement invoke_result_t and all dependencies
BlackMark pushed to master at avr/i2c 2020-05-15 11:51:05 +02:00
ff131d92a1 Add convenience function to read multiple bytes at once
BlackMark pushed to master at avr/type 2020-04-14 12:40:48 +02:00
65d8928ff4 Add is_lvalue_reference
BlackMark pushed to master at avr/bootloader 2020-04-13 17:20:36 +02:00
14ac91c815 Update uart submodule
BlackMark pushed to master at avr/yazoalfa 2020-04-13 17:18:04 +02:00
62dc018b29 Update uart submodule
BlackMark pushed to example at avr/uart 2020-04-13 17:17:44 +02:00
e760cf541c Update submodule
BlackMark pushed to master at avr/uart 2020-04-13 17:17:25 +02:00
8f88cdccea Fix misaligned ifdef-endif pair
BlackMark pushed to master at avr/yazoalfa 2020-04-13 16:44:16 +02:00
b449b5538a Update uart submodule
BlackMark pushed to example at avr/uart 2020-04-13 16:43:55 +02:00
6b90c1779f Adapt to new interrupt handling interface and change example back to atmega1284p
BlackMark pushed to master at avr/uart 2020-04-13 16:43:10 +02:00
dfb076cda8 Change interrupt handler technique to not rely on function pointer and instead use user-facing macros
6d9ef6e4be Make variables const
Compare 2 commits »
BlackMark pushed to master at avr/bootloader 2020-04-13 13:08:42 +02:00
621d34cc18 Update uart submodule
BlackMark pushed to master at avr/yazoalfa 2020-04-13 13:06:57 +02:00
fe917b8a74 Update uart submodule
BlackMark pushed to example at avr/uart 2020-04-13 13:06:39 +02:00
8bb1bd7397 Update uart submodule
BlackMark pushed to master at avr/uart 2020-04-13 13:06:19 +02:00
bcd18db494 Fix double speed flag not being cleared if not used
BlackMark pushed to master at avr/fantemp 2020-04-13 01:13:53 +02:00
7aa98a8ebd Replace sprintf with dtostrf to save about 1.5k of flash
64d6df256d Fix string being located in RAM
16ebed63c2 Change to stk500v2 compatible bootloader
Compare 3 commits »
BlackMark pushed to master at avr/bootloader 2020-04-13 00:22:08 +02:00
0a65626975 Update uart submodule to fix 115200 baud with 16 MHz
BlackMark pushed to master at avr/yazoalfa 2020-04-13 00:05:31 +02:00
f3e7bff402 Update submodules
BlackMark pushed to example at avr/adc 2020-04-13 00:03:38 +02:00
edd1c53401 Adapt to changed callback signature