Skip to content

Commit

Permalink
fix C Forth URL
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Sep 28, 2024
1 parent 6a33ac7 commit 1417d97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified presentations/cforth_on_the_rp2350.pdf
Binary file not shown.
6 changes: 4 additions & 2 deletions presentations/cforth_on_the_rp2350.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ format:

- The RP2350 actually has four cores!

- The two ARM Cortex M33 cores you know about, and
- The two Arm Cortex M33 cores you know about, and

- Two [[*RISC-V Hazard3*]{.underline}](https://github.com/Wren6991/Hazard3) cores

Expand Down Expand Up @@ -83,10 +83,12 @@ format:
- Hosted on [[*Universal Blue Bluefin*]{.underline}](https://projectbluefin.io/)
- (But any Distrobox host will work - any recent Linux distro)

# C Forth [[*https://github.com/MitchBradley/cforth*]{.underline}](https://github.com/MitchBradley/cforth)
# C Forth

## Why C Forth?

URL: [[*https://github.com/MitchBradley/cforth*]{.underline}](https://github.com/MitchBradley/cforth)

- Optimized for microcontrollers
- Comprehensive - derived from Mitch Bradley's Open FirmWare
- Extensible in either C or Forth!
Expand Down

0 comments on commit 1417d97

Please sign in to comment.