Brandon Hurst
Brandon Hurst
## Pull Request Description Fix for Issue #2172 . Static IP configuration for MAX32690APARD example does not function as described in the documentation. Reason is due to some mishandling of...
The build for the "apard32690" TCP echo server example does not match the functionality described in the documentation OR the Makefile with reference to the IP address that enumerates. Whether...
The struct-based API for SPI describes the function of automatically padding the transaction with the appropriate bytes if if rxLen > txLen. On both MAX32670 and MAX78000 under the latest...
The proposed enhancement is to add an ID check to the OpenOCD flashing routines (most likely in the scripts which call OpenOCD and give it commands). An OpenOCD script implementing...
### Issue The CMSIS DSP library has been moved to its own repository [Arm-Software/CMSIS-DSP](https://arm-software.github.io/CMSIS-DSP/latest/index.html) outside of the core CMSIS packs since v5.9.0. Currently the MSDK integrates CMSIS 5.9.0, but there...
The projects in this repository for ADuCM355 depend on ARM Compiler 5, which the latest of Keil uVision5 does not come with by default. Customers can go learn how to...
In `drivers/platform/maxim/max32670`, I discovered that MAX32670's No-OS platform drivers do not implement DMA. ```bash diff max32660/maxim_irq.c max32670/maxim_irq.c ``` ``` ... < void DMA0_IRQHandler() < { < max_dma_handler(0); < } <...
In drivers/platform/maxim/max32655/maxim_spi.c, the max_spi_transfer function does not have a way to return any error values other than 0. This is a critical problem, since this means there's not a simple...
The auto-generated VSCode files (*.json) for the example builds are a bit hard to work with on Windows in the current state. In particular, I noticed the following... ## Baremetal...
## Pull Request Description Add a driver for the ADXL371. This accelerometer is designed for impact / shock detection applications while utilizing very low power. Testing performed uses a project...