.. |
flash_internal.c
|
flash_internal: fix page size detection
|
2018-04-07 11:16:28 +02:00 |
flash_internal.h
|
make flash library more general purpose and optimize it
|
2017-04-15 13:57:19 +02:00 |
flash_sdcard.c
|
flash_sdcard: add write data function and improve other functions
|
2017-08-01 02:05:41 +02:00 |
flash_sdcard.h
|
flash_sdcard: add write data function and improve other functions
|
2017-08-01 02:05:41 +02:00 |
i2c_master.c
|
take changes from busvoodoo branch
|
2018-04-03 16:59:02 +02:00 |
i2c_master.h
|
take changes from busvoodoo branch
|
2018-04-03 16:59:02 +02:00 |
interrupt.c
|
interrupt: add library to redirect ISR at runtime
|
2018-10-07 23:11:19 +02:00 |
interrupt.h
|
interrupt: add library to redirect ISR at runtime
|
2018-10-07 23:11:19 +02:00 |
led_max7219.c
|
add MAX7219 7-segment display library from clapperboard project
|
2017-04-03 13:09:06 +02:00 |
led_max7219.h
|
add MAX7219 7-segment display library from clapperboard project
|
2017-04-03 13:09:06 +02:00 |
led_tm1637.c
|
add TM1637 7-segment display library from clapperboard project
|
2017-04-03 13:08:49 +02:00 |
led_tm1637.h
|
add TM1637 7-segment display library from clapperboard project
|
2017-04-03 13:08:49 +02:00 |
led_ws2812b.c
|
lib/led_ws2812b: now use global macros
|
2017-10-13 16:03:37 +02:00 |
led_ws2812b.h
|
lib/led_ws2812b: now use global macros
|
2017-10-13 16:03:37 +02:00 |
menu.c
|
take changes from busvoodoo branch
|
2018-04-03 16:59:02 +02:00 |
menu.h
|
fix library dependency
|
2018-10-07 23:15:46 +02:00 |
microwire_master.c
|
add microwire library
|
2017-04-15 13:59:01 +02:00 |
microwire_master.h
|
add microwire library
|
2017-04-15 13:59:01 +02:00 |
oled_ssd1306.c
|
take OLED SSD1306 library from busvoodoo branch
|
2018-04-03 17:00:04 +02:00 |
oled_ssd1306.h
|
take OLED SSD1306 library from busvoodoo branch
|
2018-04-03 17:00:04 +02:00 |
onewire_master.c
|
1-wire: add option to use interrupt redirection
|
2018-10-07 23:11:19 +02:00 |
onewire_master.h
|
1-Wire: fix doc
|
2018-10-07 23:15:53 +02:00 |
onewire_slave.c
|
onewire_slave: use byte sizes instead of bits
|
2017-10-04 14:00:42 +02:00 |
onewire_slave.h
|
onewire_slave: use byte sizes instead of bits
|
2017-10-04 14:00:42 +02:00 |
print.c
|
take changes from busvoodoo branch
|
2018-04-03 16:59:02 +02:00 |
print.h
|
cherry-pick from busvoodoo branch, part 1
|
2018-02-18 15:18:42 +01:00 |
radio_esp8266.c
|
use USART 2 instead of 1 for ESP8266
|
2017-01-30 09:46:04 +01:00 |
radio_esp8266.h
|
add new library from spark abacus project
|
2016-10-23 17:42:55 +02:00 |
rtc_dcf77.c
|
rtc_dcf77: better decoding using signal correlation
|
2017-10-13 16:03:37 +02:00 |
rtc_dcf77.h
|
rtc_dcf77: better decoding using signal correlation
|
2017-10-13 16:03:37 +02:00 |
rtc_ds1307.c
|
add library fix from clapperboard project
|
2017-04-03 13:05:30 +02:00 |
rtc_ds1307.h
|
add library fix from clapperboard project
|
2017-04-03 13:05:30 +02:00 |
sensor_dht11.c
|
add improvement from thermo-regulator project
|
2017-03-28 12:37:34 +02:00 |
sensor_dht11.h
|
add improvement from thermo-regulator project
|
2017-03-28 12:37:34 +02:00 |
sensor_dht22.c
|
add DHT22 sensor library from thermo-regulator project
|
2017-03-28 12:38:07 +02:00 |
sensor_dht22.h
|
add DHT22 sensor library from thermo-regulator project
|
2017-03-28 12:38:07 +02:00 |
sensor_ds18b20.c
|
add DS18B20 temperature sensor library from thermo-regulator project
|
2017-03-28 12:39:11 +02:00 |
sensor_ds18b20.h
|
sensor_ds18b20: fix doc typo
|
2017-10-04 13:55:43 +02:00 |
sensor_pzem.c
|
add timer for inter-messsage silence to improve response rate
|
2017-01-30 09:54:58 +01:00 |
sensor_pzem.h
|
add timer for inter-messsage silence to improve response rate
|
2017-01-30 09:54:58 +01:00 |
sensor_sdm120.c
|
fix typo
|
2017-01-30 09:46:54 +01:00 |
sensor_sdm120.h
|
add new library from spark abacus project
|
2016-10-23 17:42:55 +02:00 |
terminal.c
|
terminal: make prefix bold
|
2018-10-07 23:15:53 +02:00 |
terminal.h
|
take changes from busvoodoo branch
|
2018-04-03 16:59:02 +02:00 |
uart_soft.c
|
add new library from spark abacus project
|
2016-10-23 17:42:55 +02:00 |
uart_soft.h
|
add new library from spark abacus project
|
2016-10-23 17:42:55 +02:00 |
uart.c
|
UART: fix transmission problem when buffer is full
|
2018-10-07 23:09:26 +02:00 |
uart.h
|
cherry-pick from busvoodoo branch, part 3
|
2018-02-18 15:20:47 +01:00 |
usart_enhanced.c
|
USART: put parity LUT in header so others can use it
|
2018-10-07 23:11:19 +02:00 |
usart_enhanced.h
|
USART: put parity LUT in header so others can use it
|
2018-10-07 23:11:19 +02:00 |
usb_cdcacm.c
|
USB: fix packet loss
|
2018-06-08 10:46:33 +02:00 |
usb_cdcacm.h
|
take changes from busvoodoo branch
|
2018-04-03 16:59:02 +02:00 |
usb_dfu.c
|
update code to libopencm3 API change
|
2018-06-08 10:46:33 +02:00 |
usb_dfu.h
|
move DFU library to library folder
|
2017-04-15 13:55:45 +02:00 |
vfd_hv518.c
|
document and correct VFD library
|
2016-08-14 20:18:10 +02:00 |
vfd_hv518.h
|
document and correct VFD library
|
2016-08-14 20:18:10 +02:00 |