From bccd1e9c54c8817f780a04a7256331db8335c4db Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 19 Aug 2024 10:37:13 +0200 Subject: [PATCH] CHANGES.md: Update. --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ed6ca4abd..e2c6f4bf2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,7 +23,11 @@ - soc : Added add_spi_master method (#1985). - tools/litex_json2dts_zephyr : Added spimaster/spiflash handlers (#1985). - tools/litex_json2renode : Added .elf bios option (#1984). - - core : Added Watchdog core and Zephyr support (#1996). + - cores : Added Watchdog core and Zephyr support (#1996). + - soc : Added add_spi_ram method (#2028). + - build : Added initial Apicula (Gowin) Platform support (#2036). + - build : Added initial Agilex5 support. + - liteeth/mac : Improved broadcast filtering logic in Hybrid Mode (https://github.com/enjoy-digital/liteeth/pull/165). [> Changed ----------