.. |
adc.c
|
Cosmetic fixes.
|
2023-10-16 20:23:48 +01:00 |
adc.h
|
Added missing copyright and license notices.
|
2023-08-10 20:37:33 +01:00 |
aes.c
|
Fixed AES driver, thanks to Manuel.
|
2023-09-05 21:42:03 +01:00 |
aes.h
|
Added missing AES driver.
|
2023-09-01 13:43:38 +01:00 |
backlight.c
|
Cosmetic fixes.
|
2023-10-16 20:23:48 +01:00 |
backlight.h
|
Fixed some warnings from clang's -Weverything.
|
2023-08-16 10:04:06 +01:00 |
bk1080-regs.h
|
Several cleanups.
|
2023-09-04 17:43:16 +01:00 |
bk1080.c
|
Fixed name of BK1080 enable flag.
|
2023-10-30 12:08:52 +00:00 |
bk1080.h
|
Fixed name of BK1080 enable flag.
|
2023-10-30 12:08:52 +00:00 |
bk4819-regs.h
|
Renamed remaining BK4819 GPIOs.
|
2023-10-17 18:38:27 +01:00 |
bk4819.c
|
Renamed dodgy name to real name.
|
2023-10-28 00:03:28 +01:00 |
bk4819.h
|
Renamed dodgy name to real name.
|
2023-10-28 00:03:28 +01:00 |
crc.c
|
Fixed types of several things.
|
2023-08-29 19:17:01 +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
|
Fixed pin names and some missing defines
|
2023-08-26 19:29:26 +02:00 |
i2c.c
|
Fixed delay function names to their actual units.
|
2023-08-10 11:33:32 +01:00 |
i2c.h
|
Fixed I2C access with BK1080.
|
2023-08-29 14:17:31 +01:00 |
keyboard.c
|
Fixed variables to match the original.
|
2023-09-04 12:19:19 +01:00 |
keyboard.h
|
Fixed issues found by the superior clang.
|
2023-08-29 17:16:59 +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
|
Rename ST7565_Configure_GPIO_B11 to ST7565_HardwareReset. (#59)
|
2023-10-06 20:49:34 +01:00 |
st7565.h
|
Rename ST7565_Configure_GPIO_B11 to ST7565_HardwareReset. (#59)
|
2023-10-06 20:49:34 +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
|
Removed debug function since we now have printf.
|
2023-09-07 13:04:03 +01:00 |
uart.h
|
Removed debug function since we now have printf.
|
2023-09-07 13:04:03 +01:00 |