mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
* Small whitespace fixup * typo bugfix * Small refactoring of check_board_header.py * Make structure of rp2040_interface_pins.json more explicit, so that it can be more easily extended * Move definition of valid-pins from python to json * Check that each interface includes all (minimally) expected pins Note that UART_CTS, UART_RTS & SPI_CSN are classed as optional * Split "expected_functions" into "required" (all of these pins must be present) and "one_of" (at least one of these pins must be present) |
||
|---|---|---|
| .. | ||
| elf2uf2 | ||
| pioasm | ||
| BUILD.bazel | ||
| build_all_headers.py | ||
| check_all_board_headers.sh | ||
| check_board_header.py | ||
| check_configs.sh | ||
| check_doxygen_groups.py | ||
| CMakeLists.txt | ||
| compare_build_systems.py | ||
| extract_build_defines.py | ||
| extract_cmake_configs.py | ||
| extract_configs.py | ||
| FindELF2UF2.cmake | ||
| FindPioasm.cmake | ||
| uf2_aspect.bzl | ||