circuitpython/ports/raspberrypi/common-hal
Sumitra Sharma 002961775b Refine error message for rp2040 audiobusio I2S object creation
The error message for creating an I2S object on the rp2040 platform
in CircuitPython can be misleading when the word_select and data pins
are not sequential. This change updates the error message to provide
clearer guidance by specifying "GPIO pins" instead of just "pins".
The revised message now reads:

ValueError: Bit clock and word select must be sequential GPIO pins

Closes #8058

Signed-off-by: Sumitra Sharma <sumitraartsy@gmail.com>
2023-10-08 20:54:55 +05:30
..
alarm pre-commit fixes 2023-08-14 00:59:22 -04:00
analogbufio Tweaks based on review comments 2022-12-02 10:19:31 -08:00
analogio Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
audiobusio Refine error message for rp2040 audiobusio I2S object creation 2023-10-08 20:54:55 +05:30
audiopwmio Conditionalize LTO 2022-05-27 12:59:54 -07:00
board wip 2023-08-03 23:29:00 -04:00
busio merge latest adafruit/main 2023-08-13 19:43:54 -04:00
countio Fix unused variable diagnostics, make it a fatal error 2022-09-30 11:19:22 -05:00
digitalio Improve type validation errors messages, especially for pins 2023-01-10 15:02:55 -05:00
floppyio Add floppyio for rp2040 2022-01-17 16:34:47 -06:00
hashlib implement hashlib for picow 2022-10-13 20:42:50 -05:00
i2ctarget Remove unused static functions 2022-09-30 11:19:21 -05:00
imagecapture rp2: StateMachine: Allow loading programs at fixed offsets 2023-07-27 15:47:04 -05:00
mdns wip; fix more m_malloc and gc_alloc 2023-08-11 00:30:34 -04:00
memorymap second instance of misspelled 'unaligned' 2023-09-07 09:25:02 -07:00
microcontroller Merge pull request #7430 from Lanzaa/rp2040_cpu_frequency 2023-05-02 09:52:28 -07:00
neopixel_write rp2: StateMachine: Allow loading programs at fixed offsets 2023-07-27 15:47:04 -05:00
nvm Only ignore warnings if in gcc >= 11 2021-12-22 18:21:18 -08:00
os Additional missing-prototypes fixes 2021-11-10 10:55:53 -06:00
paralleldisplay rp2: StateMachine: Allow loading programs at fixed offsets 2023-07-27 15:47:04 -05:00
picodvi Tweak the picodvi docs and arg checking 2023-05-01 11:30:04 -07:00
pulseio pre-commit fixes 2023-08-14 00:59:22 -04:00
pwmio Fix pwmio on iMX RT. 2023-02-22 11:22:39 -08:00
rgbmatrix clear out interrupt flags when disabling timer too 2021-12-27 16:42:41 -06:00
rotaryio rp2: StateMachine: Allow loading programs at fixed offsets 2023-07-27 15:47:04 -05:00
rp2pio pre-commit fixes 2023-08-14 00:59:22 -04:00
rtc message consolidation and more use of validators 2022-05-19 15:38:37 -04:00
socketpool wip; remove long-lived functionality; remove PR#2614 2023-08-08 20:41:17 -04:00
ssl fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
supervisor run code formatting script 2021-03-15 19:27:36 +05:30
usb_host Make usb_host.Port a singleton 2023-07-18 10:40:54 -07:00
watchdog implement suggested changes 2023-09-24 15:23:38 +00:00
wifi wifi_reset 2023-09-28 17:53:40 +03:00