aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-12-12examples/natmod: Add ure example.Damien George
2019-12-12examples/natmod: Add framebuf example.Damien George
2019-12-12examples/natmod: Add uzlib example.Damien George
2019-12-12examples/natmod: Add uheapq example.Damien George
2019-12-12examples/natmod: Add btree example.Damien George
2019-12-12extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib.Damien George
2019-12-12extmod/modbtree: Use mp_printf instead of printf.Damien George
2019-12-12tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.Damien George
2019-12-12tools/mpy-tool.py: Add ability to merge multiple .mpy files into one.Damien George
2019-12-12py/nativeglue: Add funcs/types to native glue table for dynamic runtime.Damien George
2019-12-12py/nativeglue: Add new header file with native function table typedef.Damien George
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-12-10docs/library/uos: Add notes and links about littlefs failures.Damien George
2019-12-10docs/library/ubluetooth: Add note about API being under development.Damien George
2019-12-09stm32/main: Fix SKIPSD file detection so SD card is mounted by default.Jim Mussared
2019-12-09py/objenumerate: Check for valid args in enumerate constructor.Emil Renner Berthing
2019-12-09mpy-cross/README.md: Add notes about -march and -O.Jim Mussared
2019-12-09docs/reference/filesystem: Add note and example about using filesystem.Damien George
2019-12-09docs/reference/filesystem: Fix typo in block device code example.Daniel Mizyrycki
2019-12-09nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.Daniel Mizyrycki
2019-12-09stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards.Damiano Mazzella
2019-12-05nrf/main: Execute boot.py/main.py frozen modules without a file system.Andrej Krejcir
2019-12-05stm32/uart: Add support for UART4/5 on L0 MCUs.Chris Mason
2019-12-05esp32/boards: Enable ULP in base sdk configuration.Andrew Leech
2019-12-05extmod/modbluetooth: Allow setting ringbuf size via BLE.config(rxbuf=).Damien George
2019-12-04extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.Damien George
2019-12-04docs: Add littlefs docs and a filesystem tutorial.Jim Mussared
2019-12-04docs/library: Add docs for pyb.Flash class.Jim Mussared
2019-12-04docs/reference: Add docs describing use of pyboard.py.Jim Mussared
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2019-12-04stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.Damien George
2019-12-03mpy-cross: Support armv7em, armv7emsp, armv7emdp architectures.Damien George
2019-12-02extmod/modbluetooth: Remove limit on data coming from gattc data input.Damien George
2019-12-02extmod/modbluetooth: Simplify how BLE IRQ callback is scheduled.Damien George
2019-11-28tools/mpy-tool.py: Support qstr linking when freezing Xtensa native mpy.Damien George
2019-11-27stm32/main: Fix auto creation of pyb.Flash on boot with kw-only args.Damien George
2019-11-27stm32/boards/NUCLEO_L073RZ: Skip board-pin names for CPU only pins.Damien George
2019-11-27stm32/qstrdefsport.h: Remove unused qstrs and make USB ones conditional.Damien George
2019-11-26py: Remove 3 obsolete commented-out lines from header files.Damien George