diff options
author | Angus Gratton <angus@redyak.com.au> | 2024-10-09 14:53:37 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-01-17 12:01:42 +1100 |
commit | 8e2da5a519c3c68f0e9a04613e9d3e2a48ec44bb (patch) | |
tree | dbc9e7dc52287473399627d47182e2c7ec0f2bc7 /docs/esp32/tutorial | |
parent | f2cd1a3db6d0e9f3cd0025a3167822356f8c1614 (diff) | |
download | micropython-8e2da5a519c3c68f0e9a04613e9d3e2a48ec44bb.tar.gz micropython-8e2da5a519c3c68f0e9a04613e9d3e2a48ec44bb.zip |
stm32/boards: Support 'FDCAN' in board pin CSVs.
Previously micros with the 'FDCAN' peripheral (as opposed to the older
'CAN' peripheral) needed to rename these pins in the CSVs for the CAN
driver to work.
The following CSVs in MicroPython still had FDCAN in them:
$ rg -t csv -l FDCAN boards
boards/stm32h7b3_af.csv
boards/stm32h743_af.csv
boards/stm32h573_af.csv
boards/stm32h723_af.csv
boards/stm32g0b1_af.csv
Confirmed that this allows CAN to work on NUCLEO_H723ZG board, and that at
least one board based on each of the other chips can still compile. Some of
these boards could possibly have MICROPY_HW_ENABLE_CAN set and work, now.
Signed-off-by: Angus Gratton <angus@redyak.com.au>
Diffstat (limited to 'docs/esp32/tutorial')
0 files changed, 0 insertions, 0 deletions