10980 Commits (007a704d82f07d1482dae6f265fecf5710266767)
 

Author SHA1 Message Date
Tim Gates 007a704d82 nrf/examples: Fix typo in mountsd.py, wireing -> wiring. 5 years ago
Damien George 269c9a08b6 unix/modos: Add uos.rename and uos.rmdir. 5 years ago
Andrew Leech 1b844e908c unix/modtime: Add utime.mktime function, to complement utime.localtime. 5 years ago
Damien George b23bd6433c py: Clean up commented-out code and comments about exception hierarchy. 5 years ago
Yonatan Goldschmidt b2e4a57289 nrf/main: Remove unnecessary repl_info(0) call. 5 years ago
Yonatan Goldschmidt 61d2b40ad5 lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it. 5 years ago
Yonatan Goldschmidt aca8873bb8 extmod/modbluetooth: Fix func prototype, empty args should be (void). 5 years ago
David Lechner e79424d672 ports: Allow overriding CROSS_COMPILE in a custom makefile. 5 years ago
Damien George d56bc6e03d py/obj.h: Use 32-bit shift in MP_OBJ_NEW_QSTR calc for obj-repr D. 5 years ago
Damien George 4c0176d13f py/objstr: Don't use inline GET_STR_DATA_LEN for object-repr D. 5 years ago
Damien George e83ab7374b travis: Add stm32 build in nanbox mode. 5 years ago
Damien George 93509ac8c7 stm32: Add configuration to build in nanbox mode. 5 years ago
Damien George d980d51807 stm32: Fix to build in nanbox mode. 5 years ago
Damien George e83fc3260e drivers/cyw43: Fix to build in nanbox mode. 5 years ago
Damien George 6f872f81d6 extmod: Fix modbluetooth and modwebrepl to build in nanbox mode. 5 years ago
Damien George 1f499ad2fe py/objobject: Fix __setattr__/__delattr__ to build in nanbox mode. 5 years ago
Damien George d97b40bdaa py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 5 years ago
Damien George 09376f0e47 py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
Damien George f5eec903fa py/objsingleton: Use mp_generic_unary_op for singleton objects. 5 years ago
Damien George de8c04317b tests/micropython: Add test for yield-from while heap is locked. 5 years ago
Damien George aacd618939 py/runtime: Don't allocate iter buf for user-defined types. 5 years ago
Damien George 11b4524b39 travis: Add new job to build and test unix coverage in 32-bit mode. 5 years ago
Damien George 99a04b8060 tests/extmod: Split out VfsFat finaliser tests to separate test file. 5 years ago
Damien George 865827ed8e tests/run-tests: Add "--mpy-cross-flags" arg to specify mpy-cross flags. 5 years ago
Damien George ab75210e33 py/asmx86: Remove unused 5th argument facility. 5 years ago
Damien George b97fb683d0 py/asmx86: Fix stack to be 16-byte aligned for entry and sub-call. 5 years ago
Damien George ed2be79b49 extmod/uzlib: Explicitly cast ptr-diff-expr to unsigned. 5 years ago
Damien George 300eb65ae7 py/nlrx86: Silence possible warnings about unused nlr argument. 5 years ago
Yonatan Goldschmidt 42e45bd694 py/objobject: Add object.__delattr__ function. 5 years ago
Yonatan Goldschmidt 07ccb5588c py/objobject: Add object.__setattr__ function. 5 years ago
Jim Mussared 90f286465b stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB. 5 years ago
Damien George 5e431188db py/obj.h: Remove comments about additional mp_buffer_info_t entries. 5 years ago
Damien George 035180ca01 py: Remove commented-out debug printf's from emitbc and objlist. 5 years ago
Damien George 1f37194730 all: Bump version to 1.12. 5 years ago
Damien George 39bc430e44 tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6. 5 years ago
Damien George 073c5f3a40 py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes. 5 years ago
Damien George 95473980ef py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS. 5 years ago
Damien George 7ac326c424 stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest. 5 years ago
Jim Mussared 7ce1e0b1dc extmod/webrepl: Move webrepl scripts to common place and use manifest. 5 years ago
Matt Trentini 7f235cbee9 docs/esp32: Add quickref and full docs for esp32.RMT class. 5 years ago
Matt Trentini 0e0e6132fd esp32/esp32_rmt: Add initial support for RMT peripheral. 5 years ago
David Lechner 882533ad92 qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile. 5 years ago
David Lechner fd0ba7be07 tools/tinytest-codegen.py: Add extra newline and result message. 5 years ago
David Lechner 1605c7e584 Revert "lib/tinytest: Clean up test reporting in the presence of std..." 5 years ago
iabdalkader 3078a4b2e2 stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs. 5 years ago
Damien George 8449e41818 docs/develop: Add documentation on how to build native .mpy modules. 5 years ago
Damien George e58c7ce3d6 docs/reference: Add documentation describing use of .mpy files. 5 years ago
Damien George a3df152fef examples/natmod: Add very simple features0 example to compute factorial. 5 years ago
Damien George b3b9b11596 tools/pyboard.py: Support executing .mpy files directly. 5 years ago
roland van straten 43b576d88d stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions. 5 years ago