Skip to content

Commit

Permalink
Prepare release (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin authored Jul 5, 2023
1 parent 894ceb3 commit 7683e38
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion tm4c-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tm4c-hal"
version = "0.4.1"
version = "0.4.2"
authors = [
"Jorge Aparicio <[email protected]>",
"Jonathan 'theJPster' Pallant <[email protected]>",
Expand Down
8 changes: 4 additions & 4 deletions tm4c-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ depending on your processor.

## Changelog

* Updated dependencies in tm4c123x, tm4c129x, tm4c123x-hal, and
tm4c129x-hal to use newer version of cortex-m (up to v0.7 as of this release).

### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c-hal-0.4.1...master))
### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c-hal-0.4.2...master))

* Basic EEPROM Read, Write, Erase added
* Updated dependencies in `tm4c123x`, `tm4c129x`, `tm4c123x-hal`, and
`tm4c129x-hal` to use newer version of cortex-m (up to v0.7 as of this release).


### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c-hal-0.4.1...master))

Expand Down
11 changes: 5 additions & 6 deletions tm4c123x-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@

## Changelog

* Update 0.10.3 - Updated the dependencies for the supporting crate tm4c123x to
0.9.1 which supports newer version of cortex-m. Version 0.10.3 can be used with newer
versions of RTIC and has been tested in hardware (Launchpad and custom PCB)
using RTIC 1.1.4. Testing included SPI, ADC, Timers, EEPROM, GPIO, UART,
and multiple interrupts (UART, GPIO, TIMERS, ADC).

### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c123x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c123x-hal-0.10.3...master))

* Use sealed traits for `*Pin` marker traits
* Do not reexport `tm4c-hal` macros
* Updated the dependencies for the supporting crate `tm4c123x` to
`0.9.1` which supports newer version of `cortex-m`. This version can be used with newer
versions of RTIC and has been tested in hardware (Launchpad and custom PCB)
using RTIC `1.1.4`. Testing included SPI, ADC, Timers, EEPROM, GPIO, UART,
and multiple interrupts (UART, GPIO, TIMERS, ADC).

### v0.10.2 ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/tm4c123x-hal-0.10.2/tm4c123x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c123x-hal-0.10.2...tm4c123x-hal-0.10.1))

Expand Down
10 changes: 5 additions & 5 deletions tm4c129x-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

## Changelog

* Update 0.9.3 - Updated the dependencies for the supporting crate tm4c129x to
0.9.1 which supports newer version of cortex-m. This _should_ allow for running
newer version of RTIC / cortex-m, however, unlike the tm4c123 this hasn't been
tested.

### Unreleased Changes ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/master/tm4c129x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c129x-hal-0.9.3...master))

* Use sealed traits for `*Pin` marker traits
* Do not reexport `tm4c-hal` macros
* Updated the dependencies for the supporting crate `tm4c129x` to
`0.9.1` which supports newer version of `cortex-m`. This _should_ allow for running
newer version of RTIC / `cortex-m`, however, unlike the `tm4c123` this hasn't been
tested.


### v0.9.2 ([Source](https://github.com/rust-embedded-community/tm4c-hal/tree/tm4c129x-hal-0.9.2/tm4c129x-hal) [Diff](https://github.com/rust-embedded-community/tm4c-hal/compare/tm4c129x-hal-0.9.2...tm4c129x-hal-0.9.1))

Expand Down

0 comments on commit 7683e38

Please sign in to comment.