embassy-rs / stm32-data

75 stars 109 forks source link

Fix UART definitions present in STM32F1 series #374

Closed cbruiz closed 9 months ago

cbruiz commented 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": {
      [...]
embassy-ci[bot] commented 9 months ago

diff: https://ci.embassy.dev/jobs/11b860977686/artifacts/diff.html