index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2018-07-20
stmhal: Put debug builds in separate dir
old
Sven Wegener
2018-07-20
stmhal: Split out firmware0.bin and firmware1.bin rules
Sven Wegener
2018-07-20
stmhal: Add target to start gdb debugging
Sven Wegener
2018-07-20
stmhal: Replace __WFI with __BKPT in __fatal_error
Sven Wegener
2018-07-20
Use $(MAKE) for invoking sub-make
Sven Wegener
2018-07-03
esp8266: Let machine.WDT trigger the software WDT if obj is not fed.
Damien George
2018-07-03
esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write.
Damien George
2018-07-03
esp32: Allow to build with uPy floats disabled.
Damien George
2018-07-02
ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.
Damien George
2018-07-02
unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub.
Damien George
2018-06-28
esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM.
Damien George
2018-06-27
esp8266/mpconfigport.h: Enable ucryptolib module for standard build.
Damien George
2018-06-27
esp32/mpconfigport.h: Enable ucryptolib module.
Damien George
2018-06-27
zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.
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
unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.
Paul Sokolovsky
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky
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-23
stm32/modnetwork: Fix query of DNS IP address in ifconfig().
Damien George
2018-06-22
stm32/boards: Add .ld and af.csv files for STM32F722.
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
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
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
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/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
2018-06-18
stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.
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: 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-13
esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp.
Damien George
2018-06-12
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
Damien George
2018-06-12
esp32: Remove port-specific uhashlib implementation and use common one.
Damien George
2018-06-12
ports: Enable IOBase on unix, stm32, esp8266 and esp32.
Damien George
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
2018-06-08
stm32/mboot: Increase USB rx_buf and DFU buf sizes to full 2048 bytes.
Damien George
2018-06-08
esp32/modnetwork: Fix isconnected() when using static IP config.
Glenn Moloney
2018-06-08
stm32/mpconfigport.h: Enable DELATTR_SETATTR and BUILTINS_NOTIMPLEMENTED
Damien George
2018-06-08
ports: Enable descriptors on stm32, esp8266, esp32 ports.
Damien George
2018-06-06
unix/moduos_vfs: Add missing uos functions from traditional uos module.
Damien George
[next]