Skip to content

Commit

Permalink
doc: update changelog for 0.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 15, 2021
1 parent 4541bc2 commit b452775
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,35 @@
Changelog
=========

V0.3.4-dev
----------
V0.3.4
------

This is version ``0.3.4-dev`` of Nuclei SDK, which is still in development.
This is release version ``0.3.4`` of Nuclei SDK.

* CI

- Fix gitlab ci fail during install required software

* Build System

- build asm with -x assembler-with-cpp

* Tools

- Fix ``tools/scripts/nsdk_cli/configs/nuclei_fpga_eval_ci_qemu.json`` description issue for dsp enabled build configs
- Generate html report when run ``tools/scripts/nsdk_cli/nsdk_bench.py``
- nsdk_builder.py: modify qemu select cpu args,change ``p`` to ``,ext=p``

* SoC

- For demosoc, if you choose ilm and ddr download mode, then the data section's LMA is equal to VMA now, and there
will be no data copy for data section, bss section still need to set to zero.
- For demosoc, if you choose ilm and ddr download mode, The rodata section are now also placed in data section.

* NPK

- add ``-x assembler-with-cpp`` in npk.yml for ssp


For detailed changes, please check commit histories since 0.3.3 release.

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
author = 'Nuclei'

# The short X.Y version
version = '0.3.4-dev'
version = '0.3.4'

# The full version, including alpha/beta/rc tags
release = '0.3.4-dev'
release = '0.3.4'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit b452775

Please sign in to comment.