Fixed some regressions in configurtion files.
hal/buffered_sio: avoid redundant TX IRQ mask updates
Regenerated xmcuconf.h files.
ADC and RTC reviewed.
xhal: tighten ADC/RTC config ownership and document persistent config contract
xhal: fix RTCv4 interrupt handling and align RTC codegen with source
xhal: fix RTC/ADC integration and add ADC test application
ADC LLDs in XHAL.
Fixed insufficent XMLs, regenerated files.
halconf.h mass update.
hal/usb: add USB_USE_EP0_THREAD and common EP0 worker API
testxhal: add RTC test app and extend xhal/xmcuconf templates for RTC settings
xhal: add RTC driver with 64-bit time API and STM32 RTCv4 LLDs
xhal/sio: avoid redundant buffered TX enable-mask writes
RP2350 add CS1/QMI save/restore to correctly support PSRAM
P2040 EFL no change but use full set of constants to improve readability
RP2350 Defensive XIP Exit/PSRAM Reset per datasheet
Port the recent HAL SIO behavior fixes into XHAL and align the
hal/buffered_sio: avoid continuous TX IRQ storms
• hal/sio: fix STM32 USART IRQ edge cases
Added display driver skeleton to HAL.
RP DMA LLD address RP2350-E5 errata
RP add defensive vector table reassert to hal_init
Fix RP core1 relaunch on reset
Fix RP Peripheral Init and move clock setup early to match STM32 convention
Removed test file.
Yet another test.
test 2
test1
This is a test.
Add RP2350 XIP interaction testhal
Fix RP2040 rp_clocks warning
Add RP2040 XIP interaction testhal
Add RP PAL multi test
Initial RP EFL-MFS testhal
Removed the wrong SBOM.
Updated some mcuconf.h files.
Licenses fixed.
RP2040 EFL LLD fully reset SSI on each re-entry to XIP
Add VREG and 200mhz support
Add missing RP Bootrom Functions
RP EFL switch to updated CMSIS EFL structs
Add missing RP EFL headers
Fix RP EFL cleanup control register restoration
Small doxygen fix.
More back-ported HAL code from trunk. Removed some unused files.
Updated licensig headers.
Libraries in the new freemarker-codegen language.
Added missing ADC hooks. Added M55 to purchasing options.
Small fixes.
test
RP EFL always perform full page writes
RP2040 Clear Errors when Exiting XIP Mode
Fixed doxygen comment in DAC. Metadata update.
Release preparation.
xshell: move prompt to instance object, add instance event source, add xshellGetThread(...)
Fixed regression.
Updated templates.
RTC for U3.
RTC for U0.
RTCv4 on C0, updated RTC demo.
RP EFL remove UUID caching
RP EFL LLD implement RP_EFL_CACHE_UNIQUE_ID to optionally cache UUID at init
Refactor RP EFL LLD adding rpEflBeforeXipOff and rpEflAfterXipOn hooks
Remove RP EFL LLD core parking
RP2350 fix PSRAM cache corruption
RP2040 do not clear other registers when enabling XIP Cache
Refactor RP PAL LLD, fix core affinity, fully enable high bank on RP2350
Modified VIO to accept NULL units and NULL configs pointers.
Fixed few regressions.
Remove RP Pico SDK Compatibility Layer
RP add bootrom to platform makefiles
RP add bootrom helpers
SB HTTP application updated to serve pages via Posix API, host application exposing pages via a VFS ROMFS instance.
ROMFS VFS integrated in the demo.
lwIP integration fixes and robustness.
HTTPD-VFS bindings module.
XSHELL can now use stdio or VFS for file commands.
New ROMFS VFS driver and ROMFS build tool.
Limit simulator serial socket reads to the free space in the input queue
RP2040 Add Core Parking and Fix SSI Register Restoration
RP2350 implement core parking in EFL LLD
Add RP Core Parking Mechanism to Platform Makefiles
Add RP Core Parking Mechanism
Replace per-field GDB expression evaluation in the RT6/RT7 TraceBuffer
VFS FatFS driver: bug fixes.
● VFS overlay driver: bug fixes.
VFS LittleFS driver: bug fixes and improvements.
Fixed a warning.
VFS: Moved stream interface from driver file nodes to base class, upgraded to