BlackMark
  • Joined on 2019-03-26
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
BlackMark pushed to master at avr/adc 2020-04-13 00:03:08 +02:00
5e9dac872a Fix wrong callback signature
BlackMark pushed to example at avr/uart 2020-04-12 23:59:23 +02:00
24d17688c0 Add double speed test and change to atmega328p
BlackMark pushed to master at avr/uart 2020-04-12 23:57:23 +02:00
04b6782ec4 Add automatic selection of double speed based on error
BlackMark pushed to master at avr/bootloader 2020-04-12 18:45:44 +02:00
9390f7830b Add small blink example as bootloader payload test
b21673e326 Uncomment setting stack pointer to allow jumping into bootloader
Compare 2 commits »
BlackMark pushed to master at avr/bootloader 2020-04-12 16:05:29 +02:00
3afda0ebf9 Replace function call to user code with jump
BlackMark pushed to master at avr/bootloader 2020-04-12 15:32:40 +02:00
807b1f336f Finish bootloader by adding jump to user code
BlackMark pushed to master at avr/bootloader 2020-04-12 15:12:09 +02:00
5f8d6a6f85 Fix chip erase followed immediately by flash programming
41f81247ce Improve semantics for chip erase state enum
a72bf67b07 Fix flash memory address being a word-address
3a04b1f488 Add topcard detection for avrdude
8979066420 Fix receiveByte timeout and add global timeout
Compare 5 commits »
BlackMark pushed to master at avr/bootloader 2020-04-12 00:16:40 +02:00
6f9d8bae42 Implement writing flash memory
289e66160e Refactor getting bootloader size from lambda to function
355160dedb Increase uart receive timeout
b20d0aced8 Change bootloader location of debug build
f307eb1340 Fix bootloader size read-out