Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
92182fa
direct vectoring support added
onsdagens Jun 21, 2023
5f7c1ae
provide minimal handlers for hooking the vector table directly
onsdagens Jun 22, 2023
3bc8a0b
merge
onsdagens Jun 22, 2023
3742995
merge
onsdagens Jun 22, 2023
07655ee
changed direct vectoring interrupt enable interface to map to CPU int…
onsdagens Jun 25, 2023
8326536
Merge branch 'esp-rs:main' into runtime
onsdagens Jun 25, 2023
16a7893
direct vectoring interrupt nesting
onsdagens Jun 26, 2023
92148de
Merge branch 'runtime' of github.com:onsdagens/esp-hal into runtime
onsdagens Jun 26, 2023
54821bd
removed unused dependency
onsdagens Jun 26, 2023
e776a24
added tentative c2 and c6 support for direct vector table hooking
onsdagens Jun 26, 2023
082af50
added direct vectoring examples
onsdagens Jun 26, 2023
4a22c64
added direct vectoring examples
onsdagens Jun 26, 2023
c4f9c90
updated changelog
onsdagens Jun 26, 2023
6a91417
sync
onsdagens Jun 26, 2023
8db313d
Merge pull request #6 from onsdagens/esp-rs-master
onsdagens Jun 26, 2023
3bf8358
added direct vectoring to CI
onsdagens Jun 26, 2023
afdb62a
added direct vectoring to CI
onsdagens Jun 26, 2023
be14053
Merge branch 'main' into runtime
onsdagens Jun 26, 2023
e6096bb
Merge branch 'main' into runtime
onsdagens Jul 3, 2023
a4b96a5
Merge branch 'main' into runtime
onsdagens Jul 28, 2023
caa73ca
Added H2 support and example, moved helpers to esp-hal-common
onsdagens Jul 28, 2023
9772065
Added H2 direct vectoring example to CI
onsdagens Jul 28, 2023
3b541c4
Removed remnants of removed feature
onsdagens Jul 28, 2023
82f57ab
C6 and H2 examples fixed
onsdagens Jul 29, 2023
0431816
C6 and H2 examples fixed
onsdagens Jul 29, 2023
871ce4e
C6 and H2 examples fixed
onsdagens Jul 29, 2023
5de2c19
Comment fixed
onsdagens Jul 29, 2023
ff0e89b
Added preemption flag to RT
onsdagens Jul 29, 2023
6288b5b
Merge branch 'main' into runtime
MabezDev Aug 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into runtime
  • Loading branch information
onsdagens authored Jul 3, 2023
commit e6096bb85042d0cfe71a62deae1fe2925a3936ef
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add octal PSRAM support for ESP32-S3 (#610)
- Add MD5 functions from ESP ROM (#618)
- Add embassy async `read` support for `uart` (#620)
- Add bare-bones support to run code on ULP-RISCV / LP core (#631)
- Add feature enabling directly hooking the interrupt vector table

### Changed
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.