aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2018-06-03stm32/modnetwork: Fix arg indexing in generic ifconfig method.Damien George
2018-06-01stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.Damien George
2018-06-01stm32/modnetwork: Provide generic implementation of ifconfig method.Damien George
2018-06-01stm32/modnetwork: Change base entry of NIC object from type to base.Damien George
2018-06-01stm32/modnetwork: Don't take netif's down when network is deinited.Damien George
2018-05-30stm32/flash: Increase H7 flash size to full 2MiB.Damien George
2018-05-30stm32/boards: Ensure USB OTG power is off for NUCLEO_F767ZI.rolandvs
2018-05-29stm32/boards: Split combined alt-func labels and fix some other errors.rolandvs
2018-05-28stm32/README: Update to include STM32F0 in list of supported MCUs.Damien George
2018-05-28stm32/boards: Add NUCLEO_F091RC board configuration files.Damien George
2018-05-28stm32/boards: Add alt-func CSV list and linker script for STM32F091.Damien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-28stm32/boards: Add startup_stm32f0.s for STM32F0 MCUs.Damien George
2018-05-28stm32: Allow a board to disable MICROPY_VFS_FAT.Damien George
2018-05-28stm32/timer: Make timer_get_source_freq more efficient by using regs.Damien George
2018-05-28stm32: Add support for Cortex-M0 CPUs.Damien George
2018-05-28stm32: Allow to have no storage support if there are no block devices.Damien George
2018-05-28stm32/usb: Guard USB device code with #if for whether USB is enabled.Damien George
2018-05-28esp32: Silence ESP-IDF log messages when in raw REPL mode.Nick Moore
2018-05-24stm32: Add new component, the mboot bootloader.Damien George
2018-05-24stm32: Add low-level hardware I2C slave driver.Damien George
2018-05-24stm32: Remove unneeded HTML release notes from usbdev and usbhost dirs.Damien George
2018-05-23esp32/esp32.custom_common.ld: Put soc code in iram0.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-05-22stm32/main: Use consistent indenting of macro #if's.Damien George
2018-05-22stm32/rng: Use Yasmarang for rng_get() if MCU doesn't have HW RNG.Damien George
2018-05-21stm32: Integrate lwIP as implementation of usocket module.Damien George
2018-05-21stm32/rtc: Don't try to set SubSeconds value on RTC.Damien George
2018-05-21minimal/main: Allow to compile without GC enabled.Daniel Shaulov
2018-05-21esp8266: Change UART(0) to attach to REPL via uos.dupterm interface.Damien George
2018-05-21esp32/Makefile: Update to latest ESP IDF version.Damien George
2018-05-21zephyr/Makefile: Add kobj_types_h_target to Z_EXPORTS.Paul Sokolovsky
2018-05-21zephyr: Add prj_disco_l475_iot1.conf with sensor drivers.Paul Sokolovsky
2018-05-21zephyr/prj_base.conf: Enable DHCP and group static IPs together.Paul Sokolovsky
2018-05-21zephyr/modzsensor: Zephyr sensor subsystem bindings.Paul Sokolovsky
2018-05-21zephyr/mpconfigport.h: Enable uhashlib and ubinascii modules.Paul Sokolovsky
2018-05-21zephyr/main: After builtin testsuite, drop to REPL.Paul Sokolovsky
2018-05-21zephyr/README: Hint about existence of qemu_x86_nommu.Paul Sokolovsky
2018-05-18stm32/boards: Add config files for new board, STM32L496GDISC.Tobias Badertscher
2018-05-18stm32/boards: Add board ld and af.csv files for STM32L496 MCU.Tobias Badertscher
2018-05-18stm32: Add support for STM32L496 MCU.Tobias Badertscher
2018-05-17esp8266/modmachine: Allow I2C and SPI to be configured out of the build.Damien George
2018-05-17esp8266/modnetwork: Raise ValueError when getting invalid WLAN id.Damien George
2018-05-17esp8266/modnetwork: Return empty str for hostname if STA is inactive.Damien George
2018-05-17esp8266/mpconfigport.h: Add some weak links to common Python modules.Damien George
2018-05-16stm32: Enable UART7/8 on F4 series that have these peripherals.Ryan Shaw
2018-05-15esp32/modnetwork: Fix STA/AP activate/deactivate for new IDF API.Damien George
2018-05-15stm32/usb: Initialise cdc variable to prevent compiler warnings.Damien George
2018-05-14stm32/usb: Add ability to have 2x VCP interfaces on the one USB device.Damien George
2018-05-14stm32/usb: Change HID report funcs to take HID state, not usbdev state.Damien George