PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

23 líneas
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. }