rp-hal-boards/boards/rp-pico/examples
Wilfried Chauveau 42e929d7e1
Use rp2040-hal in all example (possibly through their bsp) (#423)
* 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.
2022-08-21 19:01:45 +01:00
..
pico_blinky.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pico_countdown_blinky.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pico_gpio_in_out.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pico_hd44780_display.rs Use rp2040-hal in all example (possibly through their bsp) (#423) 2022-08-21 19:01:45 +01:00
pico_i2c_oled_display_ssd1306.rs Implement conversion from Clock to Hertz using reference 2022-07-22 20:17:26 +00:00
pico_i2c_pio.rs Use wfi in otherwise empty infinite loops in examples 2022-08-01 14:54:03 +00:00
pico_pio_pwm.rs Add pio pwm example (#365) 2022-06-26 22:11:41 +10:00
pico_pwm_blink.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pico_pwm_servo.rs Use rp2040-hal in all example (possibly through their bsp) (#423) 2022-08-21 19:01:45 +01:00
pico_rtic.rs Abstract alarms 2022-04-30 11:54:54 +10:00
pico_spi_sd_card.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pico_uart_irq_buffer.rs replace cortex_m::interrupt::Mutex with critical_section::Mutex in examples (#422) 2022-08-21 19:00:57 +01:00
pico_uart_irq_echo.rs replace cortex_m::interrupt::Mutex with critical_section::Mutex in examples (#422) 2022-08-21 19:00:57 +01:00
pico_usb_serial.rs Implements USB enumeration workaround (RP2040-E5). (#120) 2022-08-17 22:22:36 +01:00
pico_usb_serial_interrupt.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pico_usb_twitchy_mouse.rs replace cortex_m::interrupt::Mutex with critical_section::Mutex in examples (#422) 2022-08-21 19:00:57 +01:00
pico_ws2812_led.rs Merge pull request #324 from 9names/bsp_use_hal_entry_macro 2022-05-31 23:41:45 +10:00
pwm.pio Add pio pwm example (#365) 2022-06-26 22:11:41 +10:00