Added SB_VIO host for testing on STM32G474RE Nucleo.
Made VFS dependency optional in SBs.
• Reshape XHAL ADC conversion mode handling
Add ADC, GPT and I2C VIO support updates
• Add ADC and GPT support to sandbox VIO
• Add ADC support to sandbox VIO
• Reshape XHAL ADC group handling for indexed access
• Reshape XHAL ADC conversion groups
• Add state-based synchronization to XHAL SPI
• Add state-based synchronization to XHAL I2S
• Align DAC synchronization with ADC state waits
• Remove generic XHAL driver synchronization
Renamed demo to XHAL-WSPI-XSNOR-MFS.
• Add XHAL XSNOR-MFS L4R validation fixes
• Add STM32U0/U3 XHAL ports and multi-demo targets
• Add STM32C0/G0 XHAL ports and multi-demo targets
• Add XHAL XSNOR MFS test for STM32L4R9
• Add initial STM32L4+ support to XHAL
• Add STM32H7 XHAL bringup and xmcuconf updaters
• XHAL: document XSNOR reset and RDID timing from datasheets
• XHAL: allow drvStart() to reconfigure READY drivers
Simplified start code.
• XHAL: simplify base driver start/stop lifecycle
• Port TRNG driver to XHAL
Style fix.
• XHAL: add base driver synchronization support
Missing file.
typo
• Refactor XHAL driver lifecycle APIs
xhal: remove dead ICU and PWM default config options
Added missing settings to xhalconf.h.ftl then regenerated.
xhal: remove redundant bus lock APIs from i2c sdc and wspi
xhal: rebase flash and xsnor on base_driver semantics
xhal: make queued and sio stream transfers return partial progress
xhal: collapse buffered serial layer into buffered SIO wrapper
xhal: port WDG and add testxhal/WDG for G474 and H563
xhal: add xsnor complex module rebased on flash_base
Added an EFL-MFS test app.
xhal: split CDC service support out of hal_usb
EFL driver added to XHAL.
xhal: refactor serial-usb on top of generated CDC service base
xhal: add flash base class and keep flash interface stateless
Added I2S demo to testxhal.
xhal: normalize driver state usage to HAL_DRV_STATE_*
xhal: clarify USB binder/service I-class semantics
Added XHAL DAC-GPT demo.
xhal: move USB common code back under generator control
xhal: move stm32 DACv1 TIM-shared IRQ decoding into per-DAC handlers
xhal: port DAC as XML-generated callback driver with STM32 DACv1/v2 support
xhal: bring up USBv1 CDC enumeration on STM32G4
Added Eclipse metadata to the project.
Fixed some issues in CRY driver.
xhal/mmc-spi: port MMC-over-SPI to standalone XHAL complex driver
• xhal: add initial USB module design and generator skeleton
XHAL SDC now implements a block interface.
U5 stuff.
Added SDC to XHAL.
Added SDC to XHAL.
I2C added to XHAL.
Added CAN to XHAL.
Added XHAL ICU driver.
Fixed regression in configuration.
Added XHAL PWM driver.
U5 initial stuff.
Removed temporary U5 port.
vfs/romfs: move PackBits codec into common utils
vfs/romfs: add selectable static file compression to mkromfs
Changed settings file name.
vfs/romfs: gate compression support behind a driver option
vfs/romfs: add extensible compression backend and tagged file union
tools/mkromfs: support romfs.dynamic.json and emit dynamic entry externs
Realigned G4 HAL->XHAL.
Aligned XHAL H5 to HAL changes.
Sync Hazard3 port with the latest changes.