Commit Graph

43 Commits

Author SHA1 Message Date
Dual Tachyon
22bd27ea70 Cosmetic changes. 2023-10-14 19:48:36 +01:00
Dual Tachyon
553200397e Fixed RSSI calibration. 2023-10-14 01:23:21 +01:00
Dual Tachyon
6c81075980 Ability to disable ALARM and TX1750. 2023-09-16 00:52:30 +01:00
Dual Tachyon
f5cc006b2a Ability to disable NOAA. 2023-09-14 11:48:56 +01:00
Dual Tachyon
779449ca50 Ability to disable AIRCOPY, overlay and UART. 2023-09-13 22:03:40 +01:00
DO7OO
66e912e2bc
main.c (#34)
GIT HASH as version info on serial port
2023-09-09 12:40:55 +01:00
Dual Tachyon
c0a9151100 Some fixes and improvements. 2023-09-04 01:15:42 +01:00
Dual Tachyon
6bef8d4f75 Various renames/cleanups. 2023-09-03 17:47:48 +01:00
Dual Tachyon
3cb345a8b1 Renamed and moved some variables. 2023-08-31 23:27:02 +01:00
Dual Tachyon
630fd265d9 Improved DTMF and moved to app/dtmf. 2023-08-31 15:52:25 +01:00
Dual Tachyon
585a5eba0d Renamed variable to gReducedService. 2023-08-30 18:06:08 +01:00
Dual Tachyon
2228180ae1 Renamed a variable. 2023-08-30 00:19:12 +01:00
Dual Tachyon
f05df4f802 Fixed / improved channel checks. 2023-08-29 03:24:03 +01:00
Dual Tachyon
fd7a5096eb Moved HELPER_xxx to helper/boot. 2023-08-28 20:45:33 +01:00
Dual Tachyon
05382584f4 More restructuring of functions and variables. 2023-08-28 20:27:54 +01:00
Dual Tachyon
4b1ad7c2dd Renamed channel fields in the EEPROM. 2023-08-28 12:05:15 +01:00
Dual Tachyon
8b2d1776f7 Forgot to move app.h to app/ 2023-08-28 00:40:07 +01:00
Dual Tachyon
69b4c8641e Switched to real main for a functional RX. 2023-08-26 22:43:08 +01:00
Rafa Couto
445e82f6a0 Fixed pin names and some missing defines
- FLASHLIGHT_Init() used pins PC10-13 those don't exist on MCU
- Renamed ST7565 0 and 1 pins to A0 and RES as named in datasheet
- Set pin defined names instead literal numbers on set/clear bit function
2023-08-26 19:29:26 +02:00
Dual Tachyon
c75701f574 Renamed battery variable. 2023-08-26 11:19:20 +01:00
Dual Tachyon
7ac7cfbd04 Preparations for the main logic. 2023-08-26 02:04:16 +01:00
Dual Tachyon
f7dde17efb Renamed another EEPROM field. 2023-08-23 00:37:35 +01:00
Dual Tachyon
f2766283ab Added settings menu. 2023-08-23 00:37:35 +01:00
Rafa Couto
a73d259d01
GPIO C for FLASHLIGHT pin (#10) 2023-08-17 00:24:22 +02:00
Dual Tachyon
ce27c8747a Renamed some EEPROM fields. 2023-08-15 14:04:17 +01:00
Dual Tachyon
cfe558b52e Enable RX in the test loop. 2023-08-15 11:16:27 +01:00
Dual Tachyon
396c2b122d Fixed VOICE ID values. 2023-08-15 11:02:03 +01:00
Dual Tachyon
ab8c439742 Another big WIP update. 2023-08-14 17:30:30 +01:00
Dual Tachyon
065070dada Added _putchar so printf can work. 2023-08-14 12:12:46 +01:00
Dual Tachyon
99757d0efd Added RADIO_ConfigureNOAA. 2023-08-14 00:39:49 +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
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
Dual Tachyon
e49893261c Implemented loading settings from EEPROM. 2023-08-10 17:51:57 +01:00
Dual Tachyon
8c0b910128 Named GPIO pins for backlight and flashlight. 2023-08-10 12:30:41 +01:00
Dual Tachyon
7659792c4a Added BK4819 initialisation. 2023-08-10 11:57:44 +01:00
Dual Tachyon
726c96c157 Blink the flash light to show signs of life. 2023-08-10 11:35:02 +01:00
Dual Tachyon
67e7a85b05 Exposed bitfields before and after shifting. 2023-08-10 11:09:07 +01:00
Dual Tachyon
fc65cd11a6 First version. 2023-08-09 16:06:51 +01:00