2890 Commits (f32498fe04c959e9696d5409adc33f1f518ec76e)
 

Author SHA1 Message Date
Damien George f32498fe04 py: Extra autodetect for little endianness using __LITTLE_ENDIAN__. 10 years ago
Damien George fec70ad369 stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver. 10 years ago
Damien George 9336ee320a py: Make mp_binary_set_val work on big endian machine. 10 years ago
Damien George fcdb239815 py: Make int.to_bytes work on big endian machine. 10 years ago
Damien George a9bcd51dc7 py: Try to autodetect machine endianness when not defined by port. 10 years ago
Damien George 5a04e2cca8 tests: Add check for micropython.native and then skip relevant tests. 10 years ago
Damien George 854c8c0153 unix: Detect and print compile error. 10 years ago
Damien George d03c681608 stmhal: Use mp_uint_t where appropriate. 10 years ago
Damien George c4d0868df1 py: Implement proper context save/restore for eval/exec; factor code. 10 years ago
Damien George a91ac2011f py: Make compiler return a proper exception on SyntaxError. 10 years ago
Damien George 6dba992182 stmhal: Add config option to disable/enable CAN driver. 10 years ago
Damien George ba0383a8c7 stmhal, timer: Fix timer.chanel so mode can be a keyword. 10 years ago
Damien George 55f68b3ce8 stmhal, timer: Improve accuracy of freq computation. 10 years ago
Damien George 97ef94df83 stmhal, timer: Set freq from float; get timer source freq. 10 years ago
Damien George c3ab90da46 tests: Make printing of floats hopefully more portable. 10 years ago
Damien George d112cbfd7c Merge pull request #891 from stinos/windows-tests 10 years ago
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