File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ at the following address: https://jnaulet.github.io/OpenPicoRTOS
134
134
- Intel 8051 / MCS51
135
135
- MIPS M51xx / PIC32Mx
136
136
- RISC-V RV32IMAC
137
+ - RISC-V RV32EC
137
138
- PowerPC e200z4
138
139
- PowerPC e200z7
139
140
- TI C2000 / c28x
@@ -172,6 +173,7 @@ at the following address: https://jnaulet.github.io/OpenPicoRTOS
172
173
- STMicroelectronics STM32F401x series
173
174
- STMicroelectronics STM32H743/750
174
175
- Texas Instruments TMS320F2837xD
176
+ - WCH CH32V003
175
177
176
178
## Working principle
177
179
@@ -264,6 +266,7 @@ Basic demo code is provided for the following boards:
264
266
- STMicro STM32F401RCT6 development board (staging)
265
267
- Texas Instruments Launchxl-f28379d
266
268
- Raspberry Pi Pico (single core & SMP)
269
+ - WCH CH32V003F4P6 eval board (staging)
267
270
268
271
A portability demo is available in demo/amigaball-lcd and works with the
269
272
follwing boards (+0.96" LCD):
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
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
+
3
22
## picoRTOS v1.9.5
4
23
### What's new ?
5
24
You can’t perform that action at this time.
0 commit comments