10402 Commits (82dc9856b06da89463e955abe2ee73a613718430)
 

Author SHA1 Message Date
Damien George 8cde5faedd drivers/memory/spiflash: Add support to put SPI flash in sleep mode. 5 years ago
Damien George caabdd99c0 stm32/qspi: Handle bus acquisition. 5 years ago
Damien George 2034c0a2e3 stm32/qspi: Force a reset of the QSPI peripheral when initialising it. 5 years ago
Damien George 8da39fd182 stm32/qspi: Use MPU to allow access to valid memory-mapped QSPI region. 5 years ago
Damien George eca4115f66 stm32/sdram: Use MPU helper functions to configure MPU for SDRAM use. 5 years ago
Damien George f7eb2c72f7 stm32/eth: Use MPU helper functions to configure MPU for ETH use. 5 years ago
Damien George 8dcf25e1bd stm32/mpu: Add helper functions for configuring MPU. 5 years ago
David Lechner f3a5b313e5 py/nlrthumb: Check __thumb2__ instead of __ARM_ARCH_6M__. 5 years ago
David Lechner 62b00dd5d8 py/asmarm: Use __clear_cache on Linux/GCC when creating new asm code. 5 years ago
Damien George 08075beeb9 samd: Remove "makefile" file. 5 years ago
Paul m. p. P 2920d26af5 py/persistentcode: Ensure prelude_offset is always initialised. 5 years ago
Damien George 097b0f9397 windows/mpconfigport.h: Define empty MP_WEAK symbol. 5 years ago
Damien George 89a23a05b3 esp8266: Provide custom machine_time_pulse_us that feeds soft WDT. 5 years ago
Damien George 999733b1fb minimal: Use soft float for CROSS=1 Cortex-M4 target. 5 years ago
Damien George 9ca4789130 travis: Add samd port to Travis build. 5 years ago
Damien George 5f9bd11527 samd: Add new port to Microchip SAMDxx microcontrollers. 5 years ago
Damien George f073f2b543 tools: Add uf2conv.py from Microsoft/uf2 repository. 5 years ago
Damien George 258d10862d lib: Add tinyusb as a submodule. 5 years ago
Damien George 875af757bd lib: Add asf4 as a submodule. 5 years ago
Damien George c80614dfc8 ports: Provide mp_hal_stdio_poll for sys.stdio polling where needed. 5 years ago
Damien George 964ae328cd extmod/uos_dupterm: Add mp_uos_dupterm_poll to poll all dupterms. 5 years ago
Damien George b7da67cdaa lib/utils/sys_stdio_mphal: Add support to poll sys.stdin and sys.stdout. 5 years ago
Chris Mason 3786592097 stm32/boards: Optimise flash and RAM allocation for L4 boards. 6 years ago
Damien George 9cebead276 travis: Enable performance benchmark tests on standard unix build. 5 years ago
Damien George 73fccf5967 tests/perf_bench: Add some viper performance benchmarks. 5 years ago
Damien George 73c269414f tests/perf_bench: Add some miscellaneous performance benchmarks. 5 years ago
Damien George 127714c3af tests/perf_bench: Add some benchmarks from python-performance. 5 years ago
Damien George e92c9aa9c9 tests: Add performance benchmarking test-suite framework. 5 years ago
Damien George d86fb670e6 tests: Rename "bench" tests to "internal_bench" and run-internalbench.py 5 years ago
Jun Wu d165a401dc py/persistentcode: Fix compilation with load and save both enabled. 6 years ago
Jun Wu b152bbddd1 py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM. 6 years ago
Mikhail Zakharov ced340d739 unix/unix_mphal: Use CLOCK_MONOTONIC for ticks_ms/us when available. 6 years ago
Glenn Ruben Bakke d889def06b nrf/led: Adjust how board LEDs are defined. 6 years ago
Damien George d21d578644 stm32/usb: Fix regression with auto USB PID value giving PID=0xffff. 5 years ago
Josh Lloyd 2f262d5f9a esp32/Makefile: Include all driver/*.c source files in the build. 5 years ago
Paul m. p. P 862cc45a9c py/mkrules.mk: Use $(CPP) not $(CC) -E for preprocessor rule. 5 years ago
Damien George e06dcad5d3 travis: Build esp32 firmware as part of Travis CI. 5 years ago
Damien George cc12f750b4 travis: Build esp8266 firmware as part of Travis CI. 5 years ago
Damien George c60e0a09f0 travis: Selectively fetch git submodules only when needed. 5 years ago
Damien George 009b1f6559 stm32/boards: Rework all stm32??xx_hal_conf.h files to use common code. 5 years ago
Damien George f96f53cd97 stm32/boards: Add stm32??xx_hal_conf_base.h files with common settings. 5 years ago
Damien George 89ebb3325b stm32/boards/pllvalues.py: Support HSx_VALUE defined without uint32_t. 5 years ago
Damien George 04c7cdb668 stm32: Enter bootloader via a system reset. 5 years ago
Damien George 205c6d0dc9 stm32/Makefile: Print info messages about use of mboot/QSPI flash. 5 years ago
Damien George 5da60ff9cb stm32/boards: Enable ussl module via mbedtls for boards with network. 5 years ago
Damien George b80bccccff esp32/modnetwork: Still try to reconnect to WLAN even with AUTH_FAIL. 5 years ago
Damien George 34c04d2319 py/nlrthumb: Save and restore VFP registers s16-s21 when CPU has them. 5 years ago
Damien George 3ee3995be1 esp32: Update to use ESP IDF v3.3-beta3. 5 years ago
Nicko van Someren 1a51fc9ddf esp32/machine_sdcard: Fix bug in SPI slot number selection. 5 years ago
Paul m. p. P 637aa9784d esp8266/uart: Fix invalid ringbuf name when event driven REPL enabled. 5 years ago