summaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-07-20stmhal: Put debug builds in separate diroldSven Wegener
2018-07-20stmhal: Split out firmware0.bin and firmware1.bin rulesSven Wegener
2018-07-20stmhal: Add target to start gdb debuggingSven Wegener
2018-07-20stmhal: Replace __WFI with __BKPT in __fatal_errorSven Wegener
2018-07-20Use $(MAKE) for invoking sub-makeSven Wegener
2018-07-03esp8266: Let machine.WDT trigger the software WDT if obj is not fed.Damien George
2018-07-03esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write.Damien George
2018-07-03esp32: Allow to build with uPy floats disabled.Damien George
2018-07-02ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.Damien George
2018-07-02unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub.Damien George
2018-06-28esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM.Damien George
2018-06-27esp8266/mpconfigport.h: Enable ucryptolib module for standard build.Damien George
2018-06-27esp32/mpconfigport.h: Enable ucryptolib module.Damien George
2018-06-27zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.Damien George
2018-06-27zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE.Paul Sokolovsky
2018-06-27zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.Paul Sokolovsky
2018-06-27unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.Paul Sokolovsky
2018-06-27extmod/moducryptolib: Add ucryptolib module with crypto functions.Paul Sokolovsky
2018-06-26stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK.Damien George
2018-06-26stm32/mboot: Only compile in code for the USB periph that is being used.Damien George
2018-06-25stm32/mboot: Fix bug with invalid memory access of USB state.Damien George
2018-06-23stm32/modnetwork: Fix query of DNS IP address in ifconfig().Damien George
2018-06-22stm32/boards: Add .ld and af.csv files for STM32F722.Damien George
2018-06-22stm32/mboot: Add support for erase/read/write of external SPI flash.Damien George
2018-06-22stm32/qspi: Don't require data reads and writes to be a multiple of 4.Damien George
2018-06-20stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.Damien George
2018-06-19stm32/mboot: Define constants for reset mode cycling and timeout.Damien George
2018-06-18stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes.Damien George
2018-06-18stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.Damien George
2018-06-18stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins.rolandvs
2018-06-18stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs.rolandvs
2018-06-18tests/unix/extra_coverage: Don't test stream objs with NULL write fun.Damien George
2018-06-18stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.Damien George
2018-06-15esp32/modules: Include umqtt library in frozen modules.Damien George
2018-06-15esp32: Update to latest ESP IDF.Damien George
2018-06-15stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.Damien George
2018-06-15stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.Damien George
2018-06-15stm32/timer: Support TIM1 on F0 MCUs.Damien George
2018-06-14drivers/memory/spiflash: Rename functions to indicate they use cache.Damien George
2018-06-14stm32/boards/STM32L476DISC: Update SPI flash config for cache change.Damien George
2018-06-13esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp.Damien George
2018-06-12stm32/Makefile: Rebuild all qstrs when any board configuration changes.Damien George
2018-06-12esp32: Remove port-specific uhashlib implementation and use common one.Damien George
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-06-08stm32/mboot: Increase USB rx_buf and DFU buf sizes to full 2048 bytes.Damien George
2018-06-08esp32/modnetwork: Fix isconnected() when using static IP config.Glenn Moloney
2018-06-08stm32/mpconfigport.h: Enable DELATTR_SETATTR and BUILTINS_NOTIMPLEMENTEDDamien George
2018-06-08ports: Enable descriptors on stm32, esp8266, esp32 ports.Damien George
2018-06-06unix/moduos_vfs: Add missing uos functions from traditional uos module.Damien George