platformio / platform-atmelsam

Atmel SAM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelsam
Apache License 2.0
78 stars 105 forks source link

Update SodaqCore-samd to version 1.8.6 #156

Closed matthias-mueller closed 3 years ago

matthias-mueller commented 3 years ago

It currently sits at 1.6.20 which is severely outdated.

The current stable SodaqCore-samd version is 1.8.6:

https://forum.sodaq.com/t/sodaqcore-samd-v1-8-6/3342

Although there has been some discussion/work in #93 it seems that no upgrade actually happened.

maxgerhardt commented 3 years ago

+1 to this -- the branching / tag structure on the https://github.com/SodaqMoja/SodaqCore-samd/ core is also pretty damn confusing in the SODAQ core. The default branch points to 1.6.15. There are no releases on the github, only tags.

matthias-mueller commented 3 years ago

Thanks for handling this @valeros !

valeros commented 3 years ago

@matthias-mueller Please retest with the upstream version:

[env:sodaq_explorer]
platform = https://github.com/platformio/platform-atmelsam.git
framework = arduino
board = sodaq_explorer
matthias-mueller commented 3 years ago

@valeros Compilation works and the first tests look okay:

[env:sodaq_sff]
platform = https://github.com/platformio/platform-atmelsam.git
board = sodaq_sff
framework = arduino
keestux commented 2 years ago

Thanks for the update