We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486b78e commit d581553Copy full SHA for d581553
src/rp2350/README.md
@@ -1,5 +1,5 @@
1
This directory contains files specific to the RP2350 hardware. It is only used when building for RP2350 platforms, i.e.
2
-`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp235-riscv`
+`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp2350-riscv`
3
4
`hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip definition itself.
5
src/rp2_common/pico_mbedtls/include/sha256_alt.h
@@ -11,6 +11,6 @@
11
#include "pico/sha256.h"
12
13
typedef struct pico_sha256_state mbedtls_sha256_context;
14
-#endif // PICO_RP2350
+#endif // LIB_PICO_SHA256
15
16
#endif
0 commit comments