Commit Graph

490 Commits

Author SHA1 Message Date
d208297aa3 bootloader: fix DFU_FORCE_PIN code 2022-05-24 14:11:19 +02:00
9d1a4006af README: document pin connections 2022-05-24 14:10:05 +02:00
6aa820690e switch back to libopenmc3 repo 2021-09-24 16:01:53 +02:00
ea30c7c879 application: disable VBUS sensing 2021-09-24 16:00:55 +02:00
a2f203a81f lib/usb_dfu: disable VBUS sensing 2021-09-24 16:00:23 +02:00
a74539ab4f bootloader: fix new compiler error 2021-09-24 15:59:47 +02:00
9c9893e1da application: minor, double ensure debug info is only show with DEBUG enabled 2021-05-14 14:50:02 +02:00
a716cb10cf flash_internal: add support for STM32F401CE 2021-05-14 14:30:15 +02:00
0a18d73197 .ld: minor, fix typo 2021-05-14 14:28:48 +02:00
8c01cbd918 sensor_max6675: mark as untested for STM32F4 2021-05-14 13:43:17 +02:00
019b82d384 sensor_max6675: add library for MAX6675 k-type thermocouple reader 2021-05-14 13:42:03 +02:00
a89d8abb38 lib: minor, simplify license 2021-05-14 13:42:03 +02:00
ced5582a1a application: minor, update copyright date 2021-05-14 13:18:20 +02:00
4d53d868fe usart_enhanced: mark STM32F4 compatible (no difference with STM32F1) 2021-05-14 13:14:58 +02:00
ce0848343d usart_enhanced: minor, fix spacing 2021-05-14 13:14:58 +02:00
863fd744d7 README: fix typo 2021-05-14 13:14:58 +02:00
d85d345ec4 application: make some text only output when DEBUG is set 2021-05-14 13:14:53 +02:00
35a614750d application: remove watchdog info (not F4 compatible) 2021-05-14 13:12:46 +02:00
b3cf0d0302 swd: improve documentation 2021-03-23 17:22:48 +01:00
3a6a64928d swd: minor, fix doc 2021-03-23 17:22:48 +01:00
99d66f4e4e swd: improve part number decoding 2021-03-23 17:22:48 +01:00
66521e1981 swd: minor, fix comment, add doc, make reset tiny bit longer for better reliability 2021-03-23 17:22:48 +01:00
210fab8eae swd: expose release pins 2021-03-23 17:22:48 +01:00
7318d70dcd swd: minor, fix space 2021-03-23 17:22:48 +01:00
0010c5e046 swd: provide function to set SWCLK/SWDIO pin 2021-03-23 17:22:48 +01:00
6b3b55839e swd: use variables for pins (for later dynamic change) 2021-03-23 17:22:48 +01:00
6bed3ab0fb Rakefile: ingnore .inc files 2021-03-23 17:22:48 +01:00
9a7c51f80e Rakefile: fix spacing 2021-03-23 17:22:48 +01:00
7a74f9709f add SWD library 2021-03-23 17:22:48 +01:00
fa29cfc29f application: minor, fix typo 2020-12-17 12:51:23 +01:00
2248ba1762 application: fix rtc_to_seconds 2020-12-17 12:51:23 +01:00
ac255816a1 sensor_mlx90614: add library to read from MLX90614 IR-thermometer 2020-12-17 12:51:23 +01:00
95b63a06f5 smbus_master: add SMBus library 2020-12-17 12:51:23 +01:00
7656c699bf i2c_master: fix stop generation 2020-12-17 12:51:23 +01:00
c6a4f58b93 i2c_master: fix wait_stop call 2020-12-17 12:51:23 +01:00
b82520fa9b sensor_sr04: fix shadow counter value issue 2020-12-17 12:51:23 +01:00
25fcf8fe0b global: add ADC macros 2020-12-17 12:51:23 +01:00
01eaa5cfab USB: increase text buffer size for project 2020-12-17 12:51:23 +01:00
793611d629 application: implement uptime 2020-12-17 12:48:37 +01:00
ad52abc26b oled_ssd1306: adapt to ported I²C library 2020-12-17 12:48:37 +01:00
b0f5f127f6 i2c_master: port to STM32F4 2020-12-17 12:48:37 +01:00
a449b9b7ff global: add I²C macros 2020-12-17 12:48:37 +01:00
4c6e9a4fda interrupt: port to STM32F4 2020-12-17 12:48:37 +01:00
789b36fc21 interrupt: minor, fix comment 2020-12-17 12:48:37 +01:00
c8861f40c4 onewire_master: port to STM32F4 2020-12-17 12:48:37 +01:00
77415cb41f onewire_master: minor, fix spacing 2020-12-17 12:48:37 +01:00
11f5bc9771 sensor_sr04: add library for HC-SR04 ultrasonic range sensor 2020-12-17 12:48:37 +01:00
8526dc084b global: add tim irq defines 2020-12-17 12:48:37 +01:00
fea286914b global: improve sleep_us for STM32F4 2020-12-17 12:48:37 +01:00
cfcc8a1bb6 Rakefile: automatically get libopencm3 2020-12-17 12:48:37 +01:00