mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
Apply `2to3` for scripted python 2 to 3 update. Fix encoding and decoding of serial write and read. Fix `chr` and `ord` to `to_bytes` and `bytearray`.