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
2018-06-27
tests: Move non-filesystem io tests to basics dir with io_ prefix.
Damien George
2018-06-27
esp8266/mpconfigport.h: Enable ucryptolib module for standard build.
Damien George
2018-06-27
extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.
Damien George
2018-06-27
esp32/mpconfigport.h: Enable ucryptolib module.
Damien George
2018-06-27
extmod/moducryptolib: Shorten exception messages to reduce code size.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add an mbedTLS implementation for this module.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Refactor functions for clean interface with axTLS.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Optionally export MODE_* constants to Python.
Yonatan Goldschmidt
2018-06-27
zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.
Damien George
2018-06-27
docs/usocket: Minor fixes to grammar of getaddrinfo.
Damien George
2018-06-27
zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE.
Paul Sokolovsky
2018-06-27
zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.
Paul Sokolovsky
2018-06-27
tests/basics/namedtuple*: Import ucollections first.
Paul Sokolovsky
2018-06-27
docs/usocket: getaddrinfo: Describe af/type/proto optional params.
Paul Sokolovsky
2018-06-27
docs/ucryptolib: Add docs for new ucryptolib module.
Paul Sokolovsky
2018-06-27
unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.
Paul Sokolovsky
2018-06-27
tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.
Paul Sokolovsky
2018-06-27
tests/extmod/ucryptolib*: Add tests for ucryptolib module.
Paul Sokolovsky
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky
2018-06-26
docs/library: Add documentation for ucollections.deque.
Damien George
2018-06-26
stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK.
Damien George
2018-06-26
stm32/mboot: Only compile in code for the USB periph that is being used.
Damien George
2018-06-25
stm32/mboot: Fix bug with invalid memory access of USB state.
Damien George
2018-06-25
docs/esp8266: Fix minor typo in "certificates".
jcea
2018-06-23
stm32/modnetwork: Fix query of DNS IP address in ifconfig().
Damien George
2018-06-22
py/compile: Combine expr, xor_expr and and_expr into one function.
Damien George
2018-06-22
py/compile: Combine or_test and and_test compile functions.
Damien George
2018-06-22
py/compile: Combine global and nonlocal statement compile functions.
Damien George
2018-06-22
py/compile: Combine subscript_2 and subscript_3 into one function.
Damien George
2018-06-22
py/compile: Combine break and continue compile functions.
Damien George
2018-06-22
stm32/boards: Add .ld and af.csv files for STM32F722.
Damien George
2018-06-22
tools/pydfu.py: Add support for multiple memory segments.
Damien George
2018-06-22
stm32/mboot: Add support for erase/read/write of external SPI flash.
Damien George
2018-06-22
stm32/qspi: Don't require data reads and writes to be a multiple of 4.
Damien George
2018-06-20
py/stream: Remove stray empty line at start of file.
Damien George
2018-06-20
tests: Add tests using "file" argument in print and sys.print_exception.
Damien George
2018-06-20
py: Add checks for stream objects in print() and sys.print_exception().
Damien George
2018-06-20
py/stream: Update comment for mp_stream_write_adaptor.
Damien George
2018-06-20
stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.
Damien George
2018-06-19
stm32/mboot: Define constants for reset mode cycling and timeout.
Damien George
2018-06-18
tests/import: Add test for importing invalid .mpy file.
Damien George
2018-06-18
stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes.
Damien George
2018-06-18
stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.
Damien George
2018-06-18
py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.
Damien George
2018-06-18
stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins.
rolandvs
2018-06-18
stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs.
rolandvs
2018-06-18
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
Damien George
2018-06-18
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
Damien George
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
[next]