11137 Commits (f6d99bc7952d5854fc5822d9cf54b792794f6da7)
 

Author SHA1 Message Date
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
roland van straten 26a78edb49 stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash. 5 years ago
roland van straten 8af139e8a4 stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card. 5 years ago
Seon Rozenblum 0d82f5d8c8 esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest. 5 years ago
Damien George ba12cdba85 examples/network: Add testing key/cert to SSL HTTP server example. 5 years ago
Damien George 1e2f751591 qemu-arm: Let tinytest.o be built by standard build rules. 5 years ago
Damien George 0bd7d1f7f0 py/persistentcode: Move loading of rodata/bss to before obj/raw-code. 5 years ago
ketograph 04e7aa0563 docs/esp8266/quickref: Add note that machine.RTC is not fully supported. 5 years ago
Jim Mussared f3f7eb48da docs/library/uos.rst: Clarify why the extended interface exists. 5 years ago
Damien George fb01415599 stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity(). 5 years ago
Damien George 4b184d1281 tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD. 5 years ago
Damien George 7280bf40d9 tests/extmod/vfs_lfs_error: Use small ints in seek error test. 5 years ago
Damien George 1098d1d630 tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs. 5 years ago
Damien George 33b0a7e601 tests/stress/qstr_limit: Tune params to run with stm32 port. 5 years ago
Damien George 71c6bfd08a stm32/modusocket: Handle case of NULL NIC in socket ioctl. 5 years ago
Damien George 624f4ca39b tests: Add .exp files for basics/parser and import/import_override. 5 years ago
Damien George 4da763fc49 travis: Build urandom native module in coverage job. 5 years ago
Damien George ba84453f77 examples/natmod: Add urandom native module example. 5 years ago
Damien George 48e9262f55 py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr. 5 years ago
Damien George c2eaf56634 stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP. 5 years ago
Damien George cd9de63c0e drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW. 5 years ago
Damien George ac769672fd travis: Add tests for building and importing dynamic native modules. 5 years ago
Damien George 60c3c22a0d examples/natmod: Add features1 and features2 examples. 5 years ago
Damien George 4eef940edb tests: Add script to run dynamic-native-module tests. 5 years ago
Damien George fc97d6d1b5 tools/mpy-tool.py: Raise exception if trying to freeze relocatable mpy. 5 years ago
Damien George 111d1ffb64 tests/import: Add test for importing viper code with additional flags. 5 years ago
Damien George abc642973d py/dynruntime: Add support for float API to make/get floats. 5 years ago
Damien George ff58961944 py/nativeglue: Add float new/get functions with both single and double. 5 years ago
Damien George 9ac949cdbd py/persistentcode: Make ARM Thumb archs support multiple sub-archs. 5 years ago
Damien George 42c1aed2bb examples/natmod: Add ure example. 5 years ago
Damien George 2a485e1084 examples/natmod: Add framebuf example. 5 years ago
Damien George 16e591e412 examples/natmod: Add uzlib example. 5 years ago
Damien George 83f9fb169e examples/natmod: Add uheapq example. 5 years ago
Damien George 37817ab4ba examples/natmod: Add btree example. 5 years ago
Damien George bbeaafd9aa extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib. 5 years ago
Damien George e5acd06ad5 extmod/modbtree: Use mp_printf instead of printf. 5 years ago
Damien George aad79adab7 tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files. 5 years ago
Damien George 27879844d2 tools/mpy-tool.py: Add ability to merge multiple .mpy files into one. 5 years ago
Damien George 3690f79afc py/nativeglue: Add funcs/types to native glue table for dynamic runtime. 5 years ago
Damien George 360d972c16 py/nativeglue: Add new header file with native function table typedef. 5 years ago
Damien George b47e155bd0 py/persistentcode: Add ability to relocate loaded native code. 5 years ago
Damien George b310930dba docs/library/uos: Add notes and links about littlefs failures. 5 years ago
Damien George 159388f850 docs/library/ubluetooth: Add note about API being under development. 5 years ago
Jim Mussared b76f0a73bc stm32/main: Fix SKIPSD file detection so SD card is mounted by default. 5 years ago