jacdac-stm32x0/stm32
Riven 51f3ad9724
add cpu freq check to timer set (#50)
* add cpu freq check to timer set

* gen update evt on prescaler update

* keep micros continous

* fallback to recommand implement~
2023-11-14 17:43:32 +01:00
..
STM32CubeWL@1555f88ae1 use STM32CubeWL package (need LoRaWAN) 2022-02-16 13:23:30 -08:00
cmsis_core@96d6da4e25 feat: use official STM32 submodules 2020-12-16 17:15:57 +01:00
cmsis_device_f0@20e23a96fe feat: use official STM32 submodules 2020-12-16 17:15:57 +01:00
cmsis_device_g0@857e03d94c support for STM32G0 series (#16) 2021-03-09 18:50:43 +01:00
lora-e5 one more panic 2022-11-30 11:47:24 -08:00
mk refactor common stm32.mk 2022-06-02 15:00:26 -07:00
stm32f0xx_hal_driver@5eeaad10dc feat: use official STM32 submodules 2020-12-16 17:15:57 +01:00
stm32g0xx_hal_driver@758febee2a support for STM32G0 series (#16) 2021-03-09 18:50:43 +01:00
usb check usb tx return code 2023-04-11 16:31:14 -07:00
adc.c move files to stm32/ folder 2023-03-30 17:35:03 -07:00
bitbang_spi.c Calibrate bitbang spi timings on G0 2021-03-27 10:49:16 -07:00
display.c use JD_PANIC() macro 2022-11-30 11:41:10 -08:00
dspi.c ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
duart.c ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
exti.c ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
flash.c ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
hwconfig.h Further build process cleanup 2020-04-14 22:03:46 -07:00
i2c.c use common i2c code 2023-03-30 18:09:58 -07:00
init.c fix usb clocks 2023-04-04 14:54:13 -07:00
jdstm.h add usb code 2023-04-04 11:47:24 -07:00
lib.h move files to stm32/ folder 2023-03-30 17:35:03 -07:00
onewire.c 1-wire bugfix 2021-11-05 14:39:47 -07:00
pinnames.h Arcade ctrls fixes 2020-05-27 19:31:28 -07:00
pins.c l4 fixes 2023-03-31 10:42:29 -07:00
pwm.c stm32l4-specific code 2023-03-30 16:05:29 -07:00
pwr.c move files to stm32/ folder 2023-03-30 17:35:03 -07:00
rtc.c move files to stm32/ folder 2023-03-30 17:35:03 -07:00
spidef.h ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
spis.c use JD_PANIC() macro 2022-11-30 11:41:10 -08:00
sspi.c use JD_PANIC() macro 2022-11-30 11:41:10 -08:00
stm32_assert.h use JD_PANIC() macro 2022-11-30 11:41:10 -08:00
stm32f0.h implement 1-Wire APIs 2021-11-04 20:43:54 -07:00
stm32g0.h implement 1-Wire APIs 2021-11-04 20:43:54 -07:00
stm32l4.h add usb code 2023-04-04 11:47:24 -07:00
stm32wl.h ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
target_utils.c ifdef STM32WL -> ifdef STM32L 2023-03-30 16:03:37 -07:00
tim.c add cpu freq check to timer set (#50) 2023-11-14 17:43:32 +01:00
tinyhw.h move files to stm32/ folder 2023-03-30 17:35:03 -07:00
uart.c l4 fixes 2023-03-31 10:42:29 -07:00
usbserial.c l4 fixes 2023-03-31 10:42:29 -07:00
utils.c assert in memset 2023-04-03 15:28:19 -07:00