mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
42e929d7e1
* Use rp2040-hal in all example (possibly through their bsp) Some of the examples were using the cortex_m_rt::entry method which misses the device specific spinlock re-initialisation. This commits makes the usage more consistent by using rp2040_hal exported macro as the only `entry` method used across examples. |
||
---|---|---|
.. | ||
pico_blinky.rs | ||
pico_countdown_blinky.rs | ||
pico_gpio_in_out.rs | ||
pico_hd44780_display.rs | ||
pico_i2c_oled_display_ssd1306.rs | ||
pico_i2c_pio.rs | ||
pico_pio_pwm.rs | ||
pico_pwm_blink.rs | ||
pico_pwm_servo.rs | ||
pico_rtic.rs | ||
pico_spi_sd_card.rs | ||
pico_uart_irq_buffer.rs | ||
pico_uart_irq_echo.rs | ||
pico_usb_serial.rs | ||
pico_usb_serial_interrupt.rs | ||
pico_usb_twitchy_mouse.rs | ||
pico_ws2812_led.rs | ||
pwm.pio |