Proj-2013-2014-Python-STM32F4: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:


= Objectives =
= Objectives =

= Points à traiter =
* Modidification des Makefile
utilisation de arm-none-eabi-g++ et des bonnes options

* support STL
Voir https://github.com/andysworkshop/stm32plus
* Lib C
Voir newlib

* gc Garbage Collection
Voir tinygc http://tinygc.sourceforge.net/

* libprce
Voir T-Rex is a minimalistic regular expression http://tiny-rex.sourceforge.net/ http://sourceforge.net/projects/tiny-rex/






Revision as of 14:08, 28 January 2014

Introduction

Python_sur_STM32F4


Team


Objectives

Points à traiter

  • Modidification des Makefile
 utilisation de arm-none-eabi-g++ et des bonnes options 
  • support STL
  Voir https://github.com/andysworkshop/stm32plus
  • Lib C
Voir newlib
  • gc Garbage Collection
 Voir  tinygc http://tinygc.sourceforge.net/
  • libprce
 Voir T-Rex is a minimalistic regular expression http://tiny-rex.sourceforge.net/ http://sourceforge.net/projects/tiny-rex/


Progress

project start : 13/01/2014

Week 1 (13/01 - 19/01)

  • Project discovery
  • Research of related projects

Week 2 (20/01 - 26/01)

  • Try the official examples of ST on the cards
       To avoid using the commercial software IDE and understand better, We decided to develop on Linux for this project.
       During the tries, for certain examples, we've got different results on STM32F407 and STM32F401. 
       We choose STM32F407 as the hardware for the following developement.

Week 3 (27/01 - 02/02)

  • Test Project MicroPython
  • Test Project Shedskin