CHANGES.md: Update.

This commit is contained in:
Florent Kermarrec 2023-10-11 10:17:57 +02:00
parent 0ac75588af
commit e426e78e31
1 changed files with 7 additions and 6 deletions

View File

@ -6,12 +6,13 @@
[> Added
--------
cpu/naxriscv : Added SMP support.
cpu/neorv32 : Added Debug support and update core complex.
cpu/vexriscv_smp : Added hardware breakpoints support.
build/colognechip : Added initial support.
soc/cores/video : Added VTG/DMA synchronization stage to VideoFramebuffer.
litepcie/dma : Improved LitePCIeDMADescriptorSplitter timings.
cpu/naxriscv : Added SMP support.
cpu/neorv32 : Added Debug support and update core complex.
cpu/vexriscv_smp : Added hardware breakpoints support.
build/colognechip : Added initial support.
soc/cores/video : Added VTG/DMA synchronization stage to VideoFramebuffer.
litepcie/dma : Improved LitePCIeDMADescriptorSplitter timings.
interconnect/wishbone : Added linear burst support to DownConverter.
[> Changed
----------