aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01py/obj.h: Fix math.e constant for nan-boxing builds.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-01py/stream: Use uPy errno instead of system's for non-blocking check.Ayke van Laethem
2018-05-01py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.Damien George
2018-05-01tests/io/bytesio_ext2: Remove dependency on specific EINVAL valueMike Wadsten
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
2018-04-27esp32/modsocket: Add support for registering socket event callbacks.Damien George
2018-04-27esp32: Add support for and enable uos.dupterm().Damien George
2018-04-27esp32/mphalport: Improve mp_hal_stdout_tx_XXX functions.Damien George
2018-04-27stm32/boards/NUCLEO_H743ZI: Use priority 0 for SysTick IRQ.Damien George
2018-04-27py/nlrthumb: Fix Clang support wrt use of "return 0".Ayke van Laethem
2018-04-27stm32/system_stm32: Reconfigure SysTick IRQ priority for L4 MCUs.Damien George
2018-04-26esp32/mphalport: Improve mp_hal_delay_us so it handles pending events.Damien George
2018-04-26esp32/mphalport: Use esp_timer_get_time instead of gettimeofday.Damien George
2018-04-26docs/library: Add ussl module to library index for unix port.Damien George
2018-04-24stm32/machine_i2c: Provide hardware I2C for machine.I2C on F7 MCUs.Damien George
2018-04-24stm32/i2c: Add low-level I2C driver for F7 MCUs.Damien George
2018-04-24stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.Damien George
2018-04-24stm32: Rename i2c.c to pyb_i2c.c.Damien George
2018-04-24stm32/dac: Support MCUs that don't have TIM4/5 and use new HAL macro.Damien George
2018-04-24stm32: Introduce MICROPY_PY_STM config to include or not the stm module.Damien George
2018-04-23stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.Damien George
2018-04-23stm32/uart: Allow ctrl-C to issue keyboard intr when REPL is over UART.Damien George
2018-04-23stm32/boards/NUCLEO_H743ZI: Enable RNG for this board.iabdalkader
2018-04-23stm32/rng: Set RNG clock source for STM32H7.iabdalkader
2018-04-23extmod/modlwip: Check if getaddrinfo() constraints are supported or not.Damien George
2018-04-23tools/upip: Upgrade upip to 1.2.4.Damien George
2018-04-20esp32/README.md: Fix typo readme.Shanee Vanstone
2018-04-20stm32/sdcard: Implement BP_IOCTL_SEC_COUNT to get size of SD card.Peter D. Gray
2018-04-20docs/library/pyb.ADC: Fix typo of "prarmeter".Damien George
2018-04-20docs/library/pyb.ADC: Remove outdated ADCAll code example.Peter Hinch
2018-04-11tests/pyb: Add test for pyb.ADCAll class.Damien George
2018-04-11stm32/main: Allow a board to configure the label of the flash FS.Damien George