platform-atmelsam
Atmel SAM: development platform for PlatformIO
Python★ 89⑂ 123 forksApache-2.0updated 1 year ago
visit the demo
git clone https://github.com/platformio/platform-atmelsam.gitplatformio/platform-atmelsamREADME.mdfork it — it’s yours
Atmel SAM: development platform for PlatformIO
Atmel | SMART offers Flash- based ARM products based on the ARM Cortex-M0+, Cortex-M3 and Cortex-M4 architectures, ranging from 8KB to 2MB of Flash including a rich peripheral and feature mix.
- Home (home page in the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
Usage
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
Stable version
[env:stable] platform = atmelsam board = ... ...
Development version
[env:development] platform = https://github.com/platformio/platform-atmelsam.git board = ... ...
Configuration
Please navigate to documentation.
more like this
ML-MCU
Code for IoT Journal paper 'ML-MCU: A Framework to Train ML Classifiers on MCU-based IoT Edge Devices'
C★ 51