From a03b405e623b66ca1787daa43963479afa81144f Mon Sep 17 00:00:00 2001 From: JamesA Date: Fri, 27 Sep 2024 15:08:37 -0400 Subject: [PATCH] Squashed commit of the following: commit 426906c3dc3ebcb7a718082c71128a46a44cfc8c Author: gelakinetic Date: Thu Sep 26 22:38:01 2024 +0000 Fix HARDWARE_HOTDOG config commit bec74512044becb1cf8ab0e37c0fd3d7f196ac11 Author: gelakinetic Date: Sun Sep 22 21:44:55 2024 -0400 Add Initial Swadge Hero (#297) Add hardware type config Fix or suppress warnings commit 45147c245fa35357658e949ec609b611f8a5906f Author: Dylan Whichard Date: Sun Sep 22 18:33:53 2024 -0700 Add direct MIDI-opening support for OSX (#284) commit 66951160a864c0d227481a8cd1510706da81197f Author: gelakinetic Date: Sun Sep 22 14:15:53 2024 -0400 Sokobokobanaban first merge (#296) commit 0e137f6e3ef38f56e40610d76236b44a42083cd9 Author: JVeg199X <97848253+JVeg199X@users.noreply.github.com> Date: Sun Sep 22 07:29:50 2024 -0400 Pango (initial pull request) (#295) commit 1da56447cbce8fb99526c503bf4b3cf1ea7130b3 Author: Dylan Whichard Date: Sun Sep 22 03:58:48 2024 -0700 MIDI Registered/Non-registered Parameter Support, default instrument changes (#293) Add documentation too commit 576902abebc8cf24aea0ce87cf8314de5a80a0aa Author: Dylan Whichard Date: Sun Sep 22 03:52:55 2024 -0700 Add FreeDesktop config files for native support in graphical desktop environments (#294) commit 2298b2b23b77155dced96eb6c11739c45c844823 Author: johnnywycliffe Date: Sun Sep 22 06:43:26 2024 -0400 Palette wsg (#292) Add ability to palette-swap WSGs when drawing commit e6fde30f918137f0334c5430a4d2abcabdbf89c9 Author: Dylan Whichard Date: Sat Sep 21 01:15:52 2024 -0700 Fix broken markdown (#291) commit 8e3ef72bdc9432d09ff0fc3df873c31cfd2023a8 Author: Dylan Whichard Date: Fri Sep 20 17:17:22 2024 -0700 Add MIDI technical documentation (#289) commit 674cb11eddeb1e7add9bab570da5b5c2ac91a3eb Author: cnlohr Date: Thu Sep 19 15:48:56 2024 -0700 Update demo code for usb hid demo (#287) commit 69615ad90c758d4de1755edcbc83568ec72a7a8c Author: gelakinetic Date: Thu Sep 19 06:29:38 2024 -0400 Add pinball to the attic But get a few nice things along the way commit 9c9db123829aefbc2bbc4a7b99046684a7d922bd Author: johnnywycliffe Date: Thu Sep 19 06:00:36 2024 -0400 Add 2048 to main (#285) commit 1a16767aef54ebe300a16de35a9ba7d75ecbf410 Author: Dylan Whichard Date: Wed Sep 18 02:41:54 2024 -0700 Emulator MIDI File Opening (#283) Emulator can now play MIDI files from a computer directly * Add emulator utility to inject fake NVS data * Add emulator utility to inject fake CNFS data * Add --midi-file argument to emulator * Add MIDI file docs to EMULATOR.md --- main/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index 46411021c..5ae5769f8 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -14,7 +14,7 @@ menu "Swadge Configuration" help Build for the Gunship Swadge (2024) config HARDWARE_HOTDOG - bool "DEBUG_OUTPUT_UART" + bool "HARDWARE_HOTDOG" help Build for the Hotdog Swadge (2025) endchoice