1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight/Libraries/PyMite
2013-04-05 23:46:56 +03:00
..
lib Flight/FlightPlan: First release of flight plan scripting. The scripting engine is based on the PyMite Python VM. The released code is able to execute a simple python script on the target. However it is currently disabled from the makefile due to a few issues with more complex scripts. When the library is enabled in the makefile a python interpreter will be needed to compile the firmware since some intermediate code is generated by PyMite. 2011-01-09 22:36:15 +00:00
platform OP-772: Normalize line endings 2013-04-05 23:46:56 +03:00
tools Flight/FlightPlan: First release of flight plan scripting. The scripting engine is based on the PyMite Python VM. The released code is able to execute a simple python script on the target. However it is currently disabled from the makefile due to a few issues with more complex scripts. When the library is enabled in the makefile a python interpreter will be needed to compile the firmware since some intermediate code is generated by PyMite. 2011-01-09 22:36:15 +00:00
vm Added support for FlightPlan in win32 SiTL and fixed line endings in Python files, 2011-01-13 23:54:30 +00:00
pymite.mk PyMite: fix nasty build bug with open file problem on Windows 2013-03-25 02:03:35 +02:00