From e426e78e312d885c50b4dab4c17d9ca671c2b563 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 11 Oct 2023 10:17:57 +0200 Subject: [PATCH] CHANGES.md: Update. --- CHANGES.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8d2806fc9..f7f931b34 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ----------