summaryrefslogtreecommitdiff
path: root/tools/codeformat.py
AgeCommit message (Expand)Author
2024-03-26nrf/modules/machine: Enable code formatting.Christian Walther
2023-11-03all: Replace "black" with "ruff format".Jim Mussared
2023-10-31teensy: Remove the teensy port.Jim Mussared
2023-08-10tools/codeformat.py: Use pyproject.toml for black config.Jos Verlinde
2023-08-10tools/codeformat.py: Skip formatting ESP-IDF managed components.Daniƫl van de Giessen
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared
2022-11-11shared/tinyusb: Further refactor static USB device implementation.Angus Gratton
2022-10-04tools: Add pre-commit support.Angus Gratton
2022-04-20tools/codeformat.py: Include more ports .c/.h files in formatting.Damien George
2022-04-20tools/codeformat.py: Remove ports/unix/*.py from exclusion list.Damien George
2021-11-13drivers/ninaw10: Add ublox Nina-W10 WiFi/BT module driver.iabdalkader
2021-09-14mimxrt: Rework flash configuration.Philipp Ebensberger
2021-08-08tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.Glenn Ruben Bakke
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2020-07-20lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.Thorsten von Eicken
2020-06-18tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.Damien George
2020-06-14tools/codeformat.py: Remove sizeof fixup.David Lechner
2020-05-29tools/codeformat.py: Add verbose option to pass to uncrustify and black.David Lechner
2020-05-28tools/codeformat.py: Use -q option on uncrustify to make output quiet.David Lechner
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-25tools/codeformat.py: Include all msvc C code in auto-format.stijn
2020-03-11tools/codeformat.py: Eliminate need for sizeof fixup.David Lechner
2020-02-28tools/codeformat.py: Add formatter using uncrustify for C, black for Py.Damien George