Commit Graph

47 Commits

Author SHA1 Message Date
37629f2ba1 small form change and CHANGELOG
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
2022-06-18 22:29:55 +02:00
bffba52fa5 update manifest file and deps 2022-06-18 22:26:36 +02:00
ab439ac35d clippy fix 2022-06-18 22:16:31 +02:00
1eb7deeb9f Merge pull request 'bump to v0.3.2, update HAL dependency' (#4) from hal-update into main
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
Reviewed-on: #4
v0.3.2
2021-12-21 00:00:50 +01:00
2195a9f678 bump to v0.3.2, update HAL dependency
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
Rust/vorago-reb1/pipeline/pr-main This commit looks good
- Adapted code accordingly
2021-12-20 23:55:03 +01:00
2f503ac3b1 update blinky led example, bump HAL dependency
Some checks failed
Rust/vorago-reb1/pipeline/head There was a failure building this commit
2021-12-18 15:00:54 +01:00
0c5a5efea0 added port mux feature
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
2021-12-16 11:27:10 +01:00
a901e4fcac Merge pull request 'Extended ADC library' (#3) from update-adc-code into main
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
Reviewed-on: #3
v0.3.1
2021-12-14 14:34:17 +01:00
3025ec70ab update changelog
Some checks are pending
Rust/vorago-reb1/pipeline/head Build queued...
Rust/vorago-reb1/pipeline/pr-main Build queued...
2021-12-14 14:34:03 +01:00
403407547d Extended ADC library
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
Rust/vorago-reb1/pipeline/pr-main This commit looks good
- MAX116xx-10bit ADC library extended significantly
- Added even more examples with wakeup delay as well
2021-12-14 14:28:23 +01:00
850bd08eae simplified CI
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
2021-12-13 21:46:44 +01:00
09c5dcd171 update changelog
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
v0.3.0
2021-12-13 11:38:58 +01:00
2f71f2b9a6 Merge pull request 'Preparations for v0.3.0' (#2) from mueller/relicensing into main
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
Reviewed-on: #2
2021-12-13 11:35:42 +01:00
ed9da82daf dependency update for max device
All checks were successful
Rust/vorago-reb1/pipeline/head This commit looks good
Rust/vorago-reb1/pipeline/pr-main This commit looks good
2021-12-13 00:34:30 +01:00
46aec1f62f Merge remote-tracking branch 'origin/main' into mueller/relicensing
Some checks failed
Rust/vorago-reb1/pipeline/pr-main There was a failure building this commit
Rust/vorago-reb1/pipeline/head There was a failure building this commit
2021-12-13 00:33:17 +01:00
5e82e8a771 updated links, deps for updated ADC code 2021-12-12 21:06:42 +01:00
a2a824cfcf some form changes
Some checks failed
Rust/vorago-reb1/pipeline/head There was a failure building this commit
Rust/vorago-reb1/pipeline/pr-main There was a failure building this commit
2021-12-12 14:42:35 +01:00
a912dd3971 preparations for v0.3.0
- Relicensing as Apache-2.0 only
- Baseline BSP with all core features
2021-12-12 14:31:26 +01:00
4b3a46bbbb Merge pull request 'Completed BSP core features' (#1) from mueller/accelero-adc into main
Reviewed-on: #1
2021-12-12 13:53:40 +01:00
58d0eada68 added changelog 2021-12-12 13:52:47 +01:00
4160df667f Completed BSP core features
- Added basic accelerometer example. Board in not populated so it is not complete, but it provides a starting point
- Added ADC base library and example building on the new `max116xx-10bit` device driver crate
2021-12-12 13:46:45 +01:00
1b2e973470 update HAL dependency 2021-12-06 12:54:19 +01:00
7237b9b4ce Merge pull request #7 from robamu-org/mueller/temp-sensor
added temperature sensor module
2021-12-04 21:36:42 +01:00
e59df63baa added temperature sensor module 2021-12-04 21:31:35 +01:00
06dd6eba3f Merge pull request #6 from robamu-org/mueller/blinky-button-rtic
added RTIC example
2021-12-04 21:26:30 +01:00
91cde80496 added RTIC example 2021-12-04 20:51:47 +01:00
6efb91fa54 Merge pull request #5 from robamu-org/mueller/temperature-sensor
Added I2C / Temperature Sensor example
2021-12-02 12:20:34 +01:00
4ffbd6c7a4 Added I2C / Temperature Sensor example
- Example using the on-board ADT75 I2C temperature sensor
- Bump HAL version to use new I2C library
2021-12-02 12:15:28 +01:00
3b0043ef66 very annoying.. lets hope it works now 2021-11-13 18:29:47 +01:00
4d34dfa8ca bumped revision for doc rebuild 2021-11-13 18:25:16 +01:00
af26427042 added doc metadata, use RTT panic target
- Use RTT panic target in blinky button example
2021-11-13 18:22:13 +01:00
22c1505cde moved some dependencies to dependencies 2021-11-13 18:10:12 +01:00
623099b118 explicitely specify HAL dep 0.2.1 2021-11-13 15:17:46 +01:00
5078480646 Merge pull request #3 from robamu-org/mueller/irq-button
Update to v0.2.0
2021-11-13 15:08:16 +01:00
a2f9cf9b29 Update to v0.2.0
- Added Button Abstraction
- Added Button IRQ example
- Updated va108xx_hal to v0.2.1, adapted API accordingly
- Fix for LED API: Now consumes individual pins instead of consuming the whole
  pin struct
2021-11-13 15:00:00 +01:00
448b18c9ed Merge pull request #2 from robamu-org/mueller/gpio-refactoring
Update to v0.1.1
2021-11-11 17:55:38 +01:00
ae1f695396 Add cross-reference to learning resources 2021-11-11 17:52:37 +01:00
e7ae72cef6 New revision for updated HAL
- API changes in GPIO code, therefore update revision
2021-11-11 17:50:39 +01:00
215b5eb3d1 corrected ci badge 2021-11-09 19:27:36 +01:00
cac212661e Added badges 2021-11-09 19:26:39 +01:00
248e0a21ec Merge pull request #1 from robamu-org/mueller/update-bsp
BSP update
2021-11-09 19:24:55 +01:00
d2369767b7 BSP update
- Add basic LED BSP
- Moved generic examples to the HAL
- Updated rust edition to 2021
- Updated README to provide full instructions for flashing and building
- Added jlink.gdb file to command line flashing
2021-11-09 19:21:50 +01:00
3b3c7da3ed added memory.x file 2021-11-03 01:15:16 +01:00
f6bc23a7d9 trying to create minimal compiling example 2021-11-03 00:53:36 +01:00
5ccfff2e60 init commit 2021-11-02 20:50:05 +01:00
8ce398bc7b added license files 2021-11-02 20:48:49 +01:00
35a501da10 Initial commit 2021-11-02 20:27:00 +01:00