aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-21py/objobject: Add object.__delattr__ function.Yonatan Goldschmidt
2019-12-21py/objobject: Add object.__setattr__ function.Yonatan Goldschmidt
2019-12-21stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB.Jim Mussared
2019-12-20py/obj.h: Remove comments about additional mp_buffer_info_t entries.Damien George
2019-12-20py: Remove commented-out debug printf's from emitbc and objlist.Damien George
2019-12-20all: Bump version to 1.12.Damien George
2019-12-20tests/pyb: Adjust UART and Timer tests to work on PYBD_SF6.Damien George
2019-12-20py/profile: Fix debug opcode decoding of MP_BC_RAISE_xxx opcodes.Damien George
2019-12-20py/vm: Fix comment to refer to MP_BC_RAISE_OBJ instead of RAISE_VARARGS.Damien George
2019-12-20stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.Damien George
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-12-20docs/esp32: Add quickref and full docs for esp32.RMT class.Matt Trentini
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini
2019-12-19qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.David Lechner
2019-12-19tools/tinytest-codegen.py: Add extra newline and result message.David Lechner
2019-12-19Revert "lib/tinytest: Clean up test reporting in the presence of std..."David Lechner
2019-12-19stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs.iabdalkader
2019-12-19docs/develop: Add documentation on how to build native .mpy modules.Damien George
2019-12-19docs/reference: Add documentation describing use of .mpy files.Damien George
2019-12-19examples/natmod: Add very simple features0 example to compute factorial.Damien George
2019-12-19tools/pyboard.py: Support executing .mpy files directly.Damien George
2019-12-19stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions.roland van straten
2019-12-19stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash.roland van straten
2019-12-19stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card.roland van straten
2019-12-19esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.Seon Rozenblum
2019-12-18examples/network: Add testing key/cert to SSL HTTP server example.Damien George
2019-12-17qemu-arm: Let tinytest.o be built by standard build rules.Damien George
2019-12-17py/persistentcode: Move loading of rodata/bss to before obj/raw-code.Damien George
2019-12-17docs/esp8266/quickref: Add note that machine.RTC is not fully supported.ketograph
2019-12-16docs/library/uos.rst: Clarify why the extended interface exists.Jim Mussared
2019-12-13stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity().Damien George
2019-12-13tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.Damien George
2019-12-13tests/extmod/vfs_lfs_error: Use small ints in seek error test.Damien George
2019-12-13tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs.Damien George
2019-12-13tests/stress/qstr_limit: Tune params to run with stm32 port.Damien George
2019-12-13stm32/modusocket: Handle case of NULL NIC in socket ioctl.Damien George
2019-12-13tests: Add .exp files for basics/parser and import/import_override.Damien George
2019-12-13travis: Build urandom native module in coverage job.Damien George
2019-12-13examples/natmod: Add urandom native module example.Damien George
2019-12-13py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.Damien George
2019-12-13stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP.Damien George
2019-12-13drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW.Damien George
2019-12-12travis: Add tests for building and importing dynamic native modules.Damien George
2019-12-12examples/natmod: Add features1 and features2 examples.Damien George
2019-12-12tests: Add script to run dynamic-native-module tests.Damien George
2019-12-12tools/mpy-tool.py: Raise exception if trying to freeze relocatable mpy.Damien George
2019-12-12tests/import: Add test for importing viper code with additional flags.Damien George
2019-12-12py/dynruntime: Add support for float API to make/get floats.Damien George
2019-12-12py/nativeglue: Add float new/get functions with both single and double.Damien George
2019-12-12py/persistentcode: Make ARM Thumb archs support multiple sub-archs.Damien George