femtoduino / ArduinoCore-atsamd21e18a

Arduino Core and Bootloader for the ATMEL SAM D21/R21 (E Variant) chips.
https://femto.io
29 stars 15 forks source link

Missing , #19

Closed Spomky closed 6 years ago

Spomky commented 6 years ago

Hi,

I received the 5 pieces kit and started to setup my env (Ubuntu 18.04 desktop). Thank you for the quick delivery by the way. It looks like the file at https://downloads.femtoduino.com/ArduinoCore-atsamd21e18a/package_atsamd21e18a-release-build_index.json is not valid. There is a missing , at line 367

             "packager": "arduino",
              "name": "bossac",
              "version": "1.7.0"
            },
            {
              "packager": "arduino",
              "name": "openocd",
              "version": "0.9.0-arduino"
            },
            {
              "packager": "arduino",
              "name": "CMSIS",
              "version": "4.0.0-atmel"
            }
          ]
        } <===== HERE

        {
          "name": "Atmel SAM D21E/R21E core",
          "architecture": "samd",
          "version": "1.8.0",

No problem with the one at https://downloads.femtoduino.com/ArduinoCore-atsamd21e18a/package_atsamd21e18a-hourly-build_index.json

Regards

zrecore commented 6 years ago

Thank you for letting me know. I've remedied the issue.