diff --git a/index/pi/pico_ada_c01_blink_lt/pico_ada_c01_blink_lt-1.3.1.toml b/index/pi/pico_ada_c01_blink_lt/pico_ada_c01_blink_lt-1.3.1.toml new file mode 100644 index 00000000..a82bde96 --- /dev/null +++ b/index/pi/pico_ada_c01_blink_lt/pico_ada_c01_blink_lt-1.3.1.toml @@ -0,0 +1,78 @@ +name = "pico_ada_c01_blink_lt" +description = "Chapter 1 Reloaded: Dual-Core Light Tasking" +long-description = """Blinking LEDs on Both Cores +Updated Chapter 1 using the new +light_tasking_rp2040 runtime - now with proper multi-core support, +Ada.Real_Time, and delay until for accurate, slippage-free LED blinking on +Raspberry Pi Pico. + +Contained in Chapter 01 reloaded are: + +1. blink - Jeremy Grosser Ada sample +2. sketch_01_1_blink - Chapter 1.1 Blink internal LED +3. sketch_01_2_blink - Chapter 1.2 Blink external LED +4. double_blink-main - double blink using both cores. + +Read the full tutorial at [Chapter 1 Reloaded: Dual-Core Light Tasking - +Blinking LEDs on Both +Cores](https://pi-ada-tutorial.sourceforge.io/pico_ada_c01_blink_lt) + +> After quick community help, I rewrote Chapter 1 to use light tasking on both +> RP2040 cores. No more manual timers - clean, precise dual-LED blinking with +> zero slippage. + +GNATdoc documentation: +https://pi-ada-tutorial.sourceforge.io/gnatdoc/pico_ada_c01_blink_lt/ + +SourceForge repository: +https://sourceforge.net/projects/pi-ada-tutorial/ +""" + +version = "1.3.1" +licenses = "GPL-3.0-or-later" +authors = ["Martin Krischik "] +maintainers = ["Martin Krischik "] +maintainers-logins = ["krischik"] +website = "https://pi-ada-tutorial.sourceforge.io/pico_ada_c01_blink_lt" +tags = ["raspberry", "pi", "pico", "rp2040", "tasking", "light-tasking", "ada2022", "embedded"] +executables = [ + "blink", + "sketch_01_1_blink", + "sketch_01_2_blink", + "double_blink-main" +] + +[build-switches] +"*".ada_version = ["-gnat2022"] +development.compile_checks = "Warnings" +development.contracts = "Yes" +development.runtime_checks = "Overflow" +release.compile_checks = "Warnings" +release.contracts = "No" +release.runtime_checks = "Default" +validation.compile_checks = "Warnings" +validation.contracts = "Yes" +validation.runtime_checks = "Everything" + +[[depends-on]] +rp2040_hal = "^2.7.1" +pico_bsp = "^2.2" +light_tasking_rp2040 = "^15.2" + +[configuration.values] +rp2040_hal.Use_Startup = false +rp2040_hal.Interrupts = "bb_runtimes" +light_tasking_rp2040.Max_CPUs = 2 +light_tasking_rp2040.Board = "rpi_pico" + +# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab : +# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff : +# vim: set spell spelllang=en_gb : + +[origin] +hashes = [ +"sha256:84a45f57cce127ec12ffd91f94f7f42de227ce4f0a81540579ffb8b56b954925", +"sha512:80489fbd58fd125785204d09b41228e14a18d5ff0411c920289834b048d1f8a6e4a71c01ac642e43a3cc4d622210f25010c08338230c5b67f91dfbda62f305ed", +] +url = "https://sourceforge.net/projects/pi-ada-tutorial/files/Alire/pico_ada_c01_blink_lt-1.3.1.tgz" +