Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Mar 14, 2024
1 parent 1d53705 commit 6e07163
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion Bender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ package:
- "Luca Valente <[email protected]>"

dependencies:
L2_tcdm_hybrid_interco: { git: "https://github.com/pulp-platform/L2_tcdm_hybrid_interco.git", version: 1.0.0 }
apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.2 }
adv_dbg_if: { git: "https://github.com/pulp-platform/adv_dbg_if.git", version: 0.0.2 }
apb2per: { git: "https://github.com/pulp-platform/apb2per.git", version: 0.1.0 }
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Use pulp-io for peripherals -> updated udma subsystem and corresponding peripherals
- Use new gpio peripheral
- Externalize clock generator modules
- Remove IPApproX support
- Clean up & update dependencies
- Update AXI to TCDM IPs

## [4.4.0] - 2022-06-10
- Bump cv32e40p to pulpissimo-v4.1.0 (Unlock all interrupts and increases fpu latency)

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ VENVDIR?=$(WORKDIR)/.venv
REQUIREMENTS_TXT?=$(wildcard requirements.txt)
include Makefile.venv

.PHONY: regenerate_soc_ctrl
## Regenerate the register file and HAL C-header the soc_ctrl register.
regenerate_soc_ctrl: | venv
@echo Regenerating SoC control register...
Expand Down

0 comments on commit 6e07163

Please sign in to comment.