aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-01-03Added python 3.x diff file created by 2to3.HEADmasterTat-Chee Wan (USM Signature)
This was not tested with python 3 yet, but was reported to work.
2013-12-18Merge branch 'master' into FANTOM_120f4_SUPPORTTat-Chee Wan (USM Signature)
2013-12-18updated to reflect new fantom 1.2.0f4 driverFANTOM_120f4_SUPPORTTat-Chee Wan (USM Signature)
Reverted behavior to previous behavior since new Fantom 1.2.0f4 driver works with Mountain Lion and Mavericks again
2013-11-15improved error handling and reporting for bluetooth compat hackPYFANTOM_BTHACKTat-Chee Wan (USM Signature)
2013-11-15this version works without having to mess with dyld preloadingTat-Chee Wan (USM Signature)
By making symbols in compatdll global, we don't need to define DYLD_INSERT_LIBRARIES
2013-11-15made compatlib path absolute wrt home directoryTat-Chee Wan (USM Signature)
2013-11-15removed xcode private filesTat-Chee Wan (USM Signature)
2013-11-15added xcode project to define missing symbolsTat-Chee Wan (USM Signature)
IOBluetooth for Mac OS X 10.8+ is missing symbols referenced in Fantom. Defined stub functions for the missing symbols to keep Fantom happy.
2013-07-15Updated Dependencies listPYFANTOM_BASETat-Chee Wan (USM Signature)
2012-09-26updated pyfantom for cross platform supportTat-Chee Wan (USM Signature)
Enable pyfantom for Windows and Linux platforms Linux platform support depends on BricxCC Fantom library
2012-02-09updated python version comments and debug messagesTat-Chee Wan (USM)
Use Apple's recommended method to specify 32-bit python, this is compatible with Macport's python. Clarified debug message to avoid user confusion of what is happening.
2012-02-09added git ignore filelistTat-Chee Wan (USM)
2012-02-08use a dual license (GPL v2 or MPL v2.0)Nicolas Schodet
Change done with Tat-Chee Wan permission.
2012-02-08added setup information for package releaseTat-Chee Wan (USM)
2011-06-02added debug output to write() methodTat-Chee Wan (USM)
2011-06-02force returned strings to uppercase for consistencyTat-Chee Wan (USM)
2011-05-19Merge branch 'master' of git+ssh://ssh.git.ni.fr.eu.org/pyfantomTat-Chee Wan (USM)
2011-05-19fix comments for get_nxt_battery() commandTat-Chee Wan (USM)
2011-05-19rewrite send_direct_command()Tat-Chee Wan (USM)
send_direct_command() is rewritten to return the response string instead of the data read length. Added Battery Level Check test (direct command with required response)
2011-05-19fixed statusvar initialization to use provided valueTat-Chee Wan (USM)
2011-05-19rewrite test cases to make them modularTat-Chee Wan (USM)
2011-05-19added checks to del pool to make it saferTat-Chee Wan (USM)
Closing a NXT object sometimes trigger the following error *** attempt to pop an unknown autorelease pool Added checks to make deleting NSAutoreleasePool safer
2011-05-19added statusvar object, conditionalize mac osx support in nxtiteratorTat-Chee Wan (USM)
2011-05-19added more fantom functions, support for bluetoothTat-Chee Wan (USM)
Added more Debug ouputs Fixed BT Address Output (missing last byte) Added Direct Command, Command Polling, Bluetooth functions Added explicit close() to NXT object since __del__ is not called reliably Changed reference to status variable to use cast, in preparation for switch to status struct defined in Fantom Added NSAutoreleasePool and NSApplication support for Mac OSX Preliminary Bluetooth Support for NXTIterator and NXT object
2011-03-30solve destructor race conditionNicolas Schodet
2011-03-30add read and writeNicolas Schodet
2011-03-08add NXT class and basic methodsNicolas Schodet
2011-03-08code cleanupNicolas Schodet
2011-03-08add all status codesNicolas Schodet
2011-03-08initial commitNicolas Schodet