Difference between revisions of "Python sur ESP8266"

From air
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
Nous proposons ici d'aborder les deux points suivant:
 
Nous proposons ici d'aborder les deux points suivant:
 
* Le portage de la réalisation du projet précédent dans pour le circuit [[ESP8266]].
 
* Le portage de la réalisation du projet précédent dans pour le circuit [[ESP8266]].
* Poursuivre les développements précédents notamment en intégrant une solution de ramasse-miette (Garbage Collector) pour la gestion dynamique de la mémoire (on pourra on considérer l'utilisation du ramasse-miette du projet [ http://micropython.org/ | micropython ]
+
* Poursuivre les développements précédents notamment en intégrant une solution de ramasse-miette (Garbage Collector) pour la gestion dynamique de la mémoire (on pourra on considérer l'utilisation du ramasse-miette du projet [http://micropython.org/ micropython]
   
  +
'''Liens rapports d'activité et rapport de projet:'''
Liens divers:
 
  +
  +
* week 1 : https://github.com/librallu/RICM4Projet/blob/master/reports/week1/week1.rst
  +
* week 2 : https://github.com/librallu/RICM4Projet/blob/master/reports/week2/week2.rst
  +
* week 3 : https://github.com/librallu/RICM4Projet/blob/master/reports/week3/week3.rst
  +
* week 4 : https://github.com/librallu/RICM4Projet/blob/master/reports/week4/week4.rst
  +
* week 5 : https://github.com/librallu/RICM4Projet/blob/master/reports/week5/week5.rst
  +
* week 5.5 : https://github.com/librallu/RICM4Projet/blob/master/reports/week5.5/week5.5.rst
  +
* week 6 : https://github.com/librallu/RICM4Projet/blob/master/reports/week6/week6.rst
  +
* week 7 : https://github.com/librallu/RICM4Projet/blob/master/reports/week7/week7.rst
  +
* week 8 : https://github.com/librallu/RICM4Projet/blob/master/reports/week8/week8.rst
  +
* week 9 : https://github.com/librallu/RICM4Projet/blob/master/reports/week9/week9.rst
  +
* week 10 : https://github.com/librallu/RICM4Projet/blob/master/reports/week10/week10.rst
  +
* week 11 : https://github.com/librallu/RICM4Projet/blob/master/reports/week11/week11.rst
  +
* final report : https://github.com/librallu/RICM4Projet/blob/master/reports/Final_report/final.rst
  +
  +
  +
 
'''Liens divers:'''
 
* Un portage de Micropython sur la STM32F4-Discovery: https://github.com/micropython/micropython/wiki/Board-STM32F407-Discovery
 
* Un portage de Micropython sur la STM32F4-Discovery: https://github.com/micropython/micropython/wiki/Board-STM32F407-Discovery
 
* Un portage de Micropython sur l'ESP8266: https://github.com/micropython/micropython/tree/master/esp8266
 
* Un portage de Micropython sur l'ESP8266: https://github.com/micropython/micropython/tree/master/esp8266

Latest revision as of 16:04, 7 April 2015

Ce projet a pour point de départ le projet Python_sur_STM32F4 et sa réalisation Proj-2013-2014-Python-STM32F4. L'objectif était d'intégrer le support des cartes STM32F4-Discovery à l'outil Shedskin, qui permet la traduction du language Python vers le language C++.

Nous proposons ici d'aborder les deux points suivant:

  • Le portage de la réalisation du projet précédent dans pour le circuit ESP8266.
  • Poursuivre les développements précédents notamment en intégrant une solution de ramasse-miette (Garbage Collector) pour la gestion dynamique de la mémoire (on pourra on considérer l'utilisation du ramasse-miette du projet micropython

Liens rapports d'activité et rapport de projet:


Liens divers: