EPython sur STM32: Difference between revisions

From air
Jump to navigation Jump to search
(Created page with " Voir http://air.imag.fr/mediawiki/index.php/STM32_Discovery http://air.imag.fr/mediawiki/index.php/Elua_arduino_stm32F4_Discovery Design and Implementation of an Embedded…")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Enseignants: Thomas Calmant Didier Donsez


L'objectif de ce projet est
# de tester [[Owl]] pour le [[STM32_Discovery#STM32F4-DISCOVERY|STM32F4-DISCOVERY]]
# de tester le modele de composants [[iPOPO]] avec Owl
# d'écrire une bibliothèque semblable à l'API Arduino pour l'accès aux GPIO (voir [[Proj-2011-2012-elua-arduino]])
# de le démontrer sur un [[Magician Chassis|petit robot]] contrôlé par un [[STM32_Discovery#STM32F4-DISCOVERY|STM32F4-DISCOVERY]]


==Reference==
Voir
* [[Owl]]

* [[Proj-2011-2012-elua-arduino]]
http://air.imag.fr/mediawiki/index.php/STM32_Discovery

http://air.imag.fr/mediawiki/index.php/Elua_arduino_stm32F4_Discovery



Design and Implementation of an Embedded Python Run-Time System, ACM Usenix 2012
https://www.usenix.org/system/files/conference/atc12/atc12-final30.pdf
Owl is currently running on Stellaris LM3S9B92

Latest revision as of 19:35, 24 February 2013

Enseignants: Thomas Calmant Didier Donsez

L'objectif de ce projet est

  1. de tester Owl pour le STM32F4-DISCOVERY
  2. de tester le modele de composants iPOPO avec Owl
  3. d'écrire une bibliothèque semblable à l'API Arduino pour l'accès aux GPIO (voir Proj-2011-2012-elua-arduino)
  4. de le démontrer sur un petit robot contrôlé par un STM32F4-DISCOVERY

Reference