Update Boards Manager for SODAQ SAMD v1.6.6

Hi,

There is a new version of the SODAQ SAMD boards for Arduino’s Boards Manager. It’s version
1.6.6. (Notice that the SODAQ AVR boards are still at version 1.0.3)

New in 1.6.6

  • an extra board variant called “SODAQ WDT”
  • an extra board variant called “SODAQ Autonomo with Serial3”
  • an extra board variant called “SODAQ Autonomo with Serial2 and Serial3”

As an extra reminder, you should have this url in your Arduino IDE preferences, and if you don’t, you should.

http://downloads.sodaq.net/package_sodaq_index.json

So what does SODAQ WDT do - I would assume watch dog timer but when I look at boards.txt it looks pretty much to enable SERIAL3

SODAQ/WDT

---------------------------------------

sodaq_wdt.name=SODAQ WDT
sodaq_wdt.vid.0=0x2341
sodaq_wdt.pid.0=0x804d
sodaq_wdt.vid.1=0x2341
sodaq_wdt.pid.1=0x004d
sodaq_wdt.upload.tool=bossac
sodaq_wdt.upload.protocol=sam-ba
sodaq_wdt.upload.maximum_size=262144
sodaq_wdt.upload.use_1200bps_touch=true
sodaq_wdt.upload.wait_for_upload_port=true
sodaq_wdt.upload.native_usb=true
sodaq_wdt.build.mcu=cortex-m0plus
sodaq_wdt.build.f_cpu=48000000L
sodaq_wdt.build.usb_product=“SODAQ WDT”
sodaq_wdt.build.usb_manufacturer=“SODAQ”
sodaq_wdt.build.board=SODAQ_WDT
sodaq_wdt.build.core=arduino
sodaq_wdt.build.extra_flags=-D__SAMD21J18A__ {build.usb_flags} -DENABLE_SERIAL3
sodaq_wdt.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
sodaq_wdt.build.openocdscript=openocd_scripts/sodaq_wdt.cfg
sodaq_wdt.build.variant=sodaq_wdt
sodaq_wdt.build.variant_system_lib=
sodaq_wdt.build.vid=0x2341
sodaq_wdt.build.pid=0x804d

This WDT has nothing to do with watchdog. WDT is a new special purpose board. If you don’t have one then you shouldn’t be selecting it.

For Serial3 there is also a configuration “Autonomo with Serial3”.