You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
354: Update README with some RP2040 boards r=therealprof a=thejpster
Also bump RTIC to 1.0, and add Hubris RTOS
Co-authored-by: Jonathan 'theJPster' Pallant <github@thejpster.org.uk>
Copy file name to clipboardExpand all lines: README.md
+39-2Lines changed: 39 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ This project is developed and maintained by the [Resources team][team].
24
24
*[Microchip](#microchip)
25
25
*[Nordic](#nordic)
26
26
*[NXP](#nxp)
27
+
*[Raspberry Pi Silicon](#raspberry-pi-silicon)
27
28
*[SiFive](#sifive)
28
29
*[Silicon Labs](#silicon-labs)
29
30
*[STMicroelectronics](#stmicroelectronics)
@@ -37,6 +38,7 @@ This project is developed and maintained by the [Resources team][team].
37
38
*[GigaDevice](#gigadevice-1)
38
39
*[Nordic](#nordic-1)
39
40
*[NXP](#nxp-1)
41
+
*[Raspberry Pi Silicon](#raspberry-pi-silicon-1)
40
42
*[SiFive](#sifive-1)
41
43
*[STMicroelectronics](#stmicroelectronics-1)
42
44
*[Texas Instruments](#texas-instruments-1)
@@ -55,6 +57,8 @@ This project is developed and maintained by the [Resources team][team].
55
57
*[Arduino](#arduino)
56
58
*[Nordic](#nordic-2)
57
59
*[NXP](#nxp-2)
60
+
*[Pimoroni](#pimoroni)
61
+
*[Raspberry Pi](#raspberry-pi)
58
62
*[Sparkfun](#sparkfun)
59
63
*[SeeedStudio](#seeedstudio)
60
64
*[SiFive](#sifive-2)
@@ -158,10 +162,11 @@ In 2018 the Rust community created an embedded working group to help drive adopt
158
162
-[FreeRTOS.rs](https://github.com/hashmismatch/freertos.rs) Rust interface for the FreeRTOS API
159
163
-[FreeRTOS-rust](https://github.com/lobaro/FreeRTOS-rust) Rust interface for FreeRTOS with Rust entry point and build support crate.
160
164
-[Tock](https://www.tockos.org) An embedded operating system designed for running multiple concurrent, mutually distrustful applications on low-memory and low-power microcontrollers
165
+
-[Hubris](https://github.com/oxidecomputer/hubris) A real-time operating systems built by Oxide Computer to run the Service Controller processor in the mainboards of their rack-mount servers.
161
166
162
167
### Real-time tools
163
168
164
-
-[RTIC v0.5](https://rtic.rs/0.5/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems:
169
+
-[RTIC v1.0](https://rtic.rs/1.0/book/en/) Real-Time Interrupt-driven Concurrency — A concurrency framework for building real time systems:
165
170
-[cortex-m rtic](https://github.com/rtic-rs/cortex-m-rtic) RTIC framework for ARM Cortex-M microcontrollers
166
171
-[msp430 rtfm](https://github.com/japaric/msp430-rtfm) RTFM framework for MSP430 MCUs
167
172
@@ -211,6 +216,9 @@ Peripheral Access Crates were also called Device Crates.
211
216
-[`imxrt-ral`](https://github.com/imxrt-rs/imxrt-rs) Register access layer for i.MX RT series. - 
212
217
-[`SKEAZN642`](https://crates.io/crates/SKEAZN642) Peripheral access API for KEA64 family microcontrollers (generated using svd2rust) - 
213
218
219
+
### Raspberry Pi Silicon
220
+
221
+
-[`rp2040-pac`](https://crates.io/crates/rp2040-pac) - Peripheral access API for the RP2040 dual-core system-on-chip (generated using svd2rust) - 
214
222
215
223
### SiFive
216
224
@@ -328,6 +336,9 @@ Also check the list of [NXP board support crates][nxp-bsc]!
-[`imxrt-hal`](https://github.com/imxrt-rs/imxrt-rs) - HAL for i.MX RT series. - 
330
338
339
+
### Raspberry Pi Silicon
340
+
341
+
-[`rp2040-hal`](https://crates.io/crates/rp2040-hal) - HAL for the RP2040 dual-core system-on-chip - 
331
342
332
343
### SiFive
333
344
@@ -372,7 +383,7 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
-[`rp-pico`](https://github.com/rp-rs/rp-hal) - Board Support Crate for the RP2040 based Raspberry Pi Pico.
535
+
500
536
### Sparkfun
501
537
502
538
-[`samd21_mini`](https://crates.io/crates/samd21_mini) - Board support for the [SAMD21 Mini Breakout](https://www.sparkfun.com/products/13664)
539
+
-[`sparkfun-pro-micro-rp2040`](https://github.com/rp-rs/rp-hal) - Board Support Crate for the RP2040 based Sparkfun Pro Micro.
0 commit comments