Commit Graph

20 Commits

Author SHA1 Message Date
Dual Tachyon
37afa8c956 Completed systick handler. 2023-08-14 23:39:51 +01:00
Dual Tachyon
714317c300 Added -std=c11 to CFLAGS to catch more errors. 2023-08-14 22:52:55 +01:00
Dual Tachyon
6786715e03 Added external printf module.
Don't use stdio.h, but use instead:

    #include "external/printf/printf.h"
2023-08-14 12:00:08 +01:00
Dual Tachyon
334f4fde0b Added big chunk of code to support main(). 2023-08-13 23:27:35 +01:00
Dual Tachyon
4afecf57f1 Added the welcome screen. 2023-08-13 23:08:01 +01:00
Dual Tachyon
e1b7e30c6d Added code to play voices. 2023-08-13 22:40:33 +01:00
Dual Tachyon
92506bcfff Added AUDIO_PlayVoice. 2023-08-12 21:33:27 +01:00
Dual Tachyon
63db1215bc Moved arm-size to a macro. 2023-08-12 21:19:34 +01:00
Dual Tachyon
1e027f8939 Added battery module. 2023-08-12 17:50:08 +01:00
Dual Tachyon
a1d3857479 Added backlight driver. 2023-08-12 17:40:05 +01:00
Dual Tachyon
9695818121 Backup of almost finished radio register setup. 2023-08-11 15:41:23 +01:00
Dual Tachyon
bce35ec297 Added radio configuration. Needs a few fixes. 2023-08-11 11:51:17 +01:00
Dual Tachyon
acbf814fb4 Added keyboard driver from Manuel. 2023-08-10 21:34:28 +01:00
Andrej Antunovikj
4276ef807c Add 'size' after successful make 2023-08-10 20:45:45 +01:00
Dual Tachyon
e49893261c Implemented loading settings from EEPROM. 2023-08-10 17:51:57 +01:00
Dual Tachyon
7659792c4a Added BK4819 initialisation. 2023-08-10 11:57:44 +01:00
Dual Tachyon
0d1e0a084c Added BK1080 initialisation. 2023-08-10 11:46:22 +01:00
Dual Tachyon
994eb4f235 Added ADC initialisation. 2023-08-10 11:45:46 +01:00
Dual Tachyon
93c3273e3f Switched from xxd to .incbin for the overlay. 2023-08-09 17:28:21 +01:00
Dual Tachyon
fc65cd11a6 First version. 2023-08-09 16:06:51 +01:00