summaryrefslogtreecommitdiffstatshomepage
path: root/tools/codeformat.py
Commit message (Expand)AuthorAge
* all: Replace "black" with "ruff format".Jim Mussared2023-11-03
* teensy: Remove the teensy port.Jim Mussared2023-10-31
* tools/codeformat.py: Use pyproject.toml for black config.Jos Verlinde2023-08-10
* tools/codeformat.py: Skip formatting ESP-IDF managed components.Daniƫl van de Giessen2023-08-10
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* shared/tinyusb: Further refactor static USB device implementation.Angus Gratton2022-11-11
* tools: Add pre-commit support.Angus Gratton2022-10-04
* tools/codeformat.py: Include more ports .c/.h files in formatting.Damien George2022-04-20
* tools/codeformat.py: Remove ports/unix/*.py from exclusion list.Damien George2022-04-20
* drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver.iabdalkader2021-11-13
* mimxrt: Rework flash configuration.Philipp Ebensberger2021-09-14
* tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.Glenn Ruben Bakke2021-08-08
* all: Update to point to files in new shared/ directory.Damien George2021-07-12
* lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.Thorsten von Eicken2020-07-20
* tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.Damien George2020-06-18
* tools/codeformat.py: Remove sizeof fixup.David Lechner2020-06-14
* tools/codeformat.py: Add verbose option to pass to uncrustify and black.David Lechner2020-05-29
* tools/codeformat.py: Use -q option on uncrustify to make output quiet.David Lechner2020-05-28
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tools/codeformat.py: Include all msvc C code in auto-format.stijn2020-03-25
* tools/codeformat.py: Eliminate need for sizeof fixup.David Lechner2020-03-11
* tools/codeformat.py: Add formatter using uncrustify for C, black for Py.Damien George2020-02-28