diff --git a/cytron-maker-rp2040/source/0010-gs/0040-fw-gpio-led-btn/index.rst b/cytron-maker-rp2040/source/0010-gs/0040-fw-gpio-led-btn/index.rst index c1a70ac..988c219 100644 --- a/cytron-maker-rp2040/source/0010-gs/0040-fw-gpio-led-btn/index.rst +++ b/cytron-maker-rp2040/source/0010-gs/0040-fw-gpio-led-btn/index.rst @@ -97,8 +97,8 @@ Testen der Benutzer-LED und Taste #. Beispiele und Demonstrationen: - von :ref:`Bridle unterstützt ` - - von :ref:`Bridle's Zephyr unterstützt ` - - von :ref:`Zephyr upstream unterstützt ` + - von :doc:`Bridle's Zephyr unterstützt ` + - von :doc:`Zephyr upstream unterstützt ` #. Boards: diff --git a/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/doing.rst b/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/doing.rst index 5b4697a..9014014 100644 --- a/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/doing.rst +++ b/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/doing.rst @@ -20,6 +20,6 @@ Zusammengefasst erwarten dich also in dieser Übung: **neuen Hardwareaufbau funktioniert**. #. *Validierung*: Zum Abschluss wird noch ein ganz neues Zephyr Beispiel übersetzt, hochgeladen und auf dem neuen Hardwareaufbau getestet, das - :doc:`zephyr:samples/drivers/led_strip/README` Beispiel. + :doc:`zephyr:samples/drivers/led/led_strip/README` Beispiel. .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/samples/led_ws2812.rst b/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/samples/led_ws2812.rst index a56454b..cc13c4f 100644 --- a/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/samples/led_ws2812.rst +++ b/cytron-maker-rp2040/source/0010-gs/0050-hw-setup-usb-console/samples/led_ws2812.rst @@ -2,7 +2,7 @@ RGB LED Testmuster über USB-CDC/ACM Console ******************************************* Nun wollen wir zum Abschluss des ersten Kapitels unserer Übungen das -:doc:`zephyr:samples/drivers/led_strip/README` Beispiel von Zephyr mit +:doc:`zephyr:samples/drivers/led/led_strip/README` Beispiel von Zephyr mit Ausgaben über die USB-CDC/ACM Console bauen und überprüfen. ----------------------------------------------------------------------------- diff --git a/cytron-maker-rp2040/source/0020-helloshell/0010-build-upload/index.rst b/cytron-maker-rp2040/source/0020-helloshell/0010-build-upload/index.rst index 007291a..107d27e 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0010-build-upload/index.rst +++ b/cytron-maker-rp2040/source/0020-helloshell/0010-build-upload/index.rst @@ -15,7 +15,7 @@ Shell-Zugriff einrichten - deinen Hardwareaufbau mit der USB-CDC/ACM Console mit zusätzlichen Komponenten erweitern - - das Bridle Beispiel ":ref:`bridle:helloshell`" (``helloshell``) bauen, + - das Bridle Beispiel ":ref:`bridle:helloshell-sample`" (``helloshell``) bauen, hochladen und kennenlernen Dieses Beispiel basiert auf der Zephyr :ref:`zephyr:shell_api`, einem diff --git a/cytron-maker-rp2040/source/0020-helloshell/0020-cli-help/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0020-cli-help/bom.rsti index 000c381..b891546 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0020-cli-help/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0020-cli-help/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0030-cli-kernel/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0030-cli-kernel/bom.rsti index bcdbd04..6fb112b 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0030-cli-kernel/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0030-cli-kernel/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0040-cli-devices/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0040-cli-devices/bom.rsti index 2a2a251..a014e8b 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0040-cli-devices/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0040-cli-devices/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0050-cli-gpio/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0050-cli-gpio/bom.rsti index ced1a67..a5865d9 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0050-cli-gpio/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0050-cli-gpio/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0060-cli-led/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0060-cli-led/bom.rsti index 27106a9..47c70df 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0060-cli-led/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0060-cli-led/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0070-cli-adc/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0070-cli-adc/bom.rsti index ed42ccb..5826d97 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0070-cli-adc/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0070-cli-adc/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0080-cli-pwm-led/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0080-cli-pwm-led/bom.rsti index 414a7ee..b4460ca 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0080-cli-pwm-led/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0080-cli-pwm-led/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0090-cli-pwm-buzzer/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0090-cli-pwm-buzzer/bom.rsti index 2ad2fd0..4d3b29e 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0090-cli-pwm-buzzer/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0090-cli-pwm-buzzer/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0100-cli-pwm-servo/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0100-cli-pwm-servo/bom.rsti index 902869c..939f3f1 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0100-cli-pwm-servo/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0100-cli-pwm-servo/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0110-cli-i2c-scan/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0110-cli-i2c-scan/bom.rsti index d59da17..3053304 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0110-cli-i2c-scan/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0110-cli-i2c-scan/bom.rsti @@ -34,6 +34,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0120-cli-i2c-aht20/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0120-cli-i2c-aht20/bom.rsti index f74f929..5025dbe 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0120-cli-i2c-aht20/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0120-cli-i2c-aht20/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0130-cli-i2c-bmp280/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0130-cli-i2c-bmp280/bom.rsti index 85766ed..f628b1c 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0130-cli-i2c-bmp280/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0130-cli-i2c-bmp280/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0020-helloshell/0140-cli-sensor-bmp280/bom.rsti b/cytron-maker-rp2040/source/0020-helloshell/0140-cli-sensor-bmp280/bom.rsti index 709b854..0f23388 100644 --- a/cytron-maker-rp2040/source/0020-helloshell/0140-cli-sensor-bmp280/bom.rsti +++ b/cytron-maker-rp2040/source/0020-helloshell/0140-cli-sensor-bmp280/bom.rsti @@ -19,6 +19,6 @@ * - **Software:** - Du benötigst exakt die selbe Zephyr Firmware wie in :ref:`der Übung zuvor `, das Bridle Beispiel - ":ref:`bridle:helloshell`" (``helloshell``). + ":ref:`bridle:helloshell-sample`" (``helloshell``). .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0030-demo/0050-buzzer/bom.rsti b/cytron-maker-rp2040/source/0030-demo/0050-buzzer/bom.rsti index 2a9781d..48795c6 100644 --- a/cytron-maker-rp2040/source/0030-demo/0050-buzzer/bom.rsti +++ b/cytron-maker-rp2040/source/0030-demo/0050-buzzer/bom.rsti @@ -18,6 +18,6 @@ * - **Software:** - Du wirst eine neue Zephyr UF2 Firmware bauen, das Bridle Beispiel - :ref:`bridle:buzzer`. + :ref:`bridle:buzzer-sample`. .. vi: ft=rst ai ts=3 et sw=3 sta diff --git a/cytron-maker-rp2040/source/0030-demo/0050-buzzer/doing.rsti b/cytron-maker-rp2040/source/0030-demo/0050-buzzer/doing.rsti index 8b070aa..b7cab63 100644 --- a/cytron-maker-rp2040/source/0030-demo/0050-buzzer/doing.rsti +++ b/cytron-maker-rp2040/source/0030-demo/0050-buzzer/doing.rsti @@ -127,14 +127,14 @@ die Tonhöhe (*note*). const struct note_duration song_beep[] = { - {.note = C4, .duration = eigth}, - {.note = D4, .duration = eigth}, - {.note = E4, .duration = eigth}, - {.note = F4, .duration = eigth}, - {.note = G4, .duration = eigth}, - {.note = A4, .duration = eigth}, - {.note = B4, .duration = eigth}, - {.note = C5, .duration = eigth}, + {.note = C4, .duration = eighth}, + {.note = D4, .duration = eighth}, + {.note = E4, .duration = eighth}, + {.note = F4, .duration = eighth}, + {.note = G4, .duration = eighth}, + {.note = A4, .duration = eighth}, + {.note = B4, .duration = eighth}, + {.note = C5, .duration = eighth}, }; const size_t song_beep_notes = ARRAY_SIZE(song_beep); @@ -146,7 +146,7 @@ die Tonhöhe (*note*). const struct note_duration song_beep[] = { - {.note = Db6, .duration = eigth}, + {.note = Db6, .duration = eighth}, }; const size_t song_beep_notes = ARRAY_SIZE(song_beep); diff --git a/cytron-maker-rp2040/source/0030-demo/0050-buzzer/index.rst b/cytron-maker-rp2040/source/0030-demo/0050-buzzer/index.rst index e22b439..7446d7a 100644 --- a/cytron-maker-rp2040/source/0030-demo/0050-buzzer/index.rst +++ b/cytron-maker-rp2040/source/0030-demo/0050-buzzer/index.rst @@ -6,7 +6,7 @@ Melodien auf dem Summer (Buzzer) abspielen .. sidebar:: Ziel Übersetzen, programmieren und spielen mit dem Bridle Beispiel - :ref:`bridle:buzzer` + :ref:`bridle:buzzer-sample` .. topic:: Übersicht diff --git a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-blinky.uf2 b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-blinky.uf2 index 7bf9a35..6f11cc4 100644 Binary files a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-blinky.uf2 and b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-blinky.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-button.uf2 b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-button.uf2 index 04ff728..ea9e2e0 100644 Binary files a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-button.uf2 and b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-button.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-fade_led.uf2 b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-fade_led.uf2 index 3399a51..00e4962 100644 Binary files a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-fade_led.uf2 and b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-uartcons-fade_led.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-button.uf2 b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-button.uf2 index bd2159d..c2f3b87 100644 Binary files a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-button.uf2 and b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-button.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-led_ws2812.uf2 b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-led_ws2812.uf2 index 70096cb..6445ed9 100644 Binary files a/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-led_ws2812.uf2 and b/cytron-maker-rp2040/source/_assets/GS-cytron_maker_pi_rp2040-usbcons-led_ws2812.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky.uf2 index 9004d05..a9ad57c 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky_pwm.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky_pwm.uf2 index 9ecaf0c..bfa3d36 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky_pwm.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-blinky_pwm.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-button.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-button.uf2 index 6881fa5..7baacf1 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-button.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-button.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-fade_led.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-fade_led.uf2 index 9f992af..96cae70 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-fade_led.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-fade_led.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-servo.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-servo.uf2 index fac4de6..cde82e2 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-servo.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-basic-servo.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer-cmajor.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer-cmajor.uf2 index b09589c..4b3f7e5 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer-cmajor.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer-cmajor.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer.uf2 index 9da6e0f..e18d8fb 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-bridle-buzzer.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-drivers-adc.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-drivers-adc.uf2 index 561610f..303dd3f 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-drivers-adc.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-drivers-adc.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-sensor-bme280.uf2 b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-sensor-bme280.uf2 index ddbb6d5..7eb4d31 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-sensor-bme280.uf2 and b/cytron-maker-rp2040/source/_assets/ZD-cytron_maker_pi_rp2040-usbcons-sensor-bme280.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell-bmp280.uf2 b/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell-bmp280.uf2 index 90b1fb9..75987e7 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell-bmp280.uf2 and b/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell-bmp280.uf2 differ diff --git a/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell.uf2 b/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell.uf2 index b9aaa7f..5178134 100644 Binary files a/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell.uf2 and b/cytron-maker-rp2040/source/_assets/ZS-cytron_maker_pi_rp2040-usbcons-helloshell.uf2 differ diff --git a/cytron-maker-rp2040/source/conf.py b/cytron-maker-rp2040/source/conf.py index 1713f22..bbeddd5 100644 --- a/cytron-maker-rp2040/source/conf.py +++ b/cytron-maker-rp2040/source/conf.py @@ -13,9 +13,9 @@ # -- Variable setup ---------------------------------------------------------- -bridle_release = '3.7' -zephyr_release = '3.7' -zephyr_us_version = '3.7.0' +bridle_release = '4.1' +zephyr_release = '4.1' +zephyr_us_version = '4.1.0' online_ide_entry = 'https://coder.meetup.mp-labs.de/' diff --git a/cytron-maker-rp2040/source/shortcuts.txt b/cytron-maker-rp2040/source/shortcuts.txt index 8de7610..d714503 100644 --- a/cytron-maker-rp2040/source/shortcuts.txt +++ b/cytron-maker-rp2040/source/shortcuts.txt @@ -46,10 +46,10 @@ .. |SERVO_MOTOR_st| replace:: **zephyr/samples/basic/servo_motor** .. |SERVO_MOTOR_em| replace:: *zephyr/samples/basic/servo_motor* -.. |LED_STRIP| replace:: zephyr/samples/drivers/led_strip -.. |LED_STRIP_tt| replace:: ``zephyr/samples/drivers/led_strip`` -.. |LED_STRIP_st| replace:: **zephyr/samples/drivers/led_strip** -.. |LED_STRIP_em| replace:: *zephyr/samples/drivers/led_strip* +.. |LED_STRIP| replace:: zephyr/samples/drivers/led/led_strip +.. |LED_STRIP_tt| replace:: ``zephyr/samples/drivers/led/led_strip`` +.. |LED_STRIP_st| replace:: **zephyr/samples/drivers/led/led_strip** +.. |LED_STRIP_em| replace:: *zephyr/samples/drivers/led/led_strip* .. |ADC_DT| replace:: zephyr/samples/drivers/adc/adc_dt .. |ADC_DT_tt| replace:: ``zephyr/samples/drivers/adc/adc_dt``