CHANGEs: Update.

This commit is contained in:
Florent Kermarrec 2022-01-20 09:25:49 +01:00
parent bdc22770e9
commit 681f474c66
1 changed files with 2 additions and 0 deletions

View File

@ -20,11 +20,13 @@
- cpu/eos_s3: Add LiteX BIOS/Bare Metal software support.
- litex_sim: Add .json support for --rom/ram/sdram-init.
- soc/add_uart: Allow multiple UARTs in the same design.
- cores/cpu: Add out-of-tree support.
[> API changes/Deprecation
--------------------------
- Fully deprecate SoCSDRAM/SPIFlash core (replaced by LiteSPI).
- UART "bridge" name deprecated in favor of "crossover" (already supported).
- "external" CPU class support deprecated (replaced by out-of-tree support).
[> 2021.12, released on January 5th 2022
----------------------------------------