PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

23 行
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. }