Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/rp2350/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This directory contains files specific to the RP2350 hardware. It is only used when building for RP2350 platforms, i.e.
`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp235-riscv`
`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp2350-riscv`

`hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip definition itself.

Expand Down
2 changes: 1 addition & 1 deletion src/rp2_common/pico_mbedtls/include/sha256_alt.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
#include "pico/sha256.h"

typedef struct pico_sha256_state mbedtls_sha256_context;
#endif // PICO_RP2350
#endif // LIB_PICO_SHA256

#endif
Loading