Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,033 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 45 commits in 2 repositories
Created a pull request in ARMmbed/mbed-os that received 6 comments
CMake: add Samsungs, Analog devices and WICED targets
Summary of changes This contains: #13972 #13977 #14019 all 3 are dependent on each other as they touch the same files so creating conflicts. I re…
Opened 1 other pull request in 1 repository
ARMmbed/mbed-os
1
closed
Reviewed 39 pull requests in 4 repositories
ARMmbed/mbed-os 34 pull requests
- CMake: Add support for all Samsung Mbed targets
- Add SPI bitwidths to ST targets where supported
- Update GattAuthCallbackReply_t enumeration.
- Port analog devices to CMake
- Move SFDP to blockdevice
- Adding QSPI support to SDP-K1 board support package.
- Clarify the time units stated in the delay and period function headers for events
- CMake: Add support for all NXP Mbed targets
- CMake: Set required toolchain and processor flags globally, instead of per-target
- CMake: Add support for all Silicon Labs Mbed targets
- Remove Cellular dependency in netsocket
- fix namespaces for MBED_NO_GLOBAL_USING_DIRECTIVE feature
- Standard pin name validation
- Add proper power save mode command format for MTS_DRAGONFLY_L471
- STM32F0 update drivers version to CUBE V1.11.2
- Create build_data when example applications are built using tools/test/examples/examples.py script
- ble cyw43xxx: dev/hci driver terminate
- CMake: Add support for GigaDevice targets
- TDBStore: pad program units when writing record_header_t; ensure work buffer is large enough
- Nuvoton: Remove DISABLE/ENABLE macro definitions in BSP
- Network interface MAC address set/get
- lorawan: increase uplink framecounter on retransmission
- CMake: Add support for all ARM SSG Mbed targets
- Add octa RAM calibration feature to GR-MANGO.
- CMake: Add support for all Maxim Mbed targets
- Some pull request reviews not shown.
ARMmbed/DAPLink 3 pull requests
project-generator/project_generator 1 pull request
ARMmbed/mbed-os-example-blinky 1 pull request
Created an issue in ARMmbed/mbed-os that received 5 comments
Ambiq Micro: HciDrvIntService dependency in target HAL
Description of defect HciDrvIntService is part of startup as ISR handler. This brings the dependency on BLE driver. I believe we can fix it. As th…