@@ -7,6 +7,74 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.3.0] - 2027-Q1
11+
12+ ### Added
13+ - ** Platform Expansion**
14+ - Significantly expanded hardware platform support from 4 to 9 platforms
15+
16+ - ** Raspberry Pi Pico 2 (RP2350)**
17+ - New ` rp2350 ` firmware module
18+ - Dual Cortex-M33 @ 150MHz (or RISC-V Hazard3 cores)
19+ - 520KB SRAM (2x more than RP2040)
20+ - Enhanced PIO blocks for NV-DDR timing support
21+ - ARM TrustZone and secure boot capabilities
22+ - Direct migration path from RP2040 firmware
23+ - Platform ID: 0x05
24+
25+ - ** Raspberry Pi SBC (Linux GPIO)**
26+ - New ` raspberry_pi ` driver module (userspace, not firmware)
27+ - Support for Pi 3B+, Pi 4, Pi 5, Zero 2W
28+ - GPIO access via rppal library
29+ - Hardware SPI via spidev
30+ - Unix socket API for local control
31+ - TCP support for remote operation
32+ - Headless server mode capability
33+ - Platform ID: 0x10
34+
35+ - ** Arduino GIGA R1 WiFi (STM32H747)**
36+ - New ` arduino_giga ` firmware module
37+ - Dual-core: Cortex-M7 @ 480MHz + Cortex-M4 @ 240MHz
38+ - 1MB RAM, 2MB Flash
39+ - USB OTG HS with 512-byte packets
40+ - FMC-based parallel NAND with hardware ECC
41+ - SDMMC for eMMC/SD with HS200 mode
42+ - WiFi/BLE via Murata module
43+ - Platform ID: 0x20
44+
45+ - ** Orange Pi (Allwinner/Rockchip)**
46+ - New ` orange_pi ` driver module (userspace)
47+ - Orange Pi Zero 3 (Allwinner H618)
48+ - Orange Pi Zero 2W (Allwinner H616)
49+ - Orange Pi 5 (Rockchip RK3588)
50+ - Memory-mapped GPIO for direct register access
51+ - SPI via Linux spidev
52+ - Ultra-low-cost programmers ($15-20)
53+ - Platform ID: 0x11
54+
55+ - ** New Capabilities**
56+ - NV-DDR support on RP2350 (up to 400MT/s)
57+ - Hardware ECC on STM32H747 FMC peripheral
58+ - HS200 mode for eMMC on Arduino GIGA
59+ - Unix socket API for SBC platforms
60+ - TCP remote control for headless operation
61+
62+ - ** New Firmware Modules**
63+ - ` firmware/rp2350/ ` - Raspberry Pi Pico 2 firmware
64+ - ` firmware/raspberry_pi/ ` - Raspberry Pi SBC driver
65+ - ` firmware/arduino_giga/ ` - Arduino GIGA R1 WiFi firmware
66+ - ` firmware/orange_pi/ ` - Orange Pi driver
67+
68+ ### Changed
69+ - Protocol version updated to 0x23
70+ - Core library version updated to 2.3.0
71+ - Total supported platforms: 9 (6 MCU + 3 SBC)
72+
73+ ### Documentation
74+ - Updated ROADMAP with v2.3 completion
75+ - Added platform-specific wiring guides
76+ - Updated Hardware-Setup wiki with new platforms
77+
1078## [ 2.2.0] - 2027-Q1
1179
1280### Added
0 commit comments