PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 line
492B

  1. {
  2. "name": "FastCRC",
  3. "keywords": "CRC7, CRC8, CRC16, CRC32",
  4. "description": "Fast CRC routines for Arduino (Teensy 3.x: CRC in hardware)",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/FrankBoesing/FastCRC"
  9. },
  10. "authors":
  11. [
  12. {
  13. "name": "Frank Bösing",
  14. "email": "f.boesing@gmx.de",
  15. "url": "https://github.com/FrankBoesing/FastCRC",
  16. "maintainer": true
  17. }
  18. ],
  19. "version": "1.31",
  20. "frameworks": "arduino",
  21. "platforms": "*"
  22. }