10637 Commits (1d0423419b6da1f865ad73e1a95f26e724770ab7)
 

Author SHA1 Message Date
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
Chris Mason 14cf91f704 stm32: In link script, define start of stack separately from heap end. 6 years ago
Damien George 8b18cfedee stm32/usbd_msc: Allow to compile when USB enabled and SD card disabled. 5 years ago
Damien George 53200247b7 stm32/usb: Add "msc" kw-arg to pyb.usb_mode to select MSC logical units. 5 years ago
Damien George 9e68eec8ea stm32/usb: Use ARG_xxx enums to access kw args in pyb_usb_mode. 5 years ago
Damien George 38bcc99a58 stm32/usbd_msc: Provide Mode Sense response data in MSC interface. 5 years ago
Damien George 829aa58c5c stm32/usbd_msc: Provide custom irquiry processing by MSC interface. 5 years ago
Damien George 518aa571ab stm32/usbd_msc: Rework USBD MSC code to support multiple logical units. 5 years ago
Damien George 9d3031cc9d tools/mpy-tool.py: Fix linking of qstr objects in native ARM Thumb code. 5 years ago
Damien George 62f004ba42 stm32/lwip_inc: Update to enable mDNS, TCP listen backlog, faster DHCP. 6 years ago
Damien George 9e4b3681fd stm32: Support optional lwIP mDNS responder. 6 years ago
Damien George 49388e339e extmod/extmod.mk: Include mdns app source in lwIP build. 6 years ago
Damien George fd839221fd stm32/boards/PYBD_SFx: Enable ussl module using mbedTLS. 6 years ago
Damien George fed4c23590 stm32: Integrate optional mbedTLS component for ussl module. 6 years ago
Damien George ef7357d4ab extmod/modussl_mbedtls: Allow to build with object representation D. 6 years ago
Damien George 9d72f07b6d unix/mpconfigport.mk: Update comment about TLS implementations. 6 years ago