diff --git a/index/no/noise_nugget_sdk/noise_nugget_sdk-2.1.0.toml b/index/no/noise_nugget_sdk/noise_nugget_sdk-2.1.0.toml new file mode 100644 index 00000000..e5f6e5a8 --- /dev/null +++ b/index/no/noise_nugget_sdk/noise_nugget_sdk-2.1.0.toml @@ -0,0 +1,26 @@ +name = "noise_nugget_sdk" +description = "Ada Software Development Kit for the Noise Nugget" +version = "2.1.0" +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +website = "https://weenoisemakers.com/noise-nugget-2040/" +tags = ["embedded", "audio", "synth", "dsp"] +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] + +[[depends-on]] +rp2040_hal = "~2.5.0" +midi = "^1.0.0" + +[configuration.variables] +System_Clock= {type = "Enum", values = ["SYS_48MHz", "SYS_125MHz", "SYS_133MHz", + "SYS_200MHz", "SYS_250MHz" + ], default = "SYS_133MHz"} + +[configuration.values] +rp2040_hal.Flash_Chip = "w25qxx" + +[origin] +commit = "717b0e81c1f5016a74ec664d8976b749a07312ad" +url = "git+https://github.com/wee-noise-maker/noise-nugget-ada-sdk.git" + diff --git a/index/tr/tresses/tresses-4.0.0.toml b/index/tr/tresses/tresses-4.0.0.toml new file mode 100644 index 00000000..44cca256 --- /dev/null +++ b/index/tr/tresses/tresses-4.0.0.toml @@ -0,0 +1,28 @@ +name = "tresses" +description = "Synth library inspired by Mutable Instruments Braids" +version = "4.0.0" + +licenses = "MIT OR Apache-2.0 WITH LLVM-exception" +tags = ["embedded", "audio", "synthesis", "nostd"] +website = "https://weenoisemaker.com/" +authors = ["Fabien Chouteau"] +maintainers = ["Fabien Chouteau "] +maintainers-logins = ["Fabien-Chouteau"] + +[[depends-on]] +midi = "^1.0.0" + +[build-switches] +release.runtime_checks = "none" + +[configuration.variables] +Sample_Rate = {type = "Enum", values = ["SR8000", "SR11025", "SR16000", + "SR22050", "SR32000", "SR44100", + "SR48000"], default = "SR44100"} +Resources_Linker_Section = {type = "string", default = ""} +Code_Linker_Section = {type = "string", default = ""} + +[origin] +commit = "42149a2496b5361abd0605b81db33a305e97f307" +url = "git+https://github.com/wee-noise-maker/tresses.git" +