Skip to content

Files

Latest commit

92b5f09 · Aug 23, 2024

History

History
This branch is up to date with garyexplains/examples:master.

rp2350

Source code to accompany my video: Raspberry Pi RP2350 vs RP2040 - Performance and Power, including Arm Cortex-M33 vs Hazard RISC-V (https://youtu.be/RrE3bw_HYIU)

This video explores the performance of the Cortex-M0+ in the Raspberry Pi RP2040, the Cortex-M33 in the new RP2350, and the Hazard3 RISC-V in the RP2350. It includes four different benchmarks along with power consumption data!

The bulk of the code for the nqueens problem is from https://rosettagit.org/drafts/n-queens-problem/#c

The SHA256 code is from https://github.com/B-Con/crypto-algorithms/blob/master/sha256.c