8000 Tags · 3devo/ChildbusBootloader · GitHub
[go: up one dir, main page]

Skip to content

Tags: 3devo/ChildbusBootloader

Tags

v4

Toggle v4's commit message
Release v4

v3.1

Toggle v3.1's commit message
Makefile: Add support for new interface- and hopperboards

- This adds interfaceboard v1.5 to the list (again). Which is probably forgotten
during the previous makefile overhaul.
- Add interfaceboard v1.6.
- Add hopperboard v2.0 and 2.1

v3

Toggle v3's commit message
Release v3

v2.1

Toggle v2.1's commit message
Add support for Interfaceboard v1.5

v2

Toggle v2's commit message
Bootloader: Put bootloader name and version in hex filename

v1

Toggle v1's commit message
BootloaderTest: Remove ackLastRead

Turns out that acking the last read is actually problematic for the I²C
protocol, since then the slave does not know the transfer is completed
and might pull SDA down. This prevents the master from sending a stop
condition. In practice, this did not happen because the slave politely
withdraws from the bus when its last databyte is sent, but it is not
required to do so.
0