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
path:
root
/
ports
Age
Commit message (
Expand
)
Author
2018-02-17
esp32/machine_rtc: Move export declaration from .c to common .h file.
Damien George
2018-02-17
esp32/modesp32: Add new module "esp32" to support extra wake features.
Eric Poulsen
2018-02-17
esp32/machine_rtc: Add RTC class to machine module with sleep impl.
Eric Poulsen
2018-02-15
stm32: Change header include guards from STMHAL to STM32 to match dir.
Damien George
2018-02-15
esp8266/README.md: Update build instruction to reflect new ports dir.
Olivier Ortigues
2018-02-15
esp8266/esppwm: Clip negative duty numbers to 0.
Olivier Ortigues
2018-02-14
unix/mpconfigport_coverage: Enable range (in)equality comparison.
Damien George
2018-02-14
unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.
Damien George
2018-02-14
teensy: Update GPIO speed consts to align with changes in stm32 port.
Damien George
2018-02-13
stm32: Factor out flash and SPI block-device code to separate files.
Damien George
2018-02-13
stm32/boards: Update all boards to work with new USB configuration.
Damien George
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2018-02-13
stm32/timer: Support MCUs that don't have TIM4 and/or TIM5.
Damien George
2018-02-13
stm32/spi: Further updates to use newer versions of HAL names.
Damien George
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2018-02-12
stm32/usbdev: Fix USBD setup request handler to use correct recipient.
Damien George
2018-02-09
stm32/boards: Remove all config options that are set to defaults.
Damien George
2018-02-09
stm32: Add mpconfigboard_common.h with common/default board settings.
Damien George
2018-02-08
.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.
Damien George
2018-02-08
tests/unix: Add coverage test for calling mp_obj_new_bytearray.
Damien George
2018-02-05
stm32/main: Remove need for first_soft_reset variable.
Damien George
2018-02-05
stm32/main: Reorder some init calls to put them before soft-reset loop.
Damien George
2018-02-05
stm32/rtc: Add compile-time option to set RTC source as LSE bypass.
Damien George
2018-02-05
stm32/rtc: Fix RTC init to use LSI if LSI is already selected on boot.
Damien George
2018-02-05
stm32/rtc: Fix rtc_info flags when LSE fails and falls back to LSI.
Damien George
2018-02-05
stm32/spi: Accept machine.SPI object in spi_from_mp_obj() function.
Damien George
2018-02-05
stm32: Update LCD and network drivers to work with new SPI API.
Damien George
2018-02-05
stm32/spi: Provide better separation between SPI driver and uPy objs.
Damien George
2018-02-02
stm32/i2c: Allow I2C peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/spi: Allow SPI peripheral state to persist across a soft reset.
Damien George
2018-02-02
stm32/rng: Simplify RNG implementation by accessing raw peripheral regs.
Damien George
2018-02-02
stm32/spi: Add support for a board naming SPI peripherals 4, 5 and 6.
Damien George
2018-02-02
stm32/i2c: Use macros instead of magic numbers for I2C speed grades.
liamkinne
2018-02-01
stm32/usbdev: Add support for high-speed USB device mode.
Damien George
2018-02-01
stm32/usb: Allow board to select which USBD is used as the main one.
Damien George
2018-02-01
stm32/usbdev: Add support for MSC-only USB device class.
Damien George
2018-02-01
stm32/sdcard: Use maximum speed SDMMC clock on F7 MCUs.
Damien George
2018-02-01
stm32/sdcard: Only define IRQ handler if using SDMMC1 peripheral.
Damien George
2018-02-01
stm32/modmachine: In freq(), select flash latency value based on freq.
Damien George
2018-02-01
stm32: Improve support for STM32F722, F723, F732, F733 MCUs.
Damien George
2018-02-01
stm32/can: Support MCUs without a CAN2 peripheral.
Damien George
2018-02-01
stm32/usbdev: Combine all str descriptor accessor funcs into one func.
Damien George
2018-02-01
stm32/usbdev: Reduce dependency on py header files.
Damien George
2018-02-01
stm32/sdcard: Make SD wait routine more power efficient by using WFI.
Damien George
2018-02-01
stm32/spi: Make SPI DMA wait routine more power efficient by using WFI.
Damien George
2018-01-31
minimal/README: Update text to better describe what "make run" does.
Damien George
2018-01-31
esp32/machine_uart: Fix check of UART id so it only allows valid UARTs.
Damien George
2018-01-31
stm32: Add support for DHT11/DHT22 sensors.
Damien George
2018-01-31
esp8266/modules: Move dht.py driver to drivers/dht directory.
Damien George
2018-01-31
windows: Add Appveyor CI builds for windows mingw port
stijn
[next]