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-04-27
esp32/modsocket: Add support for registering socket event callbacks.
Damien George
2018-04-27
esp32: Add support for and enable uos.dupterm().
Damien George
2018-04-27
esp32/mphalport: Improve mp_hal_stdout_tx_XXX functions.
Damien George
2018-04-27
stm32/boards/NUCLEO_H743ZI: Use priority 0 for SysTick IRQ.
Damien George
2018-04-27
stm32/system_stm32: Reconfigure SysTick IRQ priority for L4 MCUs.
Damien George
2018-04-26
esp32/mphalport: Improve mp_hal_delay_us so it handles pending events.
Damien George
2018-04-26
esp32/mphalport: Use esp_timer_get_time instead of gettimeofday.
Damien George
2018-04-24
stm32/machine_i2c: Provide hardware I2C for machine.I2C on F7 MCUs.
Damien George
2018-04-24
stm32/i2c: Add low-level I2C driver for F7 MCUs.
Damien George
2018-04-24
stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_.
Damien George
2018-04-24
stm32: Rename i2c.c to pyb_i2c.c.
Damien George
2018-04-24
stm32/dac: Support MCUs that don't have TIM4/5 and use new HAL macro.
Damien George
2018-04-24
stm32: Introduce MICROPY_PY_STM config to include or not the stm module.
Damien George
2018-04-23
stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm.
Damien George
2018-04-23
stm32/uart: Allow ctrl-C to issue keyboard intr when REPL is over UART.
Damien George
2018-04-23
stm32/boards/NUCLEO_H743ZI: Enable RNG for this board.
iabdalkader
2018-04-23
stm32/rng: Set RNG clock source for STM32H7.
iabdalkader
2018-04-20
esp32/README.md: Fix typo readme.
Shanee Vanstone
2018-04-20
stm32/sdcard: Implement BP_IOCTL_SEC_COUNT to get size of SD card.
Peter D. Gray
2018-04-11
stm32/main: Allow a board to configure the label of the flash FS.
Damien George
2018-04-11
stm32: Allow a board to configure the HSE in bypass mode.
Damien George
2018-04-11
stm32/stm32_it: Add IRQ handler for I2C4.
Damien George
2018-04-11
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-04-11
stm32/pin: In pin AF object, remove union of periph ptr types.
Damien George
2018-04-11
stm32/adc: Factor common ADC init code into adcx_init_periph().
Damien George
2018-04-11
stm32/adc: Fix config of EOC selection and Ext-Trig for ADC periph.
Damien George
2018-04-11
stm32/adc: Factor code to optimise adc_read_channel and adc_read.
Damien George
2018-04-11
stm32/dac: Add buffering argument to constructor and init() method.
Damien George
2018-04-11
stm32/adc: Optimise read_timed_multi() by caching buffer pointers.
Damien George
2018-04-11
stm32/adc: Add read_timed_multi() static method, with docs and tests.
Peter Hinch
2018-04-11
stm32/adc: Fix verification of ADC channel 16 for F411 MCUs.
Damien George
2018-04-10
stm32/main: Guard usb_mode lines in default boot.py by relevant #if.
Peter D. Gray
2018-04-10
esp32/machine_uart: Remove UART event queue object.
Damien George
2018-04-10
stm32/i2c: Fully support peripheral I2C4.
Damien George
2018-04-10
stm32/i2c: Update HAL macros to use new __HAL_RCC prefix.
Damien George
2018-04-10
stm32/boards/NUCLEO_H743ZI: Enable DAC peripheral.
iabdalkader
2018-04-10
stm32/dac: Add support for H7 MCUs.
iabdalkader
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2018-03-29
stm32/mphalport: Use MCU regs to detect if cycle counter is started.
Damien George
2018-03-29
stm32/main: Only update reset_mode if board doesn't use a bootloader.
Damien George
2018-03-29
stm32/main: Rename main to stm32_main and pass through first argument.
Damien George
2018-03-29
stm32: Add custom, optimised Reset_Handler code.
Damien George
2018-03-28
stm32/boards/STM32L476DISC: Update to not take the address of pin objs.
Damien George
2018-03-28
stm32: Change pin_X and pyb_pin_X identifiers to be pointers to objects.
Damien George
2018-03-28
stm32/boards/NUCLEO_H743ZI: Enable SD card support.
iabdalkader
2018-03-28
stm32/sdcard: Add H7 SD card support.
iabdalkader
2018-03-28
stm32/dma: Remove H7 SDMMC DMA descriptors.
iabdalkader
2018-03-28
stm32/boards/NUCLEO_H743ZI: Update to build with new linker management.
Damien George
2018-03-28
stm32/boards/stm32h743.ld: Remove include of common.ld.
Damien George
2018-03-27
stm32/boards/stm32f767.ld: Add definition of FLASH_APP.
Damien George
[prev]
[next]