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-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
2018-06-18
extmod: Update to use new mp_get_stream helper.
Damien George
2018-06-18
py/stream: Introduce and use efficient mp_get_stream to access stream_p.
Damien George
2018-06-18
examples/embedding: Add code markup and fix typo in README.md.
Damien George
2018-06-18
stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.
Damien George
2018-06-16
extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.
Damien George
2018-06-15
drivers/sdcard: Fix bug in computing number of sectors on SD Card.
Damien George
2018-06-15
drivers/sdcard: Change driver to use new block-device protocol.
Damien George
2018-06-15
esp32/modules: Include umqtt library in frozen modules.
Damien George
2018-06-15
esp32: Update to latest ESP IDF.
Damien George
2018-06-15
stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.
Damien George
2018-06-15
stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.
Damien George
2018-06-15
stm32/timer: Support TIM1 on F0 MCUs.
Damien George
2018-06-14
drivers/memory/spiflash: Add functions for direct erase/read/write.
Damien George
2018-06-14
drivers/memory/spiflash: Rename functions to indicate they use cache.
Damien George
2018-06-14
stm32/boards/STM32L476DISC: Update SPI flash config for cache change.
Damien George
2018-06-14
drivers/memory/spiflash: Move cache buffer to user-provided config.
Damien George
2018-06-13
esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp.
Damien George
2018-06-13
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
Damien George
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-06-12
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
Damien George
2018-06-12
py/mkrules.mk: Regenerate all qstrs when config files change.
Damien George
[next]