Ben Kepner
Ben Kepner
[src/boards/include/boards/waveshare_rp2040_lcd_1.28.h](https://github.com/raspberrypi/pico-sdk/blob/master/src/boards/include/boards/waveshare_rp2040_lcd_1.28.h) pin assignments are incorrect. correct pin assignments can be found in [DEV_Config.h](https://github.com/waveshareteam/RP2040-Touch-LCD-1.28/blob/main/c/lib/Config/DEV_Config.h) from waveshare. specifically I have found that `PICO_DEFAULT_SPI_CSN_PIN`, and `WAVESHARE_RP2040_LCD_RST_PIN` are incorrect, but there may be others.
hi Michael.
ceedling 0.32 release candidate supports running a single test case from a test file. it would be great if ceedling test adapter supported this as well. [Feature - add functionality...
I am trying to use the [0.32.0](https://github.com/ThrowTheSwitch/Ceedling/releases/tag/0.32.0-164e950) release candidate because 0.31 doesn't play nice with modern versions of ruby. I got the tests to run, but the test explorer is...
I was having some trouble with the flash erase routines in the STM32g4 HAL, so I did some digging. The first issue I cam across was missing register definitions, so...
**Describe the bug** the web front end is attempting to request resources from localhost. **To Reproduce** Steps to reproduce the behavior: 1. open network monitor (F12) 2. Go to ['https://brierfoxforecast.com/markets'](https://brierfoxforecast.com/markets)...