Skip to content

Commit a68552d

Browse files
committed
README: Added support for RV32EC & WCH CH32V003 + release notes
1 parent 3e28e70 commit a68552d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ at the following address: https://jnaulet.github.io/OpenPicoRTOS
134134
- Intel 8051 / MCS51
135135
- MIPS M51xx / PIC32Mx
136136
- RISC-V RV32IMAC
137+
- RISC-V RV32EC
137138
- PowerPC e200z4
138139
- PowerPC e200z7
139140
- TI C2000 / c28x
@@ -172,6 +173,7 @@ at the following address: https://jnaulet.github.io/OpenPicoRTOS
172173
- STMicroelectronics STM32F401x series
173174
- STMicroelectronics STM32H743/750
174175
- Texas Instruments TMS320F2837xD
176+
- WCH CH32V003
175177

176178
## Working principle
177179

@@ -264,6 +266,7 @@ Basic demo code is provided for the following boards:
264266
- STMicro STM32F401RCT6 development board (staging)
265267
- Texas Instruments Launchxl-f28379d
266268
- Raspberry Pi Pico (single core & SMP)
269+
- WCH CH32V003F4P6 eval board (staging)
267270

268271
A portability demo is available in demo/amigaball-lcd and works with the
269272
follwing boards (+0.96" LCD):

RELEASE_NOTES.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Release notes
22

3+
## picoRTOS v1.9.7
4+
### What's new ?
5+
6+
Minor update, support for a new architecture:
7+
8+
- RISC-V: support for RV32EC + WCH CH32V003
9+
- CH32V003 minimal drivers (clock, mux, gpio) + demo
10+
11+
## picoRTOS v1.9.6
12+
### What's new ?
13+
14+
This is a minor update, but kinda major in some ways.
15+
16+
- 8051: improved architecture + clock management system(s)
17+
- AVR: total refactoring of the ports (merged ATMegza & ATTiny) + associated demos
18+
- STM32F10xxx: support for a new ARMV7-M machine + minimal drivers (clock, mux, gpio)
19+
- STM32F401x: support for new ARMv7e-M machine + minimal drivers (clock)
20+
- Refactoring of DMA setup in existing SPI drivers (to match +irqdriven naming conventions)
21+
322
## picoRTOS v1.9.5
423
### What's new ?
524

0 commit comments

Comments
 (0)