aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-05-14stm32/usb: Change CDC tx/rx funcs to take CDC state, not usbdev state.Damien George
2018-05-14stm32/usb: Make CDC endpoint definitions private to core usbdev driver.Damien George
2018-05-14stm32/usb: Combine HID lower-layer and interface state into one struct.Damien George
2018-05-14stm32/usb: Combine CDC lower-layer and interface state into one struct.Damien George
2018-05-14stm32/usb: Use usbd_cdc_itf_t pointer directly in USB_VCP class.Damien George
2018-05-14stm32/modpyb: Remove unused includes and clean up comments.Damien George
2018-05-14stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.Damien George
2018-05-14stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.Damien George
2018-05-14stm32/accel: Switch pyb.Accel to use new C-level I2C API.Damien George
2018-05-14stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class.Damien George
2018-05-14stm32/i2c: Add new hardware I2C driver for F4 MCUs.Damien George
2018-05-14stm32/usbd_hid_interface: Address possible race condition vs. interrupt.Peter D. Gray
2018-05-14stm32/usbdev: Be honest about data not being written to HID endpoint.Peter D. Gray
2018-05-14esp32: Update to latest ESP IDF version.Bas Wijnen
2018-05-11stm32/usbdev: Remove unused RxState variable, and unused struct.Damien George
2018-05-11stm32/usbdev: Convert files to unix line endings.Damien George
2018-05-11stm32/usbd_conf: Changes files to unix line endings and apply styling.Damien George
2018-05-11stm32/usbd_conf.h: Remove unused macros and clean up header file.Damien George
2018-05-11stm32/README: Update to reflect current MCU support.Damien George
2018-05-09stm32/usb: Use correct type for USB HID object.Damien George
2018-05-09stm32/usb: Fix broken pyb.have_cdc() so it works again.Damien George
2018-05-09stm32/i2c: Make sure stop condition is sent after receiving addr nack.Damien George
2018-05-04stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c.Damien George
2018-05-04stm32: Don't use %lu or %lx for formatting, use just %u or %x.Damien George
2018-05-04stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h.Damien George
2018-05-03esp32/modsocket: Check for pending events during blocking socket calls.Damien George
2018-05-02esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.Damien George
2018-05-02esp32/modsocket: Correctly handle reading from a peer-closed socket.Damien George
2018-05-02esp32/README: Add --init to submodule update command.Torwag
2018-05-02esp8266: Disable DEBUG_PRINTERS for 512k build.Damien George
2018-05-02stm32/main: Clean up and optimise initial start-up code of the MCU.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-05-02stm32/dma: Always deinit/reinit DMA channels on L4 MCUs.Peter D. Gray
2018-05-02stm32/flash: Remove unused src parameter from flash_erase().Damien George
2018-05-02stm32/mphalport: Optimise the way that GPIO clocks are enabled.Damien George
2018-05-02stm32/dac: Implement printing of a DAC object.Damien George
2018-05-02stm32/dac: Make deinit disable the output buffer on H7 and L4 MCUs.Damien George
2018-05-02stm32/adc: Use mp_hal_pin_config() instead of HAL_GPIO_Init().Damien George
2018-05-02stm32/mphalport: Support ADC mode on a pin for L4 MCUs.Damien George
2018-05-01stm32/boards: Update pins.csv to include USB pins where needed.Damien George
2018-05-01stm32/dac: Use mp_hal_pin_config() instead of HAL_GPIO_Init().Damien George
2018-05-01stm32/usbd_conf: Use mp_hal_pin_config() instead of HAL_GPIO_Init.Damien George
2018-05-01stm32/mphalport: Add mp_hal_pin_config_speed() to select GPIO speed.Damien George
2018-05-01esp32/modnetwork: Allow to get ESSID of AP that STA is connected to.Damien George
2018-05-01esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.Lars Kellogg-Stedman
2018-05-01esp32: Add support for the esp32's ULP.Andreas Valder
2018-05-01stm32/boards/NUCLEO_H743ZI: Enable ADC peripheral.iabdalkader
2018-05-01stm32/adc: Add support for H7 MCU series.iabdalkader
2018-04-27esp32/modules: Add support scripts for WebREPL.Damien George
2018-04-27esp32/mpconfigport: Enable webrepl module and socket events.Damien George