Skip to content

Releases: mcci-catena/ArduinoCore-samd

Add MCCI driver installers

09 Dec 23:47
81de62e
Compare
Choose a tag to compare
  • Added MCCI driver installers (x64 & x86) and post_install.bat script for SAMD ([#45])

Add LoRaWAN network and subband UI

06 Feb 03:22
e6eaba7
Compare
Choose a tag to compare

All user to use UI to inject information about the selected network and desire subband (if relevant).

Maintenance release

29 Oct 22:48
42e1133
Compare
Choose a tag to compare

New features:

  • Added support for the LoRaWAN Region KR-920 (#34 ).

  • Rename AU921 region to AU915 (retaining CFG_au921 redundant symbol for older LMICs) (#37, #38).

  • Add support for new IDE features for injecting precompiled objects (#39).

Add _mcci_arduino_version etc.

30 Jul 20:16
58c5b25
Compare
Choose a tag to compare

v2.0.0 makes a major version jump primarily to avoid reusing versions that are used by tags in the repo for Adafruit BSPs. It also adds _mcci_arduino_version (issue #28) to be consistent with other MCCI BSPs.

Fix version number in platform.txt

28 Mar 16:37
35d285e
Compare
Choose a tag to compare

This release has a minor change that fixes version number in platform.txt.

Increase ring buffer size

06 Mar 18:55
c0220be
Compare
Choose a tag to compare

This release increases the serial buffer size to 256 and can read 125 registers from a Modbus device(issue #26).

Bug fixes, small enhancements

22 Nov 01:32
31c3b29
Compare
Choose a tag to compare

This is a minor feature release. It moves flags in the link script to accomodate the BME680 BSEC library. It adapts the JSON templating system from the MCCI STM32 BSP. The millis() routine was updated so that the clock value will advance even if interrupts are disabled (issue #17). Properly define the country code for as923jp (issue #13). Fix typo: au915 in menus should have been au921 (issue #12).

Add Catena 4470 support, IDE LoRaWAN region control

30 May 19:57
2b383ad
Compare
Choose a tag to compare

v1.1.0 adds support for the MCCI Catena 4420 and 4470. It also adds the ability to select the target LoRaWAN region from the IDE Tools menu (assuming that you're using the MCCI Catena arduino-lmic library). It also fixes the USB product ID numbers to match the official numbers assigned by MCCI release engineering (issue #9).