2911 Commits (6c2ab5c315ef375582c2e5fdf52638ebbef38065)
 

Author SHA1 Message Date
Paul Sokolovsky 6c2ab5c315 unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT. 10 years ago
Damien George 9b6617ea8b stmhal: Add pyb.stop() and pyb.standby() functions. 10 years ago
Damien George cc5b4a2653 Merge pull request #899 from pfalcon/usocket-rename 10 years ago
Paul Sokolovsky 23b3b04072 unix: Rename "microsocket" module to "usocket". 10 years ago
Paul Sokolovsky a2d8f98a7e examples: Rename unix socket examples to have more precise naming (http). 10 years ago
Damien George 1e49b151a7 Merge branch 'master' of github.com:micropython/micropython 10 years ago
Damien George f0f964807e Merge branch 'dhylands-lexer-crash' 10 years ago
Damien George 9bf5f2857d py: Add further checks for failed malloc in lexer init functions. 10 years ago
Damien George a8202762f0 Merge branch 'lexer-crash' of https://github.com/dhylands/micropython into dhylands-lexer-crash 10 years ago
Damien George 40e4c777a1 Merge pull request #897 from tomvonclef/master 10 years ago
Damien George 7989b07637 Merge branch 'dhylands-memory-error' 10 years ago
Damien George 4091445612 py: Add #if guard around gc-specific code. 10 years ago
Dave Hylands e20cbbec73 Make lexer fail gracefully when memory can't be allocated. 10 years ago
Tom von Clef 2090a98e80 Updating README.md to include the fact that the Unix build requires pkg-config to build the FFI module. 10 years ago
Dave Hylands 3556e45711 Allow real memory errors (from locked gc) to be reported with traceback. 10 years ago
Paul Sokolovsky 67f25dfe6f travis: Install realpath, required for teensy build. 10 years ago
Paul Sokolovsky 5d328cbeb9 windows: mingw32 gcc doesn't define endianness macros, so just assume little. 10 years ago
Paul Sokolovsky 5dc8f9b28a tests: Skip ffi_float.py if module ffi is not available. 10 years ago
Paul Sokolovsky 9aeec0e3a3 tests: Add missing "import sys". 10 years ago
Damien George f53c343363 tests: Force skip of LE test on non-LE arch; improve run-tests-exp.sh. 10 years ago
Damien George 9c6f7378f7 tests: Make run-tests-exp.sh skip tests that fail due to invalid decorator. 10 years ago
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