1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00
LibrePilot/flight
Oleg Semyonov 8e7712a13f PyMite: fix nasty build bug with open file problem on Windows
In fact, the cause of that error was badly written makefile rule which
generated 5 same files 5 times. If used with make -j, it tried to open
the same files for writing at the same time. Windows doesn't like this.
This is fixed now.
2013-03-25 02:03:35 +02:00
..
Doc Remove discontinued AHRS files 2013-03-24 13:03:50 +02:00
Libraries PyMite: fix nasty build bug with open file problem on Windows 2013-03-25 02:03:35 +02:00
Modules Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
PiOS Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00
PiOS.osx PiOS simulation: Implement pios_com->available for simulators 2012-12-16 16:24:16 -07:00
PiOS.win32 Merge branch 'next' into revo 2012-09-01 16:18:03 -05:00
Project Remove discontinued AHRS files 2013-03-24 13:03:50 +02:00
targets PyMite: fix nasty build bug with open file problem on Windows 2013-03-25 02:03:35 +02:00
tests/logfs ut_logfs: do not pollute the source tree with temp files 2013-03-03 14:33:04 +01:00
README.txt Final step: lot of small fixes, last commit in this commit series 2013-03-24 13:06:24 +02:00

Check the wiki: http://wiki.openpilot.org/display/Doc/OpenPilot+Developer+Manual