Commit Graph

29 Commits

Author SHA1 Message Date
a637486847 Merge pull request 'Compile in separate directory to keep out the bloat' (#1) from compilation_path into master
Reviewed-on: #1
2025-09-24 11:20:03 +00:00
04b642776d Made the code look a bit less ugly 2025-09-24 13:19:01 +02:00
882cd55ec1 Now building stripped binaries 2025-09-24 13:10:03 +02:00
9f4a61a7ec add compilation in separate directory 2025-09-24 12:06:43 +02:00
d35c88e38f Temporarily removed the serial echo (was causing terrible performance) 2025-09-21 12:26:04 +02:00
cf04037f9d Example now enables the serial RX interrupt for echo 2025-09-21 11:10:53 +02:00
2a88835da5 Massively sped up LCD comms 2025-09-21 10:56:15 +02:00
aa84a2c03b Massively sped up lcd_putchar's handling of '\n' 2025-09-21 10:51:08 +02:00
52a232f1e9 Now using the correct header file with all port definitions 2025-09-21 10:49:39 +02:00
ab9078ab3f Added command for generating the kopyto 2025-09-20 23:04:18 +02:00
37f15bf187 Swapped out termion for crossterm 2025-09-20 22:48:12 +02:00
e4c4a7f14a The program no longer swears at you 2025-09-19 18:09:28 +02:00
d7b70b7629 Fixed wording 2025-09-19 18:09:14 +02:00
b2ab748ffb Hopefully improves formatting 2025-09-19 18:08:36 +02:00
4bf8f6a8e7 The monitor no longer spits out garbage, whoops 2025-09-19 18:03:01 +02:00
2ef84e6aa6 Added convenient run shorthand 2025-09-19 18:02:43 +02:00
dd49c30ac9 Added functionality for running a command before flashing 2025-09-19 17:50:52 +02:00
1b9f1ea4c1 write can now open a monitor right after flashing 2025-09-19 16:13:51 +02:00
b6b79e7fcf Vandalized the example even more 2025-09-19 15:27:19 +02:00
ffd1aa4874 Target resync now flushes all buffers (caused errors before) 2025-09-19 15:26:53 +02:00
dcbdc9ff89 Made the monitor actually usable now 2025-09-19 15:26:39 +02:00
80dd1c1a70 The monitor now correctly outputs stuff to the screen 2025-09-19 15:15:40 +02:00
1dbbaab197 Implemented auto port detection 2025-09-19 11:14:13 +02:00
d298db44d2 No longer panic in Drop 2025-09-19 11:12:47 +02:00
ebd24ae7b5 Added some stuff for the monitor (can already reboot the target) 2025-09-19 11:04:53 +02:00
c803e6514f Some functions are not even tested 2025-09-19 09:31:56 +02:00
f6b63b2da9 Added example program 2025-09-18 14:03:44 +02:00
3410a9a95b Added README 2025-09-18 13:28:05 +02:00
8f6b7fbc1f Initial commit 2025-09-18 13:17:47 +02:00