Highlights
- Arctic Code Vault Contributor
Pinned
1,611 contributions in the last year
Contribution activity
January 2021
Created 2 commits in 1 repository
Created a pull request in zephyrproject-rtos/zephyr that received 2 comments
ARM: Cortex-M: minor fix in the fault handling so some rare stack overflows are identified and are not reported as generic CPU errors.
Two fixes here the first fix ensures the MMFAR address is not read when its content is not valid the second fix allows the fault handler to correc…
+13
−4
•
2
comments
Reviewed 16 pull requests in 2 repositories
zephyrproject-rtos/zephyr 15 pull requests
- boards: nrf21540dk_nrf52840: Fix minor imperfections in documentation
- linker: arm: Fix and enhance Cortex-M TCM support
- kernel: describe detailed means of K_FP_REGS flag
- Add support for Cortex-R7
- dts: Add binding and nodes representing Nordic ECB peripheral
- MAINTAINERS.yml updates
- samples/boards/nrf/nrfx: Make the sample usable on all nRF SoCs
- boards: nrf: remove misleading DT overlay docs
- dts: nrf52: add UICR and FICR peripherals
- boards: arm: twr_ke18f: only enable HW stack protection if !userspace
- board: fix led1 on nucleo_h743 platform
- board: arm: added board efm32pg_stk3401a
- boards: arm: add support for NUCLEO-L433RC-P
- timing: fix timing_stop() ref counting
- Add Musca-S1 SoC and board support
nrfconnect/sdk-zephyr 1 pull request
Created an issue in mcu-tools/mcuboot that received 7 comments
MCUboot should not need a DTS overlay for building with Zephyr
MCUboot has a .dts overlay, when building using Zephyr which "choses" the boot partition where the mcuboot binary will reside:
/ { chosen { zephyr,…
7
comments