Popular repositories
-
-
Forked from zephyrproject-rtos/zephyr
Mirror of the zephyr repo on https://gerrit.zephyrproject.org
C 2
-
Forked from micropython/micropython
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
-
-
Forked from ARMmbed/mbed-os
mbed libraries and tools (Classic). For mbed OS, look here: https://www.mbed.com/en/development/software/mbed-os/
C
-
Forked from ARMmbed/mbed-ls
mbedls is a set of tools inherited from mbed-lmtools and used to detect mbed-enabled devices on the host (Windows, Linux and Mac OS)
Python
1,190 contributions in the last year
Activity overview
Contribution activity
February 2021
Created 15 commits in 2 repositories
Created a pull request in zephyrproject-rtos/zephyr that received 3 comments
drivers/i2c: stm32_v1: TX IRQ enable called twice in a row
On I2C V1 parts, LL_I2C_EnableIT_TX() translates to EVT and BUF IRQ enabling. In stm32_i2c_msg_write function, LL_I2C_EnableIT_TX is called right a…
Opened 18 other pull requests in 2 repositories
zephyrproject-rtos/test_results
1
open
10
merged
- v2.5.0-rc3-115-gaf81648a1873: stm32 results
- v2.5.0-rc3-68-gf183d6492fe2: stm32 results
- v2.5.0-rc3-39-gd0be253081f5: stm32 results
- v2.5.0-rc3-21-g0b8fd867844c: stm32 results
- v2.5.0-rc2-125-g09ef2e667ff4: stm32 results
- v2.5.0-rc2-122-gf9461d1ac43f: stm32 results
- v2.5.0-rc2-80-gb6a4db376693: stm32 results
- v2.5.0-rc2-41-ga980762f70d7: stm32 results
- v2.5.0-rc1-249-gfcaf14a6e4eb: stm32 results
- v2.5.0-rc1-190-g0ab1372b7c87: stm32 results
- v2.5.0-rc1-133-gdfd8e7522d11: stm32 results
zephyrproject-rtos/zephyr
1
open
2
closed
4
merged
- drivers/uart: stm32: Report 9bits transactions as not supported
- Spi dma wb fix
- dts/arm: stm32f2: Fix usart1 clock
- boards: stm32: Move STM32 boards SPI pin configuration to device tree
- dma: stm32: Fix IRQ status checks
- tests/drivers/dma: loop_transfer: Use ztest harness
- Release notes v2.5.0: STM32 and shields additions
Reviewed 31 pull requests in 2 repositories
zephyrproject-rtos/zephyr 30 pull requests
- [stm32] PM restore console after sleep mode
- soc: stm32: convert to use DEVICE_DT_GET for clocks
- drivers: counter: stm32: fix alarm time calculation
- drivers: i2c: Add some Kconfig depends
- drivers: flash: stm32g4: Flush caches after erase and write
- drivers: clock_control: Check to see if the clock device is ready
- Add STM32WL support with nucleo_wl55jc board
- Add the Frdm stbc agm01 9-axis sensor shield
- test: arch: arm: arm_interrupt: clear FPSCR register in ISR
- provide support for the ST S2LP 802.15.4 Radio
- stm32: add support for backup SRAM
- dts: arm: st: add support for STM32F205xx SOC
- sensors: BME280: obtain device pointers directly
- stm32 low power sleep mode residency policy
- PM: Add constraint API
- Fix for stm32 serial driver not returning -ENOTSUP.
- Move stm 32 power subsystem to new power states
- Triv fix arm kconfig
- dma: stm32: remove dump stream info in irq
- board: correct dts for 96b_stm32_sensor_mez
- Drivers: serial: Fix stm32 uart async api callback
- twister: fix possible race and hardware map parsing fix
- drivers: flash: stm32h7: fix int/long int warnings
- boards: arm: nucleo_l476rg arduino spi
- drivers: flash: stm32h7: fix clearing of erased sector number
- Some pull request reviews not shown.
zephyrproject-rtos/hal_stm32 1 pull request
Created an issue in zephyrproject-rtos/zephyr that received 2 comments
gpio: api should provide a way to release resources
Is your enhancement proposal related to a problem? Please describe. In power management context, we need a way to disable GPIO port clock when needed.
Opened 6 other issues in 1 repository
zephyrproject-rtos/zephyr
3
open
3
closed
- power mgmt: pm_devices: Get rid of z_pm_core_devices array
- doc: power management: Remove references to previous PM states terminology
- dma: stm32: remove dump stream info in irq
- dma: loop_transfer issue on nucleo_wb55rg
- uart: Add support for 9bit API
- STM32: Configure MCO pin through device tree pinctrl