.. |
busvoodoo_global.c
|
BV: add text styling methods
|
2018-09-01 00:30:32 +02:00 |
busvoodoo_global.h
|
BV: add text styling methods
|
2018-09-01 00:30:32 +02:00 |
busvoodoo_hiz.c
|
BV HiZ: fix function name for hardware v0
|
2018-05-09 21:37:19 +02:00 |
busvoodoo_hiz.h
|
BV: support full only modes
|
2018-04-04 17:14:36 +02:00 |
busvoodoo_i2c.c
|
BV I2C: add text styles
|
2018-09-01 01:05:56 +02:00 |
busvoodoo_i2c.h
|
BV: support full only modes
|
2018-04-04 17:14:36 +02:00 |
busvoodoo_oled.c
|
BV OLED: add and use generic text drawing function
|
2018-07-01 15:26:11 +02:00 |
busvoodoo_oled.h
|
BV OLED: add and use generic text drawing function
|
2018-07-01 15:26:11 +02:00 |
busvoodoo_onewire.c
|
BV 1-Wire: print parsed ROM ID
|
2018-08-11 18:42:55 +02:00 |
busvoodoo_onewire.h
|
BV 1-Wire: add 1-Wire mode
|
2018-05-09 21:27:44 +02:00 |
busvoodoo_rs232.c
|
BV RS232: add timer for baud rate detection
|
2018-07-13 18:31:59 +02:00 |
busvoodoo_rs232.h
|
BV RS-232: fix doc
|
2018-04-04 17:21:51 +02:00 |
busvoodoo_rs485.c
|
BV RS485: add timer for baud rate detection
|
2018-07-13 18:32:15 +02:00 |
busvoodoo_rs485.h
|
BV RS485: add RS-485/422 support
|
2018-05-01 13:44:28 +02:00 |
busvoodoo_sdio.c
|
BV SDIO: add SDIO mode
|
2019-02-20 18:30:23 +01:00 |
busvoodoo_sdio.h
|
BV SDIO: add SDIO mode
|
2019-02-20 18:30:23 +01:00 |
busvoodoo_spi.c
|
BV: change LED handling. red LED is for power, blue LED is for activity
|
2018-05-03 12:56:09 +02:00 |
busvoodoo_spi.h
|
BV: support full only modes
|
2018-04-04 17:14:36 +02:00 |
busvoodoo_uart_generic.c
|
UART: use pre/post rx in baud rate detection
|
2018-07-13 18:30:45 +02:00 |
busvoodoo_uart_generic.h
|
BV UART: add serial configuration auto-detection command
|
2018-07-11 08:21:41 +02:00 |
busvoodoo_uart.c
|
BV UART: add timer for baud rate detection
|
2018-07-13 18:31:39 +02:00 |
busvoodoo_uart.h
|
BV: support full only modes
|
2018-04-04 17:15:42 +02:00 |
flash_internal.c
|
flash_internal: fix page size detection
|
2018-04-07 11:12:17 +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 |
font.c
|
font: update font and store in seperate library
|
2018-07-01 15:25:24 +02:00 |
font.h
|
font: update font and store in seperate library
|
2018-07-01 15:25:24 +02:00 |
i2c_master.c
|
I2C: add bus error checks
|
2018-04-03 15:41:31 +02:00 |
i2c_master.h
|
I2C: add bus error checks
|
2018-04-03 15:41:31 +02:00 |
interrupt.c
|
interrupt: add library to redirect ISR at runtime
|
2018-07-11 08:09:04 +02:00 |
interrupt.h
|
interrupt: add library to redirect ISR at runtime
|
2018-07-11 08:09:04 +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
|
menu: pass remaning of line instead of word when argument is a string
|
2018-03-17 19:24:34 +01:00 |
menu.h
|
fix library dependency
|
2018-08-11 18:43:23 +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
|
OLED: better device presence check
|
2018-04-02 20:38:59 +02:00 |
oled_ssd1306.h
|
fix doc
|
2018-03-21 23:20:05 +01:00 |
onewire_master.c
|
1-wire: add option to use interrupt redirection
|
2018-07-11 08:10:25 +02:00 |
onewire_master.h
|
1-Wire: fix doc
|
2018-08-11 18:46:07 +02:00 |
print.c
|
print: fix padding and fractional accumulation
|
2018-03-23 09:09:26 +01:00 |
print.h
|
print: add floating point numbers support
|
2017-12-14 10:23:31 +01: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 |
terminal.c
|
terminal: make prefix bold
|
2018-09-01 11:08:04 +02:00 |
terminal.h
|
fix doc
|
2018-03-21 23:20:05 +01:00 |
uart.c
|
UART: fix transmission problem when buffer is full
|
2018-06-14 13:18:51 +02:00 |
uart.h
|
uart: user central user input storage
|
2018-01-24 22:18:37 +01:00 |
usart_enhanced.c
|
USART: put parity LUT in header so others can use it
|
2018-07-11 08:20:51 +02:00 |
usart_enhanced.h
|
USART: put parity LUT in header so others can use it
|
2018-07-11 08:20:51 +02:00 |
usb_cdcacm.c
|
BV: set version in USB serial string
|
2018-08-11 18:44:05 +02:00 |
usb_cdcacm.h
|
USB: provide connectivity flag
|
2018-02-23 15:59:28 +01:00 |
usb_dfu.c
|
update code to libopencm3 API change
|
2018-04-28 12:21:32 +02:00 |
usb_dfu.h
|
move DFU library to library folder
|
2017-04-15 13:55:45 +02:00 |