Closed cbruiz closed 9 months ago
perimap was missing for {UART, sci2_v1_1} target.
For instance, for STM32F103RC, taking the STM32F103RC.json;
Before:
{ "name": "UART4", "address": 1073761280, "rcc": { [...]
After:
{ "name": "UART4", "address": 1073761280, "registers": { "kind": "usart", "version": "v1", "block": "USART" }, "rcc": { [...]
diff: https://ci.embassy.dev/jobs/11b860977686/artifacts/diff.html
perimap was missing for {UART, sci2_v1_1} target.
For instance, for STM32F103RC, taking the STM32F103RC.json;
Before:
After: