10584 Commits (5501092776d6e2ca5c4aa901b3b226d2bb1db572)
 

Author SHA1 Message Date
stijn 5501092776 mpy-cross: Make mpconfigport.h compatible with msvc compiler. 7 years ago
stijn bc86c6252a windows: Default to binary mode for files. 7 years ago
stijn 22131a6738 py/persistentcode: Enable persistent code saving for Windows ports. 7 years ago
stijn 6957939604 windows/msvc: Change the way sources are listed. 7 years ago
stijn 146c32a141 windows/msvc: Enable overriding directories used in the build. 7 years ago
stijn 94873a4826 windows/msvc: Move build options from .vcxproj to .props files. 7 years ago
stijn b2b21839d3 windows/msvc: Remove unneeded definitions for qstr generation. 6 years ago
Jim Mussared 62d78e231c esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM. 5 years ago
iabdalkader 73c94bbbd4 stm32/modusocket: Fix NULL deref when accept() an unbound socket. 5 years ago
Jim Mussared f469634c0c esp32: Add check to Makefile that the toolchain is in PATH. 5 years ago
Jim Mussared 970f798ea9 esp32: Add check to Makefile for pyparsing version. 5 years ago
Jim Mussared b1505541da travis: Add ESP32 build with IDF v4. 5 years ago
Jim Mussared 96008ff59a esp32: Support building with ESP IDF 4.0-beta1. 5 years ago
Damien George b45f9de809 bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size. 5 years ago
roland van straten ac112f88d0 nrf/boards: Add board definition for uBlox Nina B1 series BLE modules. 5 years ago
Damien George 22099ab88f stm32/machine_adc: Fix build for F4 and L4 MCUs that only have ADC1. 5 years ago
Damien George 356a728bd0 esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS. 5 years ago
Damien George 6e07fde895 py/mkrules.mk: Add QSTR_GLOBAL_REQUIREMENTS variable for qstr auto-gen. 5 years ago
Damien George f66616556d stm32/lwip_inc: Enable LWIP_NETIF_EXT_STATUS_CALLBACK for mDNS. 5 years ago
Damien George b0e17bbb9d stm32/lwip_inc: Allocate additional MEMP_SYS_TIMEOUT when mDNS enabled. 5 years ago
Damien George cb84e22ac6 docs/library/pyb.rst: Update pyb.usb_mode() to mention VCP+MSC+HID. 5 years ago
Damien George bcaafa3823 stm32/usb: Verify number of used endpoints doesn't exceed maximum. 5 years ago
Damien George 6705767da1 stm32/usb: Add support for VCP+MSC+HID mode, incl 2xVCP and 3xVCP. 5 years ago
cristian cfec054073 stm32/board/NUCLEO_F746ZG: Enable Ethernet periph, lwip and ussl. 5 years ago
Jim Mussared c8c37ca407 stm32/boards/STM32F769DISC: Fix number of SDRAM row bits. 5 years ago
Damien George bd1d27f00f esp32/modules/inisetup.py: Use bdev.ioctl instead of bdev.SEC_SIZE. 5 years ago
Alex Albino 80d37d936c esp32: Add support for ESP32-D2WD with 2MiB internal flash. 5 years ago
Damien George 31de44775c esp32: Add VFS FAT partition to partitions.csv and mount it as the FS. 5 years ago
Christopher Wilson f9d142523c stm32/boards/MIKROE_CLICKER2_STM32: Add MikroElektronika Clicker2 board. 5 years ago
Damien George 50636e5296 docs/library/pyb.rst: Update docs for pyb.usb_mode() function. 5 years ago
Damien George 2b07f56c2b stm32/boards/NUCLEO_L073RZ: Fix typo in MCU name. 5 years ago
Chris Wilson a605b53702 stm32/mboot: Support boards with only two LEDs. 5 years ago
Damien George ea060a42e9 py/vm: Factor cached map lookup code to inline function. 5 years ago
Andrew Leech 380048df64 windows/Makefile: Make use of CFLAGS_EXTRA, LDFLAGS_EXTRA and SRC_MOD. 5 years ago
Damien George e9af6f5f88 esp32/boards/TINYPICO: Switch to use QIO and 80MHz for SPI interface. 5 years ago
Braden Mars 5641aa55dd esp32: Update to use ESP IDF v3.3 5 years ago
Damien George c69f58e6b9 tools/mpy-tool.py: Fix freezing of non-bytecode funcs with settrace. 5 years ago
Damien George bd2e46e0a5 stm32/boards/stm32wb55_af.csv: Fix ADC pin-channel function mapping. 5 years ago
Damien George 62fe013a5f stm32/machine_adc: Improve operation of ADC for H7, L4 and WB MCUs. 5 years ago
Damien George fb73bdae62 py/mkenv.mk: Add GDB variable. 5 years ago
Jim Mussared 1f52a6f8e4 nrf/boards: Add Particle Xenon board configuration (an nRF52840). 5 years ago
Jim Mussared d36fc4682e nrf/Makefile: Add support for flashing with a Black Magic Probe. 5 years ago
Jim Mussared 353ed7705f nrf/boards/make-pins.py: Fix gen of board pins to use correct index. 5 years ago
Damien George 9e90e2528b nrf/machine/adc: Fix mapping of ADC channel to pin. 5 years ago
Damien George c7fb93b844 nrf/machine/adc: Allow to pass a Pin object in to ADC constructor. 5 years ago
Damien George b766a6971e nrf: Add ADC channel mapping to alt function table. 5 years ago
Damien George 9cad134a2f nrf/machine/adc: Add ADC.read_u16() method. 5 years ago
Damien George 983283a8cd esp32/machine_adc: Add ADC.read_u16() method. 5 years ago
Damien George 0e72cc9029 esp8266/machine_adc: Add read_u16 method and refactor. 5 years ago
Damien George 625609a737 esp8266/machine_adc: Rename pyb_adc_* to machine_adc_*. 5 years ago