Update repository URL and dependencies

Change URL in Cargo.toml and in README.md to point to the new repository
under the arm-firmware-crates namespace. Also update dependencies and
bump version number.

Signed-off-by: Imre Kis <imre.kis@arm.com>
Change-Id: I0fc0274ea39c139c5ba4c851c046ce3b48c9606c
3 files changed
tree: cf397423c60fd5a95a8d41c30d8bf9ffbf8901c7
  1. src/
  2. .gitignore
  3. Cargo.lock
  4. Cargo.toml
  5. dco.txt
  6. LICENSE-Apache-2.0
  7. LICENSE-MIT
  8. README.md
README.md

Arm Generic Timer driver

Driver implementation for the memory mapped Generic Timer peripheral of the Arm A-profile architecture. The implementation is based on the following sections of the Arm Architecture Reference Manual for A-profile architecture.

  • I2.2.3 Counter module control and status register summary
  • I2.3 Memory-mapped timer components
  • I5.6 Generic Timer memory-mapped registers overview
  • I5.7 Generic Timer memory-mapped register descriptions

Implemented features

  • Register descriptions and drivers for the following frames:
    • CNTControlBase
    • CNTCTLBase
    • CNTReadBase
    • CNTBaseN
    • CNTEL0BaseN
  • Blocking and interrupt based timer wait functions.

License

The project is MIT and Apache-2.0 dual licensed, see LICENSE-APACHE and LICENSE-MIT.

Maintainers

arm-generic-timer is a trustedfirmware.org maintained project. All contributions are ultimately merged by the maintainers listed below.

Contributing

Please follow the directions of the Trusted Firmware Processes

Contributions are handled through review.trustedfirmware.org.

Arm trademark notice

Arm is a registered trademark of Arm Limited (or its subsidiaries or affiliates).

This project uses some of the Arm product, service or technology trademarks, as listed in the Trademark List, in accordance with the Arm Trademark Use Guidelines.

Subsequent uses of these trademarks throughout this repository do not need to be prefixed with the Arm word trademark.


Copyright The arm-generic-timer Contributors.