diff --git a/tm4c-hal/Cargo.toml b/tm4c-hal/Cargo.toml index b115df1..5a6d2af 100644 --- a/tm4c-hal/Cargo.toml +++ b/tm4c-hal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tm4c-hal" -version = "0.4.1" +version = "0.4.2" authors = [ "Jorge Aparicio ", "Jonathan 'theJPster' Pallant ", diff --git a/tm4c-hal/README.md b/tm4c-hal/README.md index 9502df5..3cab3a1 100644 --- a/tm4c-hal/README.md +++ b/tm4c-hal/README.md @@ -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)) diff --git a/tm4c123x-hal/README.md b/tm4c123x-hal/README.md index ea42713..d44fadf 100644 --- a/tm4c123x-hal/README.md +++ b/tm4c123x-hal/README.md @@ -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)) diff --git a/tm4c129x-hal/README.md b/tm4c129x-hal/README.md index c41fa3a..798516b 100644 --- a/tm4c129x-hal/README.md +++ b/tm4c129x-hal/README.md @@ -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))