You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may be better implemented as a pre-commit hook in MicroPython itself. The idea is to check all board.json files to ensure they follow a schema so consistency is maintained for all boards.
This may be better implemented as a pre-commit hook in MicroPython itself. The idea is to check all
board.json
files to ensure they follow a schema so consistency is maintained for all boards.https://github.com/python-jsonschema/jsonschema/
Also see micropython/micropython#12163.
The text was updated successfully, but these errors were encountered: