Benchmark de MCU pour l'IoT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
* https://www.eembc.org/iotmark/ |
* https://www.eembc.org/iotmark/ |
||
* https://github.com/PaulStoffregen/CoreMark |
* https://github.com/PaulStoffregen/CoreMark |
||
git clone https://github.com/PaulStoffregen/CoreMark.git |
|||
cd CoreMark |
|||
open with Arduino IDE |
|||
# Pour le banc d'essai avec les MCU STM32 |
|||
Suivre le tutoriel d'installation de [https://github.com/stm32duino/wiki/wiki/Getting-Started STM32Duino] |
Revision as of 21:40, 4 November 2019
L'objectif de ce projet est d'étendre le benchmark CoreMark pour des applications embarquées sur un panel de microcontroleurs (MCU) 32 bits munis ou non de coprocesseurs spécialisés (Crypto, Deep Learning, ...). Les extensions pourront comporter des fonctions cryptographiques, de ML, d'interpréteurs langages (microPython, JerryScript ...).
- https://www.eembc.org/coremark/
- https://www.eembc.org/iotmark/
- https://github.com/PaulStoffregen/CoreMark
git clone https://github.com/PaulStoffregen/CoreMark.git cd CoreMark open with Arduino IDE
- Pour le banc d'essai avec les MCU STM32
Suivre le tutoriel d'installation de STM32Duino