3174 Commits (6936f4626c8748c077ad2c63827d4deeb43b867d)
 

Author SHA1 Message Date
stijn dc1ea1156a Exclude some tests which always fail on windows 10 years ago
stijn a2f9c9445a Enable unicode for Windows port so unicode tests give correct uPy output 10 years ago
Damien George 24119176e7 stmhal: Allow pyb.freq() function to change SYSCLK frequency. 10 years ago
Damien George c568a2b443 stmhal: Adjust computation of SYSCLK to retain precision. 10 years ago
Damien George 1f2558d647 Merge pull request #889 from Vogtinator/master 10 years ago
Fabian Vogt e5268963c6 Implement missing ARM emitter functions for viper 10 years ago
Damien George 00be7a849a py: Fix unix-cpy to compile with uint->mp_uint_t changes. 10 years ago
Damien George 39dc145478 py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places. 10 years ago
Damien George 3eaa0c3833 py: Use UINT_FMT instead of %d. 10 years ago
Damien George 42f3de924b py: Convert [u]int to mp_[u]int_t where appropriate. 10 years ago
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