index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-06-04
cc3200/mods: Include stream.h to get definition of mp_stream_p_t.
Damien George
2018-06-04
py/stream: Move definition of mp_stream_p_t from obj.h to stream.h.
Damien George
2018-06-03
stm32/modnetwork: Fix arg indexing in generic ifconfig method.
Damien George
2018-06-01
stm32: Add network driver for Wiznet5k using MACRAW mode and lwIP.
Damien George
2018-06-01
drivers/wiznet5k: Fix bug with MACRAW socket calculating packet size.
Damien George
2018-06-01
stm32/modnetwork: Provide generic implementation of ifconfig method.
Damien George
2018-06-01
stm32/modnetwork: Change base entry of NIC object from type to base.
Damien George
2018-06-01
stm32/modnetwork: Don't take netif's down when network is deinited.
Damien George
2018-05-31
extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.
Damien George
2018-05-31
extmod/modussl_mbedtls: Populate sock member right away in wrap_socket.
Damien George
2018-05-30
py/objtype: Fix assertion failures in super_attr by checking type.
Jeff Epler
2018-05-30
py/objtype: Fix assertion failures in mp_obj_new_type by checking types.
Jeff Epler
2018-05-30
stm32/flash: Increase H7 flash size to full 2MiB.
Damien George
2018-05-30
stm32/boards: Ensure USB OTG power is off for NUCLEO_F767ZI.
rolandvs
2018-05-29
stm32/boards: Split combined alt-func labels and fix some other errors.
rolandvs
2018-05-28
stm32/README: Update to include STM32F0 in list of supported MCUs.
Damien George
2018-05-28
stm32/boards: Add NUCLEO_F091RC board configuration files.
Damien George
2018-05-28
stm32/boards: Add alt-func CSV list and linker script for STM32F091.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-28
stm32/boards: Add startup_stm32f0.s for STM32F0 MCUs.
Damien George
2018-05-28
lib/stm32lib: Update library to include support for STM32F0 MCUs.
Damien George
2018-05-28
stm32: Allow a board to disable MICROPY_VFS_FAT.
Damien George
2018-05-28
stm32/timer: Make timer_get_source_freq more efficient by using regs.
Damien George
2018-05-28
stm32: Add support for Cortex-M0 CPUs.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-28
stm32/usb: Guard USB device code with #if for whether USB is enabled.
Damien George
2018-05-28
esp32: Silence ESP-IDF log messages when in raw REPL mode.
Nick Moore
2018-05-25
py/objtype: Remove TODO comment about needing to check for property.
Damien George
2018-05-24
stm32: Add new component, the mboot bootloader.
Damien George
2018-05-24
stm32: Add low-level hardware I2C slave driver.
Damien George
2018-05-24
stm32: Remove unneeded HTML release notes from usbdev and usbhost dirs.
Damien George
2018-05-23
esp32/esp32.custom_common.ld: Put soc code in iram0.
Damien George
2018-05-23
py/emit: Combine setup with/except/finally into one emit function.
Damien George
2018-05-23
py/emit: Merge build set/slice into existing build emit function.
Damien George
2018-05-23
py/emit: Combine import from/name/star into one emit function.
Damien George
2018-05-23
py/emit: Combine break_loop and continue_loop into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete attr into one emit function.
Damien George
2018-05-23
py/emit: Combine load/store/delete subscr into one emit function.
Damien George
2018-05-23
py/emit: Combine name and global into one func for load/store/delete.
Damien George
2018-05-23
py/emit: Combine build tuple/list/map emit funcs into one.
Damien George
2018-05-23
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-05-23
py/emit: Combine fast and deref into one function for load/store/delete.
Damien George
2018-05-22
py/objgenerator: Protect against reentering a generator.
Damien George
2018-05-22
py/objgenerator: Save state in old_globals instead of local variable.
Damien George
2018-05-22
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
Damien George
2018-05-22
py/modbuiltins: Add support for rounding integers.
Jan Klusacek
2018-05-22
py/parsenum: Adjust braces so they are balanced.
Damien George
2018-05-22
stm32/main: Use consistent indenting of macro #if's.
Damien George
2018-05-22
stm32/rng: Use Yasmarang for rng_get() if MCU doesn't have HW RNG.
Damien George
2018-05-21
stm32: Integrate lwIP as implementation of usocket module.
Damien George
[prev]
[next]