|
59713279a0
|
kernel: Add a hexdump() method to log binary data for debugging
Build and test / build (push) Successful in 1m33s
|
2024-03-29 12:12:56 +01:00 |
|
|
7cace9a0d7
|
kernel: Provide more meaningful panic messages for critical failures
|
2023-06-17 19:43:25 +02:00 |
|
|
5854e5e530
|
Add newlines at end-of-file
|
2023-01-02 13:07:29 +01:00 |
|
|
814672c771
|
Remove some redundant error propagation
continuous-integration/drone/push Build is passing
Why can printing to the serial port or format onto a string fail?
Even if cstyle_format returns Result<usize>, we shouldn't always follow suit.
|
2022-12-16 18:32:29 +01:00 |
|
|
c7ab6bc2d3
|
Reorganize the luna/ directory so that headers aren't in the top level include path
|
2022-12-04 12:42:43 +01:00 |
|
|
2bc99f2e6e
|
Make log __attribute__(format), so the compiler can warn us of bad format strings
|
2022-11-30 17:28:46 +01:00 |
|
|
9f5fb547f7
|
Add logging system :)
|
2022-11-30 13:29:28 +01:00 |
|