stm32f1/lib
King Kévin 991921ed99 application: remove MLX90614 because of errounous readings 2020-12-16 20:05:50 +01:00
..
flash_internal.c flash_internal: remove F1 flash utilities, add F4 section utility 2020-12-11 00:00:25 +01:00
flash_internal.h flash_internal: remove F1 flash utilities, add F4 section utility 2020-12-11 00:00:25 +01:00
font.c font: add graphical font library 2020-12-10 20:16:02 +01:00
font.h font: add graphical font library 2020-12-10 20:16:02 +01:00
i2c_master.c i2c_master: fix stop generation 2020-12-16 02:42:34 +01:00
i2c_master.h i2c_master: port to STM32F4 2020-12-12 14:08:05 +01:00
interrupt.c interrupt: port to STM32F4 2020-12-11 20:56:41 +01:00
interrupt.h interrupt: port to STM32F4 2020-12-11 20:56:41 +01: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
oled_ssd1306.c oled_ssd1306: adapt to ported I²C library 2020-12-12 14:09:35 +01:00
oled_ssd1306.h oled_ssd1306: adapt to ported I²C library 2020-12-12 14:09:35 +01:00
oled_text.c oled_text: add library to show text on SSD1306 OLED display 2020-12-10 20:16:02 +01:00
oled_text.h oled_text: add library to show text on SSD1306 OLED display 2020-12-10 20:16:02 +01:00
onewire_master.c onewire_master: set project specific configuration 2020-12-11 20:54:21 +01:00
onewire_master.h onewire_master: port to STM32F4 2020-12-11 20:53:58 +01: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
sensor_ds18b20.c sensor_ds18b20: fix set precision for single device 2020-12-10 20:16:02 +01:00
sensor_ds18b20.h lib: disable most libraries since they need tuning to be F4 compatible 2020-12-11 00:00:25 +01:00
sensor_sr04.c sensor_sr04: fix shadow counter value issue 2020-12-16 02:37:35 +01:00
sensor_sr04.h sensor_sr04: add library for HC-SR04 ultrasonic range sensor 2020-12-11 00:57:28 +01:00
smbus_master.c smbus_master: add SMBus library 2020-12-16 02:44:02 +01:00
smbus_master.h smbus_master: add SMBus library 2020-12-16 02:44:02 +01:00
terminal.c replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
terminal.h terminal: minor, fix doc 2020-12-11 00:00:25 +01:00
uart.c uart: port to STM32F4 2020-12-11 00:00:25 +01:00
uart.h replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
usb_cdcacm.c USB: increase text buffer size for project 2020-12-14 13:34:18 +01:00
usb_cdcacm.h USB CDC ACM: port to STM32F4 2020-12-11 00:00:25 +01:00
usb_dfu.c dfu: minor, improve disconnect 2020-12-11 00:00:25 +01:00
usb_dfu.h usb_dfu: update to work with F4 2020-12-11 00:00:25 +01:00