5256 Commits (f39bcb304bc51f13abb465c644810a81d8a9c565)
 

Author SHA1 Message Date
Dave Hylands acc208418b stmhal: Execute boot.py and main.py when formatting the file system. 9 years ago
Paul Sokolovsky 2b7236d249 py: Make it easy to build without MICROPY_PY_BUILTINS_COMPLEX. 9 years ago
Dave Hylands 519cef813e tools: Allow pyboard.py to work when boot.py prints things. 9 years ago
Paul Sokolovsky cbc489dff5 tests: Actuall add feature check for complex type being available. 9 years ago
Paul Sokolovsky eed2f36ae2 tests/run-tests: Allow to skip complex tests if it's not compiled in. 9 years ago
Paul Sokolovsky 082b12128d unix/moduselect: register(): Allow to call with duplicate file descriptor. 9 years ago
Paul Sokolovsky f2d532c404 py/modsys: Use MP_ROM_PTR() initializer for sys.modules. 9 years ago
Ryan Shaw c03dd3b2f9 stmhal: Fix uart off by 1 circular buffer size. 9 years ago
Paul Sokolovsky 54a1d9ecb7 tests/extra_coverage: Update for sys.modules addition. 9 years ago
Paul Sokolovsky 1a1d11fa32 py/modsys: Implement sys.modules. 9 years ago
Paul Sokolovsky 5ae3ddcc9a unix/main: Check pending exception at the end of code block execution. 9 years ago
Damien George 66b96822fb stmhal: Add option to free up TIM3 from USB VCP polling. 9 years ago
Damien George 9aaf888b42 cc3200: Add __get_BASEPRI and __set_BASEPRI inline function definitions. 9 years ago
Damien George dd7d2e0810 stmhal: Only use BASEPRI irq stuff if Cortex is M3 or higher. 9 years ago
Damien George f7697ff393 stmhal: Add rtc.init() method to force RTC to re-initialise. 9 years ago
Damien George f4c17378b3 stmhal: Protect SD card DMA transactions against USB MSC contention. 9 years ago
Damien George 95c9cc8114 stmhal: Add raise_irq_pri and restore_irq_pri functions. 9 years ago
Paul Sokolovsky add6f4556e extmod/moductypes: set_aligned(): Handle INT64/UINT64. 9 years ago
Damien George 7a99639cff py: Fix function calls that have positional and a star-arg-with-iterator. 9 years ago
Paul Sokolovsky b4eccfd02d py/mpconfig: Actually allow to override MICROPY_BYTES_PER_GC_BLOCK. 9 years ago
Paul Sokolovsky 30d0cf4885 unix/mpconfigport: Typo fix in comment. 9 years ago
Paul Sokolovsky 75feece208 py/gc: Make GC block size be configurable. 9 years ago
Dave Hylands 0077958ad0 stmhal: Put all DMA channel & stream definitions in dma.h 9 years ago
Paul Sokolovsky d735278c9f unix/mpconfigport.h: For MICROPY_NO_ALLOCA=1, don't even include alloca.h. 9 years ago
Damien George e9a684d741 stmhal: Add board config files for PYBv1.1 and PYBLITEv1.0. 9 years ago
fabien.lementec e042f485ed py/mpprint: Printing of doubles is now supported (by uPy own routine). 9 years ago
Paul Sokolovsky 3376875bc8 unix/modtime: sleep(): Return early if KeyboardInterrupt is pending 9 years ago
Damien George 0d9b450701 stmhal: Make uart.write() function correctly for timeout=0. 9 years ago
Ryan Shaw f99491cbf7 stmhal: uart.any() function now returns number of bytes available. 9 years ago
Paul Sokolovsky bd33aa313e unix/moduselect: Support growing of poll array. 9 years ago
danicampora 5d8164167e cc3200: Correct buffer offset in serial flash diskio module. 9 years ago
Damien George b8cfb0d7b2 py: Add support for 64-bit NaN-boxing object model, on 32-bit machine. 9 years ago
Damien George 999cedb90f py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
Damien George cbf7674025 py: Add MP_ROM_* macros and mp_rom_* types and use them. 9 years ago
Damien George 94fe6e523d py/gc: Move away from using mp_uint_t, instead use uintptr_t and size_t. 9 years ago
Damien George 254cfa6c31 py: Use uintptr_t instead of mp_uint_t in MP_TAGPTR_* macros. 9 years ago
Damien George 9f6976b74e py: Make mp_setup_code_state take concrete pointer for func arg. 9 years ago
Damien George 278f3592d4 extmod/modmachine: Use uintptr_t instead of mp_uint_t for address type. 9 years ago
Damien George 5d66b427e2 py/emit: Change type of arg of load_const_obj from void* to mp_obj_t. 9 years ago
Damien George c3f64d9799 py: Change qstr_* functions to use size_t as the type for str len arg. 9 years ago
Damien George 4e7107a572 py: Change mp_print_strn_t func type to use size_t for the str length. 9 years ago
Paul Sokolovsky fad7d9317b unix/modtime: Unbreak Windows build after changes to check select() result. 9 years ago
Paul Sokolovsky 0bb57bf5bf unix/modtime: sleep(): Automatically restart after receiving EINTR. 9 years ago
Paul Sokolovsky 9d0d6d3830 examples/accel_i2c.py: Switch to "machine" module. 9 years ago
Paul Sokolovsky 698a6a9d7d unix/moduselect: poll.register(): Reuse freed entries in poll array. 9 years ago
Paul Sokolovsky 19920e25f9 unix/moduselect: Fix bug in poll.poll() scanning loop. 9 years ago
Damien George 0786716c5a py/asmx86: Fix function definition to use int32_t instead of int. 9 years ago
Damien George 7a5a4fe271 unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls. 9 years ago
Damien George 88a9103b3c py/binary: Make use of MP_ALIGN. 9 years ago
Dave Hylands 3048433809 stmhal: Make stm.mem* support large integers. 9 years ago