Popular repositories
-
-
-
Forked from zephyrproject-rtos/zephyr
Mirror of the zephyr repo on https://gerrit.zephyrproject.org
C 2
-
Forked from jerryscript-project/jerryscript
Ultra-lightweight JavaScript engine for the Internet of Things. http://samsung.github.io/jerryscript
C
-
Forked from pyocd/pyOCD
Open source python library for programming and debugging ARM Cortex-M microcontrollers using CMSIS-DAP
Python 1
-
3,184 contributions in the last year
Contribution activity
February 2021
Created 18 commits in 3 repositories
Created 1 repository
Created a pull request in zephyrproject-rtos/zephyr that received 5 comments
arm: nxp: kinetis: Rework device_get_binding for pinmux
Switch to use DEVICE_DT_GET instead of device_get_binding for pinmux device. As part of this change drop the "label" property from the pinmux devic…
Opened 38 other pull requests in 2 repositories
zephyrproject-rtos/zephyr
26
open
1
closed
9
merged
- drivers: watchdog: NXP: Convert clock control to use DEVICE_DT_GET
- drivers: i2c: NXP: Convert clock control to use DEVICE_DT_GET
- disk: sdhc: NXP: Convert clock control to use DEVICE_DT_GET
- drivers: counter: mcux: Convert clock control to use DEVICE_DT_GET
- drivers: eth: mcux: Convert clock control to use DEVICE_DT_GET
- drivers: can: mcux: Convert clock control to use DEVICE_DT_GET
- drivers: spi: NXP: Convert clock control to use DEVICE_DT_GET
- drivers: pwm: NXP: Convert clock control to use DEVICE_DT_GET
- drivers: serial: NXP: Convert clock control to use DEVICE_DT_GET
- device: esp32: Convert clock control to use DEVICE_DT_GET
- device: rv32m1: Convert clock control to use DEVICE_DT_GET
- drivers: serial: native_posix: Convert 2nd UART to be devicetree based
- soc: stm32: convert to use DEVICE_DT_GET for clocks
- pinctrl: cc13x2_cc26x2: drop label property from pinmux node
- SPI: Cleanup Kconfig symbols
- drivers: pinmux: mcux_lpc: Convert to using devicetree
- pinmux: hsdk: Convert ARC HSDK pinmux to be devicetree based
- pinmux: sifive: Convert SiFive pinmux to be devicetree based
- devicetree: clocks: provide accessors for controller phandle
- drivers: clock_control: Check to see if the clock device is ready
- drivers: i2c: Add some Kconfig depends
- drivers: clock_control: npcx: Convert to use DEVICE_DT_INST_DEFINE
- xtensa: intel_s1000: Rework device_get_binding for pinmux
- riscv: ite: it8xxx2: Rework device_get_binding for pinmux
- arm: microchip: mec1501hsz: Rework device_get_binding for pinmux
- Some pull requests not shown.
devicetree-org/devicetree-specification
2
open
Reviewed 52 pull requests in 4 repositories
zephyrproject-rtos/zephyr 48 pull requests
- device: introduce device_usable_check
- actions: publish release docs to correct folder
- devicetree: default absent label to empty string
- copyright: add missing license
- arch: arm64: initialize IRQ stack and canary
- device: refactor to aggregate common dynamic state for devices
- devicetree-based device definitions and dependency representations reboot
- License: add missing licenses
- net: offload: fix device and driver names generated by DT device macros
- power: Fix power states length
- drivers: net_offload: Convert offload network drivers to DT device macros
- spi: Add LPSPI support for i.MX RT1062
- Add UF2 output file generation
- boards: stm32f7 disco: Update openocd target
- device.h: remove incorrect docstring
- test: arch: arm: arm_interrupt: clear FPSCR register in ISR
- scripts: kconfig: Fix uses of edt.compat2okay in helper functions
- linker: tool-gcc: remove gratuitous define
- scripts: zcmake: fix for prerelease cmake versions
- dts/arm: npcx: move def_lvol_io_list node from board dts to dtsi file.
- lib: fnmatch: Fix line endings
- guiconfig: fix search function
- Add I2S driver for LPC devices
- labels: label release note changes
- MAINTAINER: add myself as kernel collaborator
- Some pull request reviews not shown.
zephyrproject-rtos/hal_nxp 2 pull requests
Linaro/freertos-pkcs11-psa 1 pull request
zephyrproject-rtos/docker-image 1 pull request
Created an issue in zephyrproject-rtos/zephyr that received 3 comments
Document deprecation policy for devicetree bindings
Add details w/regards to devicetree bindings to https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/development_process/api_lifecycle.rst
Opened 10 other issues in 3 repositories
zephyrproject-rtos/zephyr
2
open
6
closed
- Treat devicetree binding deprecation usage as build error when running w/twister
- Use of deprecated macro's in dma_iproc_pax_v1, and dma_iproc_pax_v2
- DEVICE_AND_API_INIT and DEVICE_INIT deprecation marking is not working
- Use of deprecated macro's in icm42605
- tests/bluetooth/init/bluetooth.init.test_ctlr_peripheral_iso fails to build on a few platforms
- Treat devicetree warnings as errors
- Cleanup devicetree warnings generated by dtc
- arm,arm-timer dts compatible should be arm,armv8-timer