micropython/ports/stm32/boards/NUCLEO_WB55
Christian Clauss 79e57473b2 all: Fix various Python coding inconsistencies found by ruff.
This fixes:
- type-comparison (E721): do not compare types, use isinstance().
- string-dot-format-missing-arguments (F524): .format call is missing
  argument(s) for placeholder(s): {message}.
- f-string-missing-placeholders (F541).
- is-literal (F632): Use != to compare constant literals.

The last one is fixed by just comparing for truthfulness of `state`.
2023-05-02 16:14:45 +10:00
..
board.json ports: Update board.json files to link to new board images. 2022-01-07 11:33:28 +11:00
mboot_keys.h all: Reformat remaining C code that doesn't have a space after a comma. 2022-05-05 13:30:40 +10:00
mpconfigboard.h stm32/boards/NUCLEO_WB55: Fix LED ordering. 2021-12-09 14:03:35 +11:00
mpconfigboard.mk stm32/boards: Increase mboot region to 32k for WB55 boards. 2022-08-25 17:02:56 +10:00
pins.csv stm32/boards/NUCLEO_WB55: Add Arduino pin alias definitions. 2022-02-18 14:45:49 +11:00
rfcore_debug.py stm32/boards/NUCLEO_WB55: Add standalone WB55 FUS/WS firmware updater. 2020-10-08 17:39:15 +11:00
rfcore_firmware.py all: Fix various Python coding inconsistencies found by ruff. 2023-05-02 16:14:45 +10:00
rfcore_makefirmware.py top: Update Python formatting to black "2023 stable style". 2023-02-02 12:51:03 +11:00
stm32wbxx_hal_conf.h stm32/boards/NUCLEO_WB55: Add definition files for new board. 2019-07-17 17:00:34 +10:00