Skip to content

Commit df2e374

Browse files
Merge branch 'main' into add_support_for_more_targets
2 parents 2dec2ed + 21c8a8d commit df2e374

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114

115115
if: true
116116

117+
117118
name: build rp2040
118119

119120
runs-on: ubuntu-latest
@@ -126,18 +127,22 @@ jobs:
126127
steps:
127128
- name: Checkout repository
128129
uses: actions/checkout@v4
130+
129131
with:
130132
submodules: 'true'
131133

132134
- name: Compile sketch
133135
uses: arduino/compile-sketches@v1
134136
with:
135137
fqbn: ${{ matrix.fqbn }}
138+
136139
build-properties: build.usbstack=tinyusb
140+
137141
platforms: |
138142
- name: rp2040:rp2040
139143
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
140144
sketch-paths: |
145+
141146
- examples/ml_epiano_example
142147
- examples/ml_mod_tracker
143148
- examples/ml_synth_basic_example
@@ -162,6 +167,11 @@ jobs:
162167
version: 1.14.1
163168
- source-url: https://github.com/marcel-licence/AC101.git
164169
name: AC101
170+
- source-url: https://github.com/marcel-licence/ML_SynthTools.git
171+
name: ML_SynthTools
172+
- source-url: https://github.com/FortySevenEffects/arduino_midi_library.git
173+
name: MIDI_Library
174+
version: 5.0.2
165175
166176
build_stm32:
167177

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,13 @@ Some changes in the toolchain cause that the linker searches the lib in the cort
116116
---
117117

118118
Please feel free to share your experience and ideas.
119+
120+
## Support & Donations
121+
122+
If you appreciate the work done on this project and would like to support its development, I would be more than happy to accept donations!
123+
124+
For more information on how to donate, please send an email to:
125+
126+
127+
128+
Thank you for your support!

0 commit comments

Comments
 (0)