Dual Tachyon
3d68d3ee29
Added support for AIRCOPY receive.
2023-08-26 23:41:14 +01:00
Dual Tachyon
30acd100f9
Added AIRCOPY_SendMessage.
2023-08-26 23:14:03 +01:00
Dual Tachyon
95d5444680
Added BK4819_GetCTCSSPhaseShift.
2023-08-26 19:55:40 +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
a2fd4c7a8b
Added macros for the BK4819 interrupt mask.
2023-08-26 17:21:39 +01:00
Dual Tachyon
53432231e7
Added 2 new BK4819 features.
2023-08-26 12:41:55 +01:00
Dual Tachyon
cf019ede2e
Added BK4819_StopScan.
2023-08-26 11:19:41 +01:00
Dual Tachyon
ef50b02163
Added more BK4819 features.
2023-08-26 01:45:21 +01:00
Dual Tachyon
f36c8f0bcc
Added pin name for GPIO C5.
2023-08-26 01:43:15 +01:00
Dual Tachyon
7eb2a7273d
Fixed GPIO undo in the keyboard driver.
2023-08-23 00:37:35 +01:00
Dual Tachyon
f9bea2647a
Renamed newly found AM variables.
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
939d0df345
Fixed some warnings from clang's -Weverything.
2023-08-16 10:04:06 +01:00
Dual Tachyon
1328c5957f
Bit definitions for BK48198 register 02.
2023-08-15 23:47:47 +01:00
Dual Tachyon
1babb06108
Added BK1080_ReadRegister.
2023-08-15 18:46:15 +01:00
Dual Tachyon
061a689374
Added BK4819_GetRSSI.
2023-08-15 10:52:57 +01:00
Dual Tachyon
37afa8c956
Completed systick handler.
2023-08-14 23:39:51 +01:00
Dual Tachyon
21e2bba583
main() is now complete until before the main loop.
2023-08-14 22:26:27 +01:00
Dual Tachyon
ab8c439742
Another big WIP update.
2023-08-14 17:30:30 +01:00
Dual Tachyon
b7f2d27de2
Added many BK4819 functions.
2023-08-14 17:09:51 +01:00
Dual Tachyon
e9676c3b42
Fixed keyboard GPIO setting.
2023-08-14 00:31:08 +01:00
Dual Tachyon
9220893a96
Added systick handler so lock screen works.
2023-08-13 23:54:34 +01:00
Dual Tachyon
155cf94578
Added BK4918 functions to support AIRCOPY.
2023-08-13 22:19:19 +01:00
Dual Tachyon
757968759e
Moved filter bandwidth to an enum.
2023-08-12 21:28:10 +01:00
Dual Tachyon
6ebac5a634
Renamed *CxCSS to resolve conflicts in Ghidra.
2023-08-12 21:27:23 +01:00
Dual Tachyon
419c4f640c
Added new GPIO pins and clarified others.
2023-08-12 21:24:47 +01:00
Dual Tachyon
b92d66a012
Renamed BK4819 GPIO pins.
2023-08-12 21:24:18 +01:00
Dual Tachyon
25769c44d8
Changed flash enums to mirror the original.
2023-08-12 21:22:38 +01:00
Dual Tachyon
511a2351dc
Added BK1080_SetFrequency.
2023-08-12 21:20:55 +01:00
Dual Tachyon
ea3d795697
Deleted extra empty line.
2023-08-12 21:20:07 +01:00
Dual Tachyon
c013f1a7c7
Fixed previous commit, now we run at 48MHz.
2023-08-12 20:01:34 +01:00
Dual Tachyon
9367ed2591
Fixed BK1080 register 5.
2023-08-12 19:51:19 +01:00
Dual Tachyon
9f7450f128
Fixed BK1080 register name (decimal).
2023-08-12 19:48:47 +01:00
Dual Tachyon
2dcfd96f8c
Fixed 2 bugs with PMU and SYSCON.
2023-08-12 19:44:09 +01:00
Dual Tachyon
0e4868df43
Updated newly named squelch fields.
2023-08-12 18:26:38 +01:00
Andrej
da8cfda813
Made names of squelch params more familiar ( #5 )
...
Co-authored-by: Andrej Antunovikj <andrej@case.edu>
2023-08-12 18:08:40 +01:00
Dual Tachyon
a1d3857479
Added backlight driver.
2023-08-12 17:40:05 +01:00
Dual Tachyon
dcbd538a55
Revamped BK4819 registers to improve readability.
2023-08-12 17:34:20 +01:00
Dual Tachyon
7448bd43d2
Added extra GPIO pins.
2023-08-12 17:27:26 +01:00
Dual Tachyon
6cafe230c2
Added BK1080_Mute.
2023-08-12 17:21:00 +01:00
Dual Tachyon
57c0ae3a46
Renames from Andrej.
2023-08-12 17:17:29 +01:00
Dual Tachyon
bceb390999
Fixed register name in BK1080 driver.
2023-08-12 17:15:58 +01:00
Dual Tachyon
9695818121
Backup of almost finished radio register setup.
2023-08-11 15:41:23 +01:00
Dual Tachyon
acbf814fb4
Added keyboard driver from Manuel.
2023-08-10 21:34:28 +01:00
Dual Tachyon
0173e9157d
Added missing copyright and license notices.
2023-08-10 20:37:33 +01:00
Dual Tachyon
85a6cf7a66
Fixed the namespace for BK registers.
2023-08-10 17:47:28 +01:00
Dual Tachyon
7f9c9a15bd
Added support for reading the battery state.
2023-08-10 14:08:55 +01:00
Dual Tachyon
aad89ee266
Named GPIO pins for ST7565.
2023-08-10 12:49:31 +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