1
1
Things to investigate / fix:
2
- ✔ exceptions in callbacks should be suitably fatal, not ignored @high @done (22-06-21 21:45)
3
2
☐ symbolication for e.g. address zero is printing vector names
4
3
☐ MAP operations should not symbolicate
5
4
@@ -8,9 +7,8 @@ Features:
8
7
Musashi:
9
8
☐ recursive bus errors should just be double bus faults @high
10
9
Console:
11
- ✔ Characters not making it to apps: ^S, ^Q, ^Z (suspends console), ^Y (suspends console) @done (22-06-21 19:43)
12
10
☐ Characters not making it to apps: ESC, cursor keys (timing?)
13
- ☐ Consider using Textual to build a better console? (plus other stuff)
11
+ ☐ Consider using Textual to build a better console? (plus other stuff) @low
14
12
Tracing:
15
13
Needs a complete rethink
16
14
☐ trace message via NatFeat
51
49
☐ RC2014 boards
52
50
☐ UART: seem to be losing transmit-complete interrupts
53
51
hard to reproduce
54
- ✔ UART: reduce character delay for snappier user experience @done (22-06-21 19:44)
55
52
56
53
Rosco M68k v2:
57
54
@@ -74,6 +71,10 @@ Documentation:
74
71
☐ update README.md
75
72
76
73
Archive:
74
+ ✔ ^C^C^C not exiting console @high @done (22-06-22 18:49) @project(Console)
75
+ ✔ exceptions in callbacks should be suitably fatal, not ignored @high @done (22-06-21 21:45) @project(Things to investigate / fix)
76
+ ✔ UART: reduce character delay for snappier user experience @done (22-06-21 19:44) @project(P90MB)
77
+ ✔ Characters not making it to apps: ^S, ^Q, ^Z (suspends console), ^Y (suspends console) @done (22-06-21 19:43) @project(Console)
77
78
✘ I2C realtime clock device @cancelled (22-06-19 12:27) @project(Tiny68k)
78
79
clock on the board is busted, not worth it
79
80
✔ fix console in/output paths to be bytes all the way through @done (22-06-19 12:25) @project(Things to investigate / fix)
0 commit comments