stm32f1/lib
King Kévin f7b99dd76c adapt flash size to libopencm3 update 2022-04-17 15:41:43 +02:00
..
flash_internal.c adapt flash size to libopencm3 update 2022-04-17 15:41:43 +02:00
flash_internal.h flash_internal: probe_write only tests over advertized flash (works also with linker info) 2020-06-24 11:58:03 +02:00
flash_sdcard.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
flash_sdcard.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
font.c lib: minor, simplify license 2021-03-31 14:08:27 +02:00
font.h lib: minor, simplify license 2021-03-31 14:08:27 +02:00
i2c_master.c i2c: minor, fix spacing 2021-07-19 18:03:14 +02:00
i2c_master.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
interrupt.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
interrupt.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
ir_nec.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
ir_nec.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
lcd_hd44780.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
lcd_hd44780.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
led_max7219.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
led_max7219.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
led_sk6812rgbw.c led_sk6812rgbw: extended version of WS2812B library, supporting 4th color, using bit banding, removing need of timer 2020-10-11 12:51:05 +02:00
led_sk6812rgbw.h led_sk6812rgbw: extended version of WS2812B library, supporting 4th color, using bit banding, removing need of timer 2020-10-11 12:51:05 +02:00
led_tm1637.c led_tm1637: allow the display to be upside down 2020-10-11 12:51:05 +02:00
led_tm1637.h led_tm1637: allow the display to be upside down 2020-10-11 12:51:05 +02:00
led_ws2812b.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
led_ws2812b.h led_ws2812b: minorx, fix comment 2020-10-11 12:51:05 +02:00
menu.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
menu.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
microwire_master.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
microwire_master.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
oled_ssd1306.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
oled_ssd1306.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
oled_text.c lib: minor, simplify license 2021-03-31 14:08:27 +02:00
oled_text.h lib: minor, simplify license 2021-03-31 14:08:27 +02:00
onewire_master.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
onewire_master.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
onewire_slave.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
onewire_slave.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
print.c print: fix hex padding (and add spaces) 2020-06-24 11:57:59 +02:00
print.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
radio_esp8266.c esp8266: add timeout and return success 2021-09-16 17:05:21 +02:00
radio_esp8266.h esp8266: add timeout and return success 2021-09-16 17:05:21 +02:00
radio_sx172x.c sx172x: add library to communicate with semtech SX127x LoRa module 2020-06-10 19:04:27 +02:00
radio_sx172x.h sx172x: add library to communicate with semtech SX127x LoRa module 2020-06-10 19:04:27 +02:00
rtc_dcf77.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
rtc_dcf77.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
rtc_ds1307.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
rtc_ds1307.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
sensor_as3935.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
sensor_as3935.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
sensor_dht1122.c dht22: unify DHT11 and DHT22 libraries 2021-09-16 17:05:16 +02:00
sensor_dht1122.h dht22: unify DHT11 and DHT22 libraries 2021-09-16 17:05:16 +02:00
sensor_ds18b20.c sensor_ds18b20: fix set precision for single device 2020-12-10 20:16:02 +01:00
sensor_ds18b20.h sensor_ds18b20: fix set precision for single device 2020-12-10 20:16:02 +01:00
sensor_max1247.c sensor_max1247: add library to read ADC values from MAX1247 2020-12-10 20:16:02 +01:00
sensor_max1247.h sensor_max1247: add library to read ADC values from MAX1247 2020-12-10 20:16:02 +01:00
sensor_max6675.c sensor_max6675: add library for MAX6675 k-type thermocouple reader 2020-12-19 00:16:37 +01:00
sensor_max6675.h sensor_max6675: add library for MAX6675 k-type thermocouple reader 2020-12-19 00:16:37 +01:00
sensor_pzem.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
sensor_pzem.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
sensor_sdm120.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
sensor_sdm120.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
terminal.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
terminal.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
uart.c uart: replace mod with masking 2020-06-24 11:57:51 +02:00
uart.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
uart_soft.c uart_soft: use new pin definition, fix multi-uart support, use masking instead of mod 2020-06-24 11:57:54 +02:00
uart_soft.h uart_soft: use new pin definition, fix multi-uart support, use masking instead of mod 2020-06-24 11:57:54 +02:00
usart_enhanced.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
usart_enhanced.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
usb_cdcacm.c usb_cdcacm: add flush method to wait for empty buffer 2020-06-24 11:57:04 +02:00
usb_cdcacm.h usb_cdcacm: add flush method to wait for empty buffer 2020-06-24 11:57:04 +02:00
usb_dfu.c adapt flash size to libopencm3 update 2022-04-17 15:41:43 +02:00
usb_dfu.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
vfd_hv518.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
vfd_hv518.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00