CHANGES: update.
This commit is contained in:
parent
d59cec5acc
commit
52b51e1e98
2
CHANGES
2
CHANGES
|
@ -4,6 +4,7 @@
|
||||||
[> Issues resolved
|
[> Issues resolved
|
||||||
------------------
|
------------------
|
||||||
- Fix flush_cpu_icache on VexRiscv.
|
- Fix flush_cpu_icache on VexRiscv.
|
||||||
|
- Fix `.data` section placed in rom (#566)
|
||||||
|
|
||||||
[> Added Features
|
[> Added Features
|
||||||
------------------
|
------------------
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
- Add Symbiflow experimental support on Arty.
|
- Add Symbiflow experimental support on Arty.
|
||||||
- Add SDCard boot from FAT/exFAT filesystems with FatFs.
|
- Add SDCard boot from FAT/exFAT filesystems with FatFs.
|
||||||
- Simplify boot with boot.json configuration file.
|
- Simplify boot with boot.json configuration file.
|
||||||
|
- Revert to a single crt0 (avoid ctr/xip variants).
|
||||||
|
|
||||||
[> API changes/Deprecation
|
[> API changes/Deprecation
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in New Issue