pico-sdk/src
bobsayshilol 25a3b36793
Fix assert in adc_set_round_robin() (#698)
The mask passed in shouldn't already be shifted by ADC_CS_RROBIN_LSB
(16) otherwise the shift in the call to hw_write_masked() would shift
all of the bits off the end of the mask, hence we should be asserting
not against ADC_CS_RROBIN_BITS (0x1f0000) but against the number of ADC
channels available.
2022-01-19 09:34:18 -06:00
..
boards Add board definition for Adafruit Macropad (#684) 2022-01-19 09:32:17 -06:00
common Moves the #if guards to before the comments (#690) 2022-01-08 13:53:21 -06:00
host fixup __forceinline for cpp code and add kitchen_sink cpp test (#670) 2021-12-08 12:05:49 -06:00
rp2_common Fix assert in adc_set_round_robin() (#698) 2022-01-19 09:34:18 -06:00
rp2040 add missing change to dma.h from __force_inline fix (#680) 2021-12-08 12:32:09 -06:00
board_setup.cmake Fix default PICO_BOARD value (#536) 2021-08-06 12:21:59 -05:00
CMakeLists.txt respect OUTPUT_NAME target property when generating supplemental files (#592) 2021-10-12 09:08:44 -05:00
host.cmake Initial Release 2021-01-20 10:44:27 -06:00
rp2_common.cmake Platform updates (#611) 2021-10-25 12:26:06 -05:00
rp2040.cmake Initial Release 2021-01-20 10:44:27 -06:00