Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mozzi 2.0 - Start config rework #211

Merged
merged 34 commits into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
571e460
Start config rework
tfry-git Nov 13, 2023
80c4908
Finish "outline" for config options (generic, and AVR, only for now)
tfry-git Nov 13, 2023
9c72043
Merge pull request #202 from tomcombriat/AVR_misFreq
tomcombriat Oct 24, 2023
f837cf1
Start obsoleted files
tfry-git Nov 13, 2023
1c42eec
Start moving MozziGuts over the the new config.
tfry-git Nov 13, 2023
37cbd58
Fix a first round of bugs
tfry-git Nov 13, 2023
5186dcc
Sinewave compiles on AVR with reworked config
tfry-git Nov 14, 2023
b19df2a
Fix typos in defines
tfry-git Nov 14, 2023
4b03226
Also compiles for ESP32, now, in default config.
tfry-git Nov 14, 2023
9b100ca
Temporarily bring back mozzi_config.h to allow intermediate testing
tfry-git Nov 14, 2023
d0b5409
Allow to disable analog read code on AVR
tfry-git Nov 15, 2023
c108adb
Compiles on ESP8266
tfry-git Nov 15, 2023
8d79693
Document output modes & options for all remaining architectures
tfry-git Nov 15, 2023
ec037d2
STM32duino compiles
tfry-git Nov 16, 2023
6576b46
STM32 (maple) compiles
tfry-git Nov 17, 2023
f9679c6
MBED compiles
tfry-git Nov 17, 2023
a5032ee
Renesas compiles
tfry-git Nov 17, 2023
dac329e
Compiles on Teensy 3.1/4.0
tfry-git Nov 18, 2023
dd18c52
SAMD compiles
tfry-git Nov 18, 2023
5a47d80
RP2040 compiles
tfry-git Nov 18, 2023
219980e
Start reorganizing port documentation
tfry-git Nov 18, 2023
5b946e0
De-duplicate documentation
tfry-git Nov 19, 2023
8628532
Add some configuration examples
tfry-git Nov 19, 2023
1ea4de8
Documentation corrections and clarifcations
tfry-git Nov 19, 2023
cd05838
Clean up some outdated comments
tfry-git Nov 19, 2023
1fc91cd
Fixed RP2040 documentation and I2S, added config option for RP2040
tomcombriat Nov 22, 2023
76be1a1
Clarification and corrected MOZZI_AUDIO_BITS for external config
tomcombriat Nov 26, 2023
eab7b15
Fix AudioExternal for giga
tomcombriat Nov 28, 2023
3d024d3
Fix of mozziAnalogRead for Renesas
tomcombriat Nov 29, 2023
5787dfd
Merge pull request #215 from tomcombriat/fixRenesas
tomcombriat Dec 9, 2023
e40401a
Fix /* in comment
tfry-git Jan 1, 2024
47e990e
Fix mixup of PDM and PWM
tfry-git Jan 1, 2024
730a74a
Merge branch 'master' into devel/config_rework
tfry-git Jan 2, 2024
bb26c0a
Corrected important type for STM32 (Maple core)
tomcombriat Jan 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions AudioConfigESP.h

This file was deleted.

45 changes: 0 additions & 45 deletions AudioConfigESP32.h

This file was deleted.

37 changes: 0 additions & 37 deletions AudioConfigHiSpeed14bitPwm.h

This file was deleted.

45 changes: 0 additions & 45 deletions AudioConfigMBED.h

This file was deleted.

53 changes: 0 additions & 53 deletions AudioConfigRP2040.h

This file was deleted.

25 changes: 0 additions & 25 deletions AudioConfigRenesas.h

This file was deleted.

15 changes: 0 additions & 15 deletions AudioConfigSAMD21.h

This file was deleted.

33 changes: 0 additions & 33 deletions AudioConfigSTM32.h

This file was deleted.

33 changes: 0 additions & 33 deletions AudioConfigSTM32duino.h

This file was deleted.

25 changes: 0 additions & 25 deletions AudioConfigStandard9bitPwm.h

This file was deleted.

26 changes: 0 additions & 26 deletions AudioConfigStandardPlus.h

This file was deleted.

Loading