uv-k5-firmware/driver
2023-08-15 18:46:15 +01:00
..
adc.c Deleted extra empty line. 2023-08-12 21:20:07 +01:00
adc.h Added missing copyright and license notices. 2023-08-10 20:37:33 +01:00
backlight.c Added backlight driver. 2023-08-12 17:40:05 +01:00
backlight.h Added backlight driver. 2023-08-12 17:40:05 +01:00
bk1080-regs.h Added BK1080_ReadRegister. 2023-08-15 18:46:15 +01:00
bk1080.c Added BK1080_ReadRegister. 2023-08-15 18:46:15 +01:00
bk1080.h Added BK1080_ReadRegister. 2023-08-15 18:46:15 +01:00
bk4819-regs.h Added many BK4819 functions. 2023-08-14 17:09:51 +01:00
bk4819.c Added BK4819_GetRSSI. 2023-08-15 10:52:57 +01:00
bk4819.h Added BK4819_GetRSSI. 2023-08-15 10:52:57 +01:00
crc.c Exposed bitfields before and after shifting. 2023-08-10 11:09:07 +01:00
crc.h First version. 2023-08-09 16:06:51 +01:00
eeprom.c Fixed delay function names to their actual units. 2023-08-10 11:33:32 +01:00
eeprom.h First version. 2023-08-09 16:06:51 +01:00
flash.c First version. 2023-08-09 16:06:51 +01:00
flash.h Changed flash enums to mirror the original. 2023-08-12 21:22:38 +01:00
gpio.c First version. 2023-08-09 16:06:51 +01:00
gpio.h Another big WIP update. 2023-08-14 17:30:30 +01:00
i2c.c Fixed delay function names to their actual units. 2023-08-10 11:33:32 +01:00
i2c.h First version. 2023-08-09 16:06:51 +01:00
keyboard.c Fixed keyboard GPIO setting. 2023-08-14 00:31:08 +01:00
keyboard.h Added keyboard driver from Manuel. 2023-08-10 21:34:28 +01:00
spi.c Exposed bitfields before and after shifting. 2023-08-10 11:09:07 +01:00
spi.h First version. 2023-08-09 16:06:51 +01:00
st7565.c Named GPIO pins for ST7565. 2023-08-10 12:49:31 +01:00
st7565.h First version. 2023-08-09 16:06:51 +01:00
system.c Fixed previous commit, now we run at 48MHz. 2023-08-12 20:01:34 +01:00
system.h Fixed delay function names to their actual units. 2023-08-10 11:33:32 +01:00
systick.c Completed systick handler. 2023-08-14 23:39:51 +01:00
systick.h Fixed delay function names to their actual units. 2023-08-10 11:33:32 +01:00
uart.c Added keyboard driver from Manuel. 2023-08-10 21:34:28 +01:00
uart.h Added keyboard driver from Manuel. 2023-08-10 21:34:28 +01:00