Results 36 issues of 9names

The existing check for ARMv6 and greater matches on ARMv6-m. This causes build failures on cortex-m0 and cortex-m0+ as they do not support the ssat instruction. This is what the...

Update a few more dependencies to get things building

UC8151::Setup takes LUT speed as an argument, which determines which function to call to set the lookup table registers for that mode. This happens early in Setup: https://github.com/pimoroni/pimoroni-pico/blob/68d87d1f6e8a033193188e5d567b79a3a0e26767/drivers/uc8151/uc8151.cpp#L337-L353 In UC8151::fast_luts()...

bug
[- badger2040 -]
[- pico inky pack -]

Adding support for MSP432E4 targets (MSP432E401Y and MSP432E411Y) . Generated via target-gen from https://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/msp432cmsis/latest/exports/TexasInstruments.MSP432E4_DFP.3.2.6.pack Tested with probe-rs-cli download and hs-probe - working! ~~Tested via the onboard XDS110 CMSIS-DAP compatible debugger...

There's something wrong with the current UART free-running configuration or implementation. When transmitting, we sometimes will drop a single character. This happens quite often, but not at regular intervals. Sometimes...

@apollolabsdev asked on Discord what was going on in the adc_dma_rtic example, and I explained it as best I could. They seem to understand it enough to write a blog...

Rebased #209 onto current trunk. Updated to embedded-dma 0.2 Current plan is to drop everything except for SingleChannel, since I think that should end up being simpler and more flexible...

Make a "showcase" example for the adafruit macropad, utilising as much functionality as possible

We had to update our version of critical_section, since critical_section 0.2.0 will silently break when mixed with critical_section 1.0. If you see the above error message, you need to update...