Commit Graph

506 Commits

Author SHA1 Message Date
King Kévin 93cc46ba83 tm1637: port to STM32F4 2022-10-28 13:31:35 +02:00
King Kévin 624006500f tm1637: port to STM32F4 2022-10-28 13:31:35 +02:00
King Kévin 5c78aa498e app: fix menu compile error 2022-10-28 13:31:35 +02:00
King Kévin 485fcd186b app: remove UART printing 2022-10-28 13:31:35 +02:00
King Kévin 82952ddda3 esp8266: fix listen in case port is already opened 2022-08-11 14:55:49 +02:00
King Kévin 0e3247bf73 esp8266: add connected function 2022-08-11 14:55:49 +02:00
King Kévin 6ebdb31e07 esp8266: add reset function 2022-08-11 14:55:49 +02:00
King Kévin 61a427c18a esp8266: add simple at command function 2022-08-11 14:55:49 +02:00
King Kévin e44110d315 esp8266: allow reading received data 2022-08-11 14:55:49 +02:00
King Kévin b4234fedd9 lib: put all RGB panel code in seperate library 2022-08-11 14:55:49 +02:00
King Kévin 426cd48d0f esp8266: make received data available 2022-08-11 14:55:49 +02:00
King Kévin bccf187c1a esp8266: add listening to port 2022-08-11 14:55:49 +02:00
King Kévin 79d8860cc2 esp8266: minor, fix spacing 2022-08-11 14:53:48 +02:00
King Kévin 09ed3c91ea lib: port ESP8266 to STM32F4 2022-08-11 14:53:48 +02:00
King Kévin 68def6b234 lib: port WS2812B to STM32F4 2022-08-11 14:53:48 +02:00
King Kévin d5e63eefd2 global: add TIM_OC macro 2022-08-11 14:53:48 +02:00
King Kévin f83af4bab8 bootloader: fix DFU_FORCE_PIN code 2022-08-11 14:53:48 +02:00
King Kévin 3cdebf1cc8 switch back to libopenmc3 repo 2022-08-11 14:52:33 +02:00
King Kévin 1d93451981 application: disable VBUS sensing 2022-08-11 14:52:33 +02:00
King Kévin 99b2ccd62d lib/usb_dfu: disable VBUS sensing 2022-08-11 14:52:33 +02:00
King Kévin 2028e485d8 hd44780: port library to STM32F4 2022-05-10 10:53:08 +02:00
King Kévin de5ef8ed55 bootloader: fix compiler warning 2022-05-10 10:53:08 +02:00
King Kévin 9c9893e1da application: minor, double ensure debug info is only show with DEBUG enabled 2021-05-14 14:50:02 +02:00
King Kévin a716cb10cf flash_internal: add support for STM32F401CE 2021-05-14 14:30:15 +02:00
King Kévin 0a18d73197 .ld: minor, fix typo 2021-05-14 14:28:48 +02:00
King Kévin 8c01cbd918 sensor_max6675: mark as untested for STM32F4 2021-05-14 13:43:17 +02:00
King Kévin 019b82d384 sensor_max6675: add library for MAX6675 k-type thermocouple reader 2021-05-14 13:42:03 +02:00
King Kévin a89d8abb38 lib: minor, simplify license 2021-05-14 13:42:03 +02:00
King Kévin ced5582a1a application: minor, update copyright date 2021-05-14 13:18:20 +02:00
King Kévin 4d53d868fe usart_enhanced: mark STM32F4 compatible (no difference with STM32F1) 2021-05-14 13:14:58 +02:00
King Kévin ce0848343d usart_enhanced: minor, fix spacing 2021-05-14 13:14:58 +02:00
King Kévin 863fd744d7 README: fix typo 2021-05-14 13:14:58 +02:00
King Kévin d85d345ec4 application: make some text only output when DEBUG is set 2021-05-14 13:14:53 +02:00
King Kévin 35a614750d application: remove watchdog info (not F4 compatible) 2021-05-14 13:12:46 +02:00
King Kévin b3cf0d0302 swd: improve documentation 2021-03-23 17:22:48 +01:00
King Kévin 3a6a64928d swd: minor, fix doc 2021-03-23 17:22:48 +01:00
King Kévin 99d66f4e4e swd: improve part number decoding 2021-03-23 17:22:48 +01:00
King Kévin 66521e1981 swd: minor, fix comment, add doc, make reset tiny bit longer for better reliability 2021-03-23 17:22:48 +01:00
King Kévin 210fab8eae swd: expose release pins 2021-03-23 17:22:48 +01:00
King Kévin 7318d70dcd swd: minor, fix space 2021-03-23 17:22:48 +01:00
King Kévin 0010c5e046 swd: provide function to set SWCLK/SWDIO pin 2021-03-23 17:22:48 +01:00
King Kévin 6b3b55839e swd: use variables for pins (for later dynamic change) 2021-03-23 17:22:48 +01:00
King Kévin 6bed3ab0fb Rakefile: ingnore .inc files 2021-03-23 17:22:48 +01:00
King Kévin 9a7c51f80e Rakefile: fix spacing 2021-03-23 17:22:48 +01:00
King Kévin 7a74f9709f add SWD library 2021-03-23 17:22:48 +01:00
King Kévin fa29cfc29f application: minor, fix typo 2020-12-17 12:51:23 +01:00
King Kévin 2248ba1762 application: fix rtc_to_seconds 2020-12-17 12:51:23 +01:00
King Kévin ac255816a1 sensor_mlx90614: add library to read from MLX90614 IR-thermometer 2020-12-17 12:51:23 +01:00
King Kévin 95b63a06f5 smbus_master: add SMBus library 2020-12-17 12:51:23 +01:00
King Kévin 7656c699bf i2c_master: fix stop generation 2020-12-17 12:51:23 +01:00