Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | examples: Mark asm, pio, etc. as noqa: F821 (undefined-name). | Angus Gratton | 2023-08-16 |
| | | | | | | | | | | | These files all use decorators (@asm_thumb, @asm_pio) that add names to the function scope, that the linter cannot see. It's useful to clear them in the file not in pyproject.toml as example code will be copied and adapted elsewhere, and those developers may also use Ruff (we hope!) Signed-off-by: Angus Gratton <angus@redyak.com.au> | ||
* | all: Reformat C and Python source code with tools/codeformat.py. | Damien George | 2020-02-28 |
| | | | | This is run with uncrustify 0.70.1, and black 19.10b0. | ||
* | examples/natmod: Add features1 and features2 examples. | Damien George | 2019-12-12 |