Commit Graph

77 Commits

Author SHA1 Message Date
King Kévin 0d901e2dd8 application: fix multiplexer pinout 2021-03-15 13:59:11 +01:00
King Kévin 155c9eb093 application: add 4 channels and rename channels 2021-03-15 12:32:06 +01:00
King Kévin 1946a5b40c application: fix going to last channel 2021-03-12 13:10:25 +01:00
King Kévin 57bfbbecd1 application: minor, rename channels to adc_channels to avoid confusion with signal channels 2021-03-12 13:09:36 +01:00
King Kévin 1facc923c3 application: allow setting probe range 2021-03-11 14:23:18 +01:00
King Kévin 89f8c80093 application: minor, improve channel selection 2021-03-11 14:22:59 +01:00
King Kévin baaa435de8 application: minor, get RCC from port 2021-03-11 14:22:31 +01:00
King Kévin 02e72a8bf9 application: minor, rename variable 2021-03-11 14:21:10 +01:00
King Kévin 073052ce94 application: minor: rename signal to channel 2021-03-11 14:20:12 +01:00
King Kévin f10da7082b application: add pull detection to type 2021-03-11 13:53:00 +01:00
King Kévin e5dbb79b0e application: minor, rename print_voltage_taget to print_target 2021-03-11 13:52:21 +01:00
King Kévin a90c189eb3 application: minor, rename print_voltage to printf_fpu 2021-03-11 13:51:13 +01:00
King Kévin 312da80d6b application: add signal type determination 2021-03-11 11:21:22 +01:00
King Kévin 66f26f3093 application: improve target show display, and show signal voltages 2021-03-11 11:20:09 +01:00
King Kévin 1bcbf3fd5f application: add signal pins 2021-03-11 11:19:03 +01:00
King Kévin 95e727203c application: add level shifter power control 2021-03-11 11:16:31 +01:00
King Kévin 7ede0c9862 application: fix voltage caculation 2021-03-11 10:59:54 +01:00
King Kévin 468f199d22 application: add multiplexer control 2021-03-11 10:53:02 +01:00
King Kévin 0b0a27e670 application: add voltage control 2021-03-11 10:50:50 +01:00
King Kévin 8542c4e0f7 application: remove UART to save pins 2021-03-11 10:47:41 +01:00
King Kévin 9e9f0cbe28 application: add fixed point voltage printing 2021-03-11 10:46:37 +01:00
King Kévin 73b205e6c8 application: add menu to measure voltages 2021-03-10 18:31:39 +01:00
King Kévin 2b718bfc72 application: add ADC to measure target and signal voltage 2021-03-10 18:31:17 +01:00
King Kévin db5e22a5b3 application: include SWD utilities 2021-03-10 14:15:04 +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 793611d629 application: implement uptime 2020-12-17 12:48:37 +01:00
King Kévin d0bd71b266 application: add periodis RTC wakeup 2020-12-11 00:00:25 +01:00
King Kévin b100c4ae13 application: RTC + date/time added 2020-12-11 00:00:25 +01:00
King Kévin a0f9b4a530 application: port to STM32F4 (RTC is not working yet) 2020-12-11 00:00:25 +01:00
King Kévin a4b5f95b07 application: minor, fix typo 2020-11-13 11:42:54 +01:00
King Kévin d80587c21d application: re-add uptime command 2020-07-22 16:22:22 +02:00
King Kévin 629500e4bd application: remove all MCU model info. this has moved to the dedicated identifier firmware 2020-06-24 11:58:08 +02:00
King Kévin 905b7d153b application: improve MCU identification 2020-06-24 11:57:40 +02:00
King Kévin 99d4be6a44 application: fix date display and add offset 2020-06-21 10:15:14 +02:00
King Kévin e71515bcce replace header license with SPDX statement 2020-06-10 19:04:41 +02:00
King Kévin 54456e0cb4 application: minor, improve code 2020-06-10 19:04:27 +02:00
King Kévin b48c65b5e0 application: only show additional MCU info on DEBUG 2020-06-10 18:02:53 +02:00
King Kévin 9f419e1da0 application: minor, improve code 2020-06-10 17:40:54 +02:00
King Kévin 6bb7cd1606 application: add dev_id for STM32F411xC/E in version action 2020-03-17 09:47:28 +01:00
King Kévin 66bb0bdcaa application: add dev_id for STM32F401 in version action 2020-03-17 09:43:18 +01:00
King Kévin 87f8e3a157 application: add dev_id for STM32F4xx in version action 2020-03-17 09:32:29 +01:00
King Kévin 25c0ae0271 application: add fake STM32 detection in version action 2020-03-16 20:55:50 +01:00
King Kévin 8b4f98d79a application: add MCU verification to version action 2020-03-15 18:25:51 +01:00
King Kévin e228f1f37b application: improve version description 2020-03-15 14:11:55 +01:00
King Kévin 7030480482 application: improve familly detection 2020-03-08 18:18:27 +01:00
King Kévin f1168608c7 application: minor, use proper wait 2020-02-19 21:16:37 +01:00
King Kévin 44c75a70a2 application: minor, replace printf with puts when applicable 2020-02-19 21:16:07 +01:00
King Kévin afd5bef309 application: fix uptime action 2020-02-17 18:08:17 +01:00
King Kévin f54d3f0fd2 application: allow multiple ticks per seconds for periodic tasks 2020-02-02 21:19:03 +01:00