|
|
|
|
@ -28,7 +28,12 @@ this port is marked ready.
|
|
|
|
|
queue reset calls, time conversions, and thread diagnostics.
|
|
|
|
|
- Update the project-local F303 ADC LLD while retaining its tinySA-specific
|
|
|
|
|
behavior.
|
|
|
|
|
- Convert custom `BaseSequentialStream` VMTs to the current layout.
|
|
|
|
|
- Convert custom `BaseSequentialStream` VMTs to the current layout, including
|
|
|
|
|
the required `instance_offset` field.
|
|
|
|
|
- Preserve the legacy hard-FPU build's `-fsingle-precision-constant` behavior
|
|
|
|
|
explicitly. ChibiOS 21.11.x no longer adds it automatically; omitting it
|
|
|
|
|
promotes unsuffixed sweep constants to software double precision and causes
|
|
|
|
|
a measurable self-test sweep regression.
|
|
|
|
|
|
|
|
|
|
## Build
|
|
|
|
|
|
|
|
|
|
|