2864 Commits (877dba3e1a76d151c0d93c88bcfaac62ecfe3799)
 

Author SHA1 Message Date
Damien George 877dba3e1a drivers: Add NRF24L01 driver (written in pure Python). 10 years ago
Damien George e535a61983 tests: Add simple CAN test. 10 years ago
Damien George 3550de4ebe stmhal: Add basic CAN bus support. 10 years ago
Damien George 5fc6aa8100 stmhal: Set is_enabled=false when creating UART object; fix doc typo. 10 years ago
Damien George 0bbe4de527 stmhal: Update help text. 10 years ago
blmorris 3b064370f8 Enable device keyword option when running pyboard.py --tests and run-tests --pyboard 10 years ago
Damien George 762d57519d unix: Do a proper clean-up on sys.exit/SystemExit. 10 years ago
Dave Hylands d368611ea6 Proposed fix for USB Mass Storage. 10 years ago
Damien George c737086e1c tools: Add network build to auto-build script. 10 years ago
Damien George de37775a26 stmhal: Enable patch_program in cc3k driver, with key. 10 years ago
Damien George e5cc4b2503 stmhal: Fix wiznet5k init of SPI bus. 10 years ago
Damien George 8762418d0c drivers, cc3000: Wrap exported functions in a macro for renaming. 10 years ago
Damien George 9d2bf9c405 drivers, wiznet5k: Wrap exported functions in a macro for renaming. 10 years ago
Damien George 3a1c4c5bc6 stmhal: Add network and usocket module. 10 years ago
Damien George bfa7b480a7 stmhal: For spi_init, add argument to select if NSS pin is enabled. 10 years ago
Damien George 8b03d944e2 py: Remove IOError since it's deprecated; use OSError instead. 10 years ago
Damien George 1c6a1dc740 py: Allow x86-64 to mov r16 to rm16 with extended src reg. 10 years ago
Damien George dfef4249eb py: Fix viper store on x86; add tests for viper ptr16. 10 years ago
Damien George e9dac3b4d0 py: Add casting to viper; add native mem stores to viper. 10 years ago
Damien George 44c96b2314 tests: Add tests for viper binary operations. 10 years ago
Damien George 3112cde900 py: Implement more binary ops for viper emitter. 10 years ago
Damien George 6f81348fa2 py: Allow viper to use ints as direct conditionals in jumps. 10 years ago
Damien George a7329615eb py: Fix types, uint -> mp_uint_t. 10 years ago
Damien George 0b610de017 py: Make macro names in assemblers consistent, and tidy up a bit. 10 years ago
Damien George d66e48662b py: Add store r8 and store r16 ops to asm_x86 and asm_x64. 10 years ago
Damien George 851f15f34c py: In asmthumb, clean up unit/int types and ite ops. 10 years ago
Damien George 860805aae7 unix: Remove unnecessary #defines from config. 10 years ago
Damien George 41249e17c3 stmhal, fatfs: Use stdlib for string fns; make all private fns static. 10 years ago
Damien George 3a2795e200 stmhal: Add label to internal flash drive on creation. 10 years ago
Damien George f042d7a4d7 stmhal: Fix edge case for timer PWM of 100%. 10 years ago
Damien George 853708738e Merge pull request #881 from dhylands/elapsed 10 years ago
Damien George 6e2051377f Merge pull request #880 from dhylands/irq-align 10 years ago
Damien George 305c4d49be Merge pull request #878 from bvernoux/master 10 years ago
Damien George bf683e6b32 Merge pull request #877 from dhylands/timer-overflow 10 years ago
Dave Hylands a21f56b2d5 Added pyb.elapsed_millis and pyb.elapsed_micros 10 years ago
Dave Hylands ada691e704 teensy: Enable 8-byte stack alignment for IRQ Handlers. 10 years ago
bvernoux f6f248b464 Fix error: unknown type name 'size_t' 10 years ago
Dave Hylands 39296b40d4 Fix timer overflow code. 10 years ago
Damien George f90b59e610 stmhal, modcc3k: Add ioctl to cc3k sockets so select works. 10 years ago
Damien George 133b083b89 py: Clean up nlr*.S to make it easier to read; fix clang .bss error. 10 years ago
Damien George b766e79510 stmhal: Initial implementation of cc3k module and driver. 10 years ago
Damien George f996d8854f drivers, cc3k: Move cc3000 driver from stmhal to drivers directory. 10 years ago
Damien George 55a5b80793 docs: Make images and youtube video links work for LCD and AMP docs. 10 years ago
Damien George cde0ca21bf py: Simplify JSON str printing (while still conforming to JSON spec). 10 years ago
Damien George d19c256656 docs: Imported tutorials from previous documentation system. 10 years ago
Damien George 6162bea5b2 docs: Initial commit of Sphinx documentation framework. 10 years ago
blmorris 4f449120e1 Change allows tests/unix/ffi_float.py to pass on OSX 10 years ago
Damien George 2234c3f23d tests: Add test for exception matching of a tuple of exceptions. 10 years ago
Damien George 4bcd04bcad py: Tidy up exception matching; allow matching of tuple of exceptions. 10 years ago
Damien George 16ef60fba6 Updated CODECONVENTIONS to clarify use of integer types. 10 years ago