probonopd
7f1d36a2bc
Add 'make clean || true' for MiniDexed
...
https://github.com/probonopd/MiniDexed/issues/23
3 years ago
probonopd
1afd35957b
Fix toolchain for Raspberry Pi 3
3 years ago
probonopd
f5ee1fa836
Remove extra steps [ci skip]
3 years ago
probonopd
d2d6b6a70b
Try to build for Build for Raspberry Pi 2
...
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1046315470
3 years ago
probonopd
ee7645a411
'make mrproper || true' in circle-stdlib
...
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1046315470
[ci skip]
3 years ago
probonopd
bd5a6c4acd
Update Synth_Dexed git submodule
3 years ago
probonopd
b1df2ef63c
Support Serial MIDI
...
https://github.com/probonopd/MiniDexed/issues/20#issuecomment-1046300598
Thanks @rsta2
3 years ago
probonopd
868496f904
Do not build for Raspberry Pi 2
...
Until we find out how
https://github.com/probonopd/MiniDexed/issues/23
3 years ago
probonopd
f3eaef49da
Try 'make clean' in build/circle-newlib/aarch64-none-circle/newlib
...
https://github.com/probonopd/MiniDexed/issues/23
3 years ago
probonopd
d2febcba8b
cd build/circle-newlib/ ; make mrproper
...
https://github.com/probonopd/MiniDexed/issues/23#issuecomment-1046291245
3 years ago
probonopd
d06aab6ccd
Transpose one octave less
...
[ci skip]
3 years ago
probonopd
756881cdfe
Use '--prefix "${TOOLCHAIN_PREFIX}"'
3 years ago
probonopd
be64fa2f74
Try to build for Raspberry Pi 2
3 years ago
probonopd
2922c73b62
Add arm-none-eabi-* for 32-bit models
...
[ci skip]
3 years ago
probonopd
9bb6b2b590
Update README.md
...
[ci ksip]
3 years ago
probonopd
3141856c1e
Raspberry Pi 3
...
[ci skip]
3 years ago
probonopd
5470842c4c
MiniDexed_arm64
3 years ago
probonopd
1ab8f75aba
Raspberry Pi 3
...
[ci skip]
3 years ago
probonopd
8ee512dd34
Fix for Raspberry 3, thanks @rsta2
...
https://github.com/probonopd/MiniDexed/issues/16#issuecomment-1046260152
3 years ago
probonopd
1c03a935ff
( cd build/circle-newlib/aarch64-none-circle/newlib ; rm ./config.cache ) || true
3 years ago
probonopd
960c9a75ce
rm ./config.cache || true
3 years ago
probonopd
2011d2ce6e
make clean || true
3 years ago
probonopd
b7542ac81a
Separate run for Raspberry Pi 3 [ci skip]
3 years ago
probonopd
a73994e8df
make clean
3 years ago
probonopd
9af7749c25
Fix if clause
3 years ago
probonopd
97dbde3b0d
Fix if clause
3 years ago
probonopd
34779f470a
Use build.sh
3 years ago
probonopd
d32871dfba
Add build.sh [ci skip]
3 years ago
probonopd
4fe9038a83
Update README.md
3 years ago
probonopd
89dfcecc85
Load hardcoded default sysex, thanks @dcoredump
...
https://github.com/rsta2/circle/issues/274#issuecomment-1045985978
3 years ago
probonopd
3f8503e68e
Update description [ci skip]
3 years ago
probonopd
283f576329
Clarification [ci skip]
3 years ago
probonopd
0fb6d02fe4
Merge pull request #6 from dcoredump/main
...
Script part for creating a boot image added to documentation [ci skip]
3 years ago
Holger Wirtz
6ad0ecd076
Partition fix (instead of p1: p0).
3 years ago
Holger Wirtz
c023537119
Small addition.
3 years ago
Holger Wirtz
3a83ba49bc
Added script for creating an image file for RPi.
3 years ago
probonopd
1bfdb7b012
Update status [ci skip]
...
Thanks @dcoredump @rsta2
3 years ago
probonopd
46ef06c574
Merge pull request #5 from probonopd/pull-4
...
Apply PR #4 without Synth_Dexed git submodule
3 years ago
probonopd
bdb60eb4d1
Apply patch by @rsta2
...
https://github.com/rsta2/circle/issues/274#issuecomment-1040644432
3 years ago
probonopd
b377f8946e
Remove redundant line [ci skip]
3 years ago
probonopd
0d7af29227
Apply PR #4 without Synth_Dexed git submodule
...
Credits: @dcoredump
PR #4 refers to [Synth_Dexed](https://codeberg.org/dcoredump/Synth_Dexed ) `c6e768820cffd2c9db277ebce3faf67b27efb26b` which [does not seem to exist](https://github.com/probonopd/MiniDexed/runs/5204665368?check_suite_focus=true#step:3:11 ). Hence applying the changes this way.
3 years ago
probonopd
01ebd6c912
Update Synth_Dexed
3 years ago
probonopd
4c1aaf1424
Update README.md
...
[ci skip]
3 years ago
probonopd
89aca1d0cc
Use Synth_Dexed, thanks @dcoredump
...
https://github.com/rsta2/circle/issues/274#issuecomment-1032660587
3 years ago
probonopd
bdaacaac22
Update README.md
...
[ci skip]
3 years ago
probonopd
3602fb3828
Initialize and start miniorgan
...
Thanks @rsta2
https://github.com/rsta2/circle/issues/274#issuecomment-1030880643
3 years ago
probonopd
808a59baa3
Fix freeze, thanks @rsta2
...
https://github.com/rsta2/circle/issues/274#issuecomment-1030851026
3 years ago
probonopd
64cc7fe2c7
Merge pull request #3 from probonopd/miniorgan
...
Port miniorgan, thanks @smuehlst
3 years ago
probonopd
db5bdd2bc8
Merge pull request #2 from smuehlst/fix-miniorgan-build
...
Fix build errors in initial miniorgan program
3 years ago
Stephan Mühlstrasser
83f862d18c
Fix build errors in initial miniorgan program
...
Fixed build errors in initial attempt to port the Circle
miniorgan sample program to circle-stdlib:
Remove members that are provided by the convencience base
class CStdlibAppStdio.
Correct syntax for invoking base class and member constructors.
Added miniorgan.o module to Makefile.
3 years ago