4930 Commits (e242b1785f9e25b36f5d225652c679cd7cec6ec0)
 

Author SHA1 Message Date
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
Paul Sokolovsky 61e85a8ce0 pic16bit: Use global MICROPY_NO_ALLOCA setting. 9 years ago
Dave Hylands 061eb6fa6b stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all. 9 years ago
Paul Sokolovsky 7dec35d7cc unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS. 9 years ago
Dave Hylands 364bb61df3 stmhal: Allow make DEBUG=1 to build 9 years ago
Tobias Badertscher 8844d031e4 stmhal: Add support for the STM32F429I-DISCO kit by STMicro. 9 years ago
Paul Sokolovsky f32020ef3d py/mpconfig.h: Allow to build without alloca() for ANSI C compliance. 9 years ago
Paul Sokolovsky f0fbab7ca7 extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT. 9 years ago
Paul Sokolovsky 3a1bbcc2ef extmod: Move fsusermount.c from stmhal for cross-port reuse. 9 years ago
Dave Hylands c8437f97ae stmhal: Increase the priority of UART IRQ. 9 years ago
Paul Sokolovsky 90202b4c0d esp8266/modesp: Implement flash_read(offset, size_bytes) function. 9 years ago
Paul Sokolovsky ff8c4188f4 tests/run-tests: Improve robustness of REPL tests. 9 years ago
Damien George 65888e2006 stmhal: Process storage idle tick handler in different slot to DMA. 9 years ago
Damien George 36bd10779c stmhal: In SysTick IRQ handler, make uwTick variable non-volatile. 9 years ago
Damien George e99e6c883d stmhal: Move flash storage idle tick handler from TIM3 to SysTick. 9 years ago
Damien George 3cfb02f166 stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used. 9 years ago
Damien George 18820471ae stmhal/irq: Add comment about SDIO priority being higher than DMA. 9 years ago
Damien George 22bd23114a stmhal: On SysTick IRQ, only process one DMA channel at a time. 9 years ago
Damien George 9936aa3f87 stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx. 9 years ago
Damien George 522d454e34 stmhal: Small simplification of code to tickle DMA idle counter. 9 years ago
stijn 3baf6b5319 windows/py: Support 64bit mingw-w64 builds 9 years ago
stijn a58fa27c24 windows: Cleanup makefile 9 years ago
stijn bf1570cb25 nlr: Use single preprocessor symbol to check if building on Windows 9 years ago
Dave Hylands 6edffd0df5 stmhal: Add dma support for sdcard. 9 years ago
Dave Hylands b677f03407 stmhal: Turn off DMA clocks when idle for 100 msec 9 years ago
Dave Hylands 9f5486c7e2 stmhal: Put IRQs into priority order. 9 years ago
Damien George 056abbcf31 stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined. 9 years ago