diff options
Diffstat (limited to 'circuitpython/ports/raspberrypi/sdk/src/common/README.md')
-rw-r--r-- | circuitpython/ports/raspberrypi/sdk/src/common/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circuitpython/ports/raspberrypi/sdk/src/common/README.md b/circuitpython/ports/raspberrypi/sdk/src/common/README.md new file mode 100644 index 0000000..0f30a42 --- /dev/null +++ b/circuitpython/ports/raspberrypi/sdk/src/common/README.md @@ -0,0 +1,3 @@ +This directory code that is common to all builds regardless of `PICO_PLATFORM`. It is a mix +of common header files, or high level functionality built entirely using `hardware_` or `pico_` libraries provided +by the actual target `PICO_PLATFORM``
\ No newline at end of file |