index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-19
tools/pyboard.py: Support executing .mpy files directly.
Damien George
2019-12-19
stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions.
roland van straten
2019-12-19
stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash.
roland van straten
2019-12-19
stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card.
roland van straten
2019-12-19
esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.
Seon Rozenblum
2019-12-18
examples/network: Add testing key/cert to SSL HTTP server example.
Damien George
2019-12-17
qemu-arm: Let tinytest.o be built by standard build rules.
Damien George
2019-12-17
py/persistentcode: Move loading of rodata/bss to before obj/raw-code.
Damien George
2019-12-17
docs/esp8266/quickref: Add note that machine.RTC is not fully supported.
ketograph
2019-12-16
docs/library/uos.rst: Clarify why the extended interface exists.
Jim Mussared
2019-12-13
stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity().
Damien George
2019-12-13
tests/pyb: Refactor pyboard tests to work on PYBv1, PYBLITEv1 and PYBD.
Damien George
2019-12-13
tests/extmod/vfs_lfs_error: Use small ints in seek error test.
Damien George
2019-12-13
tests/basics/memoryview_itemsize: Make portable to 32- and 64-bit archs.
Damien George
2019-12-13
tests/stress/qstr_limit: Tune params to run with stm32 port.
Damien George
2019-12-13
stm32/modusocket: Handle case of NULL NIC in socket ioctl.
Damien George
2019-12-13
tests: Add .exp files for basics/parser and import/import_override.
Damien George
2019-12-13
travis: Build urandom native module in coverage job.
Damien George
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-13
py/dynruntime: Implement uint new/get, mp_obj_len and mp_obj_subscr.
Damien George
2019-12-13
stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP.
Damien George
2019-12-13
drivers/wiznet5k: Allow selecting maximum fixed buffer size for MACRAW.
Damien George
2019-12-12
travis: Add tests for building and importing dynamic native modules.
Damien George
2019-12-12
examples/natmod: Add features1 and features2 examples.
Damien George
2019-12-12
tests: Add script to run dynamic-native-module tests.
Damien George
2019-12-12
tools/mpy-tool.py: Raise exception if trying to freeze relocatable mpy.
Damien George
2019-12-12
tests/import: Add test for importing viper code with additional flags.
Damien George
2019-12-12
py/dynruntime: Add support for float API to make/get floats.
Damien George
2019-12-12
py/nativeglue: Add float new/get functions with both single and double.
Damien George
2019-12-12
py/persistentcode: Make ARM Thumb archs support multiple sub-archs.
Damien George
2019-12-12
examples/natmod: Add ure example.
Damien George
2019-12-12
examples/natmod: Add framebuf example.
Damien George
2019-12-12
examples/natmod: Add uzlib example.
Damien George
2019-12-12
examples/natmod: Add uheapq example.
Damien George
2019-12-12
examples/natmod: Add btree example.
Damien George
2019-12-12
extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib.
Damien George
2019-12-12
extmod/modbtree: Use mp_printf instead of printf.
Damien George
2019-12-12
tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.
Damien George
2019-12-12
tools/mpy-tool.py: Add ability to merge multiple .mpy files into one.
Damien George
2019-12-12
py/nativeglue: Add funcs/types to native glue table for dynamic runtime.
Damien George
2019-12-12
py/nativeglue: Add new header file with native function table typedef.
Damien George
2019-12-12
py/persistentcode: Add ability to relocate loaded native code.
Damien George
2019-12-10
docs/library/uos: Add notes and links about littlefs failures.
Damien George
2019-12-10
docs/library/ubluetooth: Add note about API being under development.
Damien George
2019-12-09
stm32/main: Fix SKIPSD file detection so SD card is mounted by default.
Jim Mussared
2019-12-09
py/objenumerate: Check for valid args in enumerate constructor.
Emil Renner Berthing
2019-12-09
mpy-cross/README.md: Add notes about -march and -O.
Jim Mussared
2019-12-09
docs/reference/filesystem: Add note and example about using filesystem.
Damien George
2019-12-09
docs/reference/filesystem: Fix typo in block device code example.
Daniel Mizyrycki
2019-12-09
nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.
Daniel Mizyrycki
[prev]
[next]