- 09 Dec, 2021 1 commit
-
-
Joerg Wunsch authored
-
- 03 Dec, 2021 3 commits
-
-
Joerg Wunsch authored
Under Python 3, it causes stdout to remain a string-IO stream whereas the fdopen'ed stream is byte-oriented. os.fdopen() works both under Windows and unixoid systems, so use it that way.
-
Joerg Wunsch authored
-
Joerg Wunsch authored
ticks[0] contains the low part, ticks[1] the high part - the high part needs to be multiplied by self.ticknb before adding the low part (and multipliying all by self.tscale)
-
- 02 Dec, 2021 9 commits
-
-
Joerg Wunsch authored
"timeset 1638480423" is 19 bytes long (including terminator), so 16 was too small.
-
Joerg Wunsch authored
Revert "started creation of PLATFORM virtualization and adopted code to use macros of boad.h/platform_*.h" This reverts commit 8276f678. That feature development was moved to branch samr21_porting
-
Joerg Wunsch authored
-
Joerg Wunsch authored
-
Joerg Wunsch authored
-
Joerg Wunsch authored
-
Joerg Wunsch authored
Comparing a byte-string member against b'\xNN' doesn't make sense, compare against 0xNN instead. map() yields a map object in Python3, turn into a list using list()
-
Joerg Wunsch authored
-
Joerg Wunsch authored
Also, it's a poor idea to have a pass-all for exceptions, so give it at least some attention when it happens.
-
- 01 Dec, 2021 1 commit
-
-
Joerg Wunsch authored
Still not yet complete, packet serialisation needs more work.
-
- 06 Mar, 2021 2 commits
-
-
Daniel Thiele authored
-
Daniel Thiele authored
-
- 05 Mar, 2021 1 commit
-
-
Daniel Thiele authored
replaced avr-libc specific "_BV(" by "(1<<" to make code re-usable for different compilers, except for avr-libc specific board*.h
-
- 09 Jun, 2020 1 commit
-
-
awachtler authored
-
- 08 Dec, 2018 1 commit
-
-
awachtler authored
-
- 31 Oct, 2017 1 commit
-
-
Daniel Thiele authored
-
- 26 Jul, 2017 2 commits
- 09 Jul, 2017 4 commits
- 05 Jul, 2017 4 commits
- 30 Jun, 2017 5 commits
- 29 Jun, 2017 1 commit
-
-
dath authored
-
- 27 Jun, 2017 2 commits
- 24 Jun, 2017 1 commit
-
-
awachtler authored
-
- 21 Jun, 2017 1 commit
-
-
awachtler authored
-