Files
tinygo/src/runtime
Konstantin Sharlaimov 5f02d6b659 feat(machine/stm32): make HSE crystal frequency selectable.
Define the board's external crystal (HSE) frequency `xtalHz` in the
respective `board_*.go` files. Per-topology PLL tables (F1, F4, F7)
will compute the register dividers from it.

Moving this parameter to the board definition level cleanly isolates
board hardware characteristics from general MCU chip configurations,
eliminating the need for custom target build tags. Targets using
HSE-clocked STM32 chips must define `xtalHz` or fail to build.
2026-07-19 10:56:14 +02:00
..
2018-09-14 20:58:00 +02:00
2025-06-11 09:57:46 +02:00
2019-04-13 19:58:58 +02:00
2026-07-06 22:35:41 -03:00
2026-07-07 10:40:36 +02:00
2023-08-17 18:16:54 +02:00
2026-04-17 10:33:07 +02:00
2025-06-13 14:42:23 +02:00
2026-05-26 15:27:32 +02:00
2026-05-26 15:27:32 +02:00
2026-04-17 10:33:07 +02:00
2022-12-19 23:20:11 +01:00
2023-08-04 11:59:11 +02:00
2022-12-19 23:20:11 +01:00
2024-07-02 07:02:03 -07:00
2023-08-17 18:16:54 +02:00
2024-07-02 07:02:03 -07:00
2026-01-05 15:10:31 -05:00
2024-03-02 21:17:34 +01:00
2018-09-16 13:01:03 +02:00
2025-02-25 14:41:42 +01:00