7626 Commits (7b1804c582a2ddb5a841335c43bd94faaee72584)
 

Author SHA1 Message Date
Damien George 7b1804c582 stmhal/dma: Fix reinitialisation of DMA on F7 MCUs, following F4. 8 years ago
Damien George e997bb6328 stmhal/hal: For F7 MCUs, expose DMA_CalcBaseAndBitshift function. 8 years ago
Damien George ff927cb106 stmhal/spi: Clean and/or invalidate D-cache before SPI DMA transfers. 8 years ago
Damien George 9a1b3da158 stmhal/board: Fix existing and add more pin defs for NUCLEO_F767ZI. 8 years ago
Damien George 8b36664e17 stmhal/boards: Fix alt-func config for PA5 of STM32F767. 8 years ago
Paul Sokolovsky dbb2aea428 zephyr/prj_base.conf: Disable legacy kernel compatibility. 8 years ago
Damien George 54507f78ee py/objmap: Convert mp_uint_t to size_t. 8 years ago
Damien George f648e5442b esp8266/modesp: Remove long-obsolete and unused espconn bindings. 8 years ago
Damien George 734775524e tests/basics: Add test for super() when self is closed over. 8 years ago
Damien George 40c1272e55 py/compile: When compiling super(), handle closed-over self variable. 8 years ago
Damien George a0973b09ce py/vm: Fix VM opcode tracing to print correct stack pointer. 8 years ago
Paul Sokolovsky 220df8544b zephyr/zephyr_getchar: Use native k_sem instead of legacy nano_sem. 8 years ago
Damien George 3f810daeb3 py/obj: Change mp_uint_t to size_t for mp_obj_get_array_fixed_n len arg. 8 years ago
Damien George 9c388f66cf esp8266/modesp: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Damien George b568448306 extmod/modlwip: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Damien George fb139a4ba6 README: Change Travis & Coveralls badges to not use link references. 8 years ago
Paul Sokolovsky 99866a00a0 py/nlrx86: Better check for Zephyr (requires 1.7). 8 years ago
Paul Sokolovsky fa17eabce9 README: Describe extmod/ dir. 8 years ago
Paul Sokolovsky c16d1c07ca README: Add link to docs.micropython.org. 8 years ago
Damien George 29424304d9 unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Damien George ab5689bc9d py/objarray: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Damien George 64a4f11b2d py: Remove MP_STATE_CTX, use MP_STATE_THREAD instead (it's an alias). 8 years ago
Damien George 707f16b05c py: Use mp_locals/mp_globals accessor funcs instead of MP_STATE_CTX. 8 years ago
Damien George f4ee1ba9b4 py/objnamedtuple: Use size_t where appropriate, instead of mp_uint_t. 8 years ago
Damien George d1b93ced78 py/objtype: Use size_t where appropriate, instead of mp_uint_t or uint. 8 years ago
Damien George bfb48c1620 tests/float: Add tests for round() of inf, nan and large number. 8 years ago
Damien George c236ebfea7 py/modbuiltins: Allow round() to return a big int if necessary. 8 years ago
Damien George 125eae1ba3 py/modbuiltins: For round() builtin use nearbyint instead of round. 8 years ago
Damien George fb161aa45a lib/libm: Add implementation of nearbyintf, from musl-1.1.16. 8 years ago
Damien George bacb52aa2d tests/float: Add tests for math funcs that return ints. 8 years ago
Damien George c073519ec8 py/objint: Handle special case of -0 when classifying fp as int. 8 years ago
Damien George febeff4af4 py/modmath: Allow trunc/ceil/floor to return a big int if necessary. 8 years ago
Damien George f64a3e296e py/lexer: Remove obsolete comment, since lexer can now raise exceptions. 8 years ago
Damien George 60656eaea4 py: Define and use MP_OBJ_ITER_BUF_NSLOTS to get size of stack iter buf. 8 years ago
Damien George 507119f4d8 py/sequence: Convert mp_uint_t to size_t where appropriate. 8 years ago
Damien George c88cfe165b py: Use size_t as len argument and return type of mp_get_index. 8 years ago
stijn 3f3df43501 msvc: Remove directory with generated files when cleaning. 8 years ago
stijn c61131380d windows: Make msvc project file support any version from VS2013 to VS2017 8 years ago
Damien George 92cd000842 minimal/Makefile: Change C standard from gnu99 to c99. 8 years ago
Damien George 4afa782fb4 bare-arm/Makefile: Change C standard from gnu99 to c99. 8 years ago
Krzysztof Blazewicz 75589272ef all/Makefile: Remove -ansi from GCC flags, its ignored anyway. 8 years ago
Paul Sokolovsky 4a4bb84e92 tests/heapalloc_str: Test no-replacement case for str.replace(). 8 years ago
Damien George 58f23def55 py/bc: Provide better error message for an unexpected keyword argument. 8 years ago
Damien George 1110c8873c cc3200/mods/modutime: Use generic sleep_ms and sleep_us implementations. 8 years ago
Damien George 3509e2d307 stmhal/systick: Make mp_hal_delay_ms release the GIL when sleeping. 8 years ago
Damien George 2e3fc77809 extmod/utime_mphal: Don't exit/enter the GIL in generic sleep functions. 8 years ago
Damien George 96c35d0ac4 stmhal/pybthread: Allow interrupts to work during lock/unlock of mutex. 8 years ago
Damien George 080210ddc6 stmhal/irq: Shift IRQ priorities of TIM and EXTINT to be above PENDSV. 8 years ago
Damien George 5d05ff1406 esp8266/machine_pin: Fix pin.irq() to work when all args are keywords. 8 years ago
Damien George b16c35486f esp8266/machine_pin: Fix memset size for zeroing of pin_irq_is_hard. 8 years ago