Commit Graph

71 Commits

Author SHA1 Message Date
Robin Müller f626e33e72
simplify CI 2021-12-13 00:11:40 +01:00
Robin Müller 4da8267c9c
update HAL link 2021-12-06 15:55:59 +01:00
Robin Müller 002b277ae2
only use check instead of build for CI/CD 2021-12-06 13:10:13 +01:00
Robin Müller 6a8c58bfce
update repo and homepage links in manifest 2021-12-06 12:53:30 +01:00
Robin Müller a5e5f02f7c bump version to 0.2.4
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-06 12:24:55 +01:00
Robin Müller 91a2db0f6f Merge pull request 'added missing cascade field' (#5) from mueller/csd2-trg into main
Rust/va108xx-rs/pipeline/head This commit looks good Details
Reviewed-on: rust/va108xx-rs#5
2021-12-06 12:21:06 +01:00
Robin Müller cba43bc221
added missing cascade field
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-06 00:03:28 +01:00
Robin Müller ed22f9a76f
update CHANGELOG
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-05 21:57:13 +01:00
Robin Müller c143d8186d
bump revision
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-05 21:56:16 +01:00
Robin Müller ba6c42df52 Merge pull request 'Add peripheral reset fields' (#4) from mueller/add-peripheral-reset into main
Rust/va108xx-rs/pipeline/head This commit looks good Details
Reviewed-on: rust/va108xx-rs#4
2021-12-05 21:55:14 +01:00
Robin Müller 64a023970a Add peripheral reset fields
Rust/va108xx-rs/pipeline/head This commit looks good Details
- Also update CHANGELOG
2021-12-05 21:51:08 +01:00
Robin Müller 8c6537181f
cross-reference HAL and BSP
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-05 17:42:58 +01:00
Robin Müller 914ec09376
replaced badge
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-03 20:39:53 +01:00
Robin Müller 9e8dbb7c6d
hopefully the last small fix
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-03 15:07:11 +01:00
Robin Müller 1a707aa861
small README fix 2021-12-03 15:06:49 +01:00
Robin Müller 02725c9aa2
v0.2.1: updated homepage and repostory
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-12-03 15:04:20 +01:00
Robin Müller b09e82a563 Merge pull request 'v0.2.0: Relicensed as Apache-2.0' (#3) from mueller/bump-to-v0.2.0 into main
Rust/va108xx-rs/pipeline/head This commit looks good Details
Reviewed-on: rust/va108xx-rs#3
2021-12-03 14:41:59 +01:00
Robin Müller 2c86b1420e v0.2.0: Relicensed and republished
Rust/va108xx-rs/pipeline/head This commit looks good Details
- Now hosted on EGit
2021-12-03 14:28:37 +01:00
Robin Müller 74a4c44f71 Merge pull request 'NOTICE Draft' (#2) from mohr-NOTICE into main
Rust/va108xx-rs/pipeline/head This commit looks good Details
Reviewed-on: rust/va108xx-rs#2
2021-11-29 09:54:16 +01:00
Ulrich Mohr b7ba49258c NOTICE Draft
Rust/va108xx-rs/pipeline/head This commit looks good Details
2021-11-26 18:00:10 +01:00
Robin Müller acadf7cdc9 Merge pull request 'EGit integration' (#1) from mueller/egit-integration into main
Rust/va108xx-rs/pipeline/head This commit looks good Details
Reviewed-on: rust/va108xx-rs#1
2021-11-26 14:56:15 +01:00
Robin Müller 952ec3738b EGit integration
Rust/va108xx-rs/pipeline/head This commit looks good Details
- Added automation files for CI/CD
- Relicense as Apache 2.0
2021-11-23 10:34:25 +01:00
bors[bot] e59ba9e860
Merge #12
12: I2C update r=robamu a=robamu

- Added two missing bit fields for I2CA STATUS register: I2CIDLE and IDLE
- Made STATUS register read-only

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-23 09:19:29 +00:00
Robin Müller 4c91a36568 I2C update
- Added two missing bit fields for I2CA STATUS register: I2CIDLE and IDLE
- Made STATUS register read-only
2021-11-23 01:42:22 +01:00
Robin Müller 1c08574e3e
update changelog 2021-11-09 18:49:01 +01:00
Robin Müller 6712a3fcb1
bumping to v0.1.2 2021-11-09 18:22:19 +01:00
Robin Müller 7720a22269
update README 2021-11-09 18:21:22 +01:00
bors[bot] 1f6b1333bc
Merge #11
11: Update to v0.1.1 with important bugfix r=robamu a=robamu

This PAC was generated using a patched version of svd2rust with
commit hash 43be074d21132c3a76780816010df592a3603874

It includes bugfix rust-embedded/svd2rust#549

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-09 17:17:45 +00:00
Robin Müller 25d0ec677a
bumped revision for bugfix 2021-11-09 18:16:08 +01:00
Robin Müller 8c28367a33 Important fix: Use bitmask everywhere now
This PAC was generated using a patched version of svd2rust with
commit hash 43be074d21132c3a76780816010df592a3603874

It includes bugfix https://github.com/rust-embedded/svd2rust/pull/549
2021-11-09 18:15:08 +01:00
Robin Müller d37aad6b1c
updated rust edition to 2021 2021-11-09 11:29:28 +01:00
Robin Müller 20ab6733d7
cross-compile now in CI 2021-11-08 23:52:41 +01:00
Robin Müller d9784284a8
added crates IO badge 2021-11-06 01:37:29 +01:00
bors[bot] e5ff466af3
Merge #10
10: v0.1.1 release r=robamu a=robamu

Release for VA108xx HAL implementation

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-06 00:33:39 +00:00
Robin Müller f2cb5d03c1
update CHANGELOG 2021-11-06 01:32:06 +01:00
Robin Müller 943d8aff75
release for HAL 2021-11-06 01:31:07 +01:00
bors[bot] 96df701b5f
Merge #9
9: Added PAC update for new fields r=robamu a=robamu

- Adds the PAC changes for the updated SVD file. Peripheral clock enable register now has named fields

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-04 21:50:21 +00:00
Robin Müller 9d279c8788
Added PAC update for new fields 2021-11-04 22:48:42 +01:00
bors[bot] 07916573ed
Merge #8
8: Added gitignore file r=robamu a=robamu



Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-04 21:45:12 +00:00
bors[bot] 22c561248b
Merge #7
7: Update Cargo.toml r=robamu a=robamu

- Added categories and reordered Cargo.toml a bit

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-04 21:44:05 +00:00
Robin Müller 93a332438e Merge remote-tracking branch 'origin/main' into mueller/categories 2021-11-04 22:43:02 +01:00
bors[bot] 6308acc0b5
Merge #6
6: Updated SVD file handling and README r=robamu a=robamu

SVD base file is now created using the svdtools package and a YAML file.
Update README with usage information as well.

Adds new fields for the peripheral clock enable register as well

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-04 21:41:00 +00:00
Robin Müller 0dcc83720d Updated SVD file handling and README
SVD base file is now created using the svdtools package and a YAML file.
Update README with usage information as well.

This PR also adds new fields for the peripheral clock enable register
in the SVD file
2021-11-04 22:39:53 +01:00
Robin Müller 0d65141d2e Added gitignore file 2021-11-04 22:37:48 +01:00
Robin Müller bf57ee4817 Update Cargo.toml
- Added categories and reordered a bit
2021-11-04 22:36:50 +01:00
bors[bot] 81c21e3894
Merge #5
5: switched license to dual MIT or Apache 2.0 r=robamu a=robamu

- Relicensing code under MIT / Apache 2.0 dual license

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-02 19:47:56 +00:00
Robin Müller 60b8a8ae62 switched license to dual MIT or Apache 2.0 2021-11-02 20:47:04 +01:00
bors[bot] f1cda700d2
Merge #4
4: added helper script r=robamu a=robamu

Script automates all steps to generate the PAC

Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
2021-11-02 10:01:19 +00:00
Robin Müller 9d6d3e8cc4
Merge remote-tracking branch 'origin/main' into mueller/added-helper-script 2021-11-02 11:00:34 +01:00
Robin Müller 40b36feb63 added helper script
Script automates all steps to generate the PAC
2021-11-02 10:59:17 +01:00