aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-04cc3200/mods: Include stream.h to get definition of mp_stream_p_t.Damien George
2018-06-04py/stream: Move definition of mp_stream_p_t from obj.h to stream.h.Damien George
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-01drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size.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-31extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.Damien George
2018-05-31extmod/modussl_mbedtls: Populate sock member right away in wrap_socket.Damien George
2018-05-30py/objtype: Fix assertion failures in super_attr by checking type.Jeff Epler
2018-05-30py/objtype: Fix assertion failures in mp_obj_new_type by checking types.Jeff Epler
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-28lib/stm32lib: Update library to include support 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-25py/objtype: Remove TODO comment about needing to check for property.Damien George
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-23py/emit: Combine setup with/except/finally into one emit function.Damien George
2018-05-23py/emit: Merge build set/slice into existing build emit function.Damien George
2018-05-23py/emit: Combine import from/name/star into one emit function.Damien George
2018-05-23py/emit: Combine break_loop and continue_loop into one emit function.Damien George
2018-05-23py/emit: Combine load/store/delete attr into one emit function.Damien George
2018-05-23py/emit: Combine load/store/delete subscr into one emit function.Damien George
2018-05-23py/emit: Combine name and global into one func for load/store/delete.Damien George
2018-05-23py/emit: Combine build tuple/list/map emit funcs into one.Damien George
2018-05-23py/emit: Combine yield value and yield-from emit funcs into one.Damien George
2018-05-23py/emit: Combine fast and deref into one function for load/store/delete.Damien George
2018-05-22py/objgenerator: Protect against reentering a generator.Damien George
2018-05-22py/objgenerator: Save state in old_globals instead of local variable.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-05-22py/modbuiltins: Add support for rounding integers.Jan Klusacek
2018-05-22py/parsenum: Adjust braces so they are balanced.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