1368 Commits (073c5f3a40abd4bd7691f5468f0106ed4379ebfb)

Author SHA1 Message Date
Jim Mussared 970f798ea9 esp32: Add check to Makefile for pyparsing version. 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 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 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 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
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 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
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
Damien George ebacdfabb6 stm32/machine_adc: Add machine.ADC class. 5 years ago
Jim Mussared 06661890de stm32/powerctrl: Fix machine.bootloader() for L0 MCUs. 5 years ago
Jim Mussared 8fc00928ea stm32/dma: Fix DMA config for L0 MCUs. 5 years ago
stijn 4beb6c21ca windows/msvc: Treat compiler warnings as errors. 5 years ago
Jim Mussared 74fe841449 docs/library/pyb.DAC.rst: Correct frequency for triangle mode output. 5 years ago
Jim Mussared 50482cdc0c esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O. 5 years ago
Damien George 060209240b esp8266: Put new profile code in iROM. 5 years ago
Milan Rossa 310b3d1b81 py: Integrate sys.settrace feature into the VM and runtime. 5 years ago
Damien George 400a128e11 stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs. 5 years ago
Damien George 1fe1ff935b nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 5 years ago
Eric Poulsen 5635b96461 esp32: Add 'config' function to network.LAN, reusing network.WLAN. 5 years ago
iabdalkader 0bec07f32b stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
Damien George 15b36aa0af unix/main: Only accept full emit cmd-line options if native enabled. 5 years ago
Damien George 5789558d60 stm32/boards/PYBD_SF2: Exclude certain things when building mboot. 5 years ago
Damien George 68d74b0074 stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot. 5 years ago
Damien George b1e04848ef stm32/mphalport: Put PYBD specific MAC code in board specific file. 5 years ago