Compare changes
Some changes are not shown.
For a faster browsing experience, only 88 of 1000 files are shown. Download one of the files below to see all changes.
.git-blame-ignore-revs
0 → 100644
+50
−0
.gitattributes
0 → 100644
+26
−0
.github/FUNDING.yml
0 → 100644
+1
−0
.github/ISSUE_TEMPLATE/bug_report.md
0 → 100644
+25
−0
.github/ISSUE_TEMPLATE/config.yml
0 → 100644
+11
−0
.github/ISSUE_TEMPLATE/documentation.md
0 → 100644
+16
−0
+24
−0
.github/ISSUE_TEMPLATE/security.md
0 → 100644
+16
−0
.github/dependabot.yml
0 → 100644
+7
−0
.github/workflows/code_formatting.yml
0 → 100644
+20
−0
.github/workflows/code_size.yml
0 → 100644
+45
−0
.github/workflows/code_size_comment.yml
0 → 100644
+105
−0
.github/workflows/commit_formatting.yml
0 → 100644
+18
−0
.github/workflows/docs.yml
0 → 100644
+22
−0
.github/workflows/examples.yml
0 → 100644
+25
−0
.github/workflows/mpremote.yml
0 → 100644
+31
−0
.github/workflows/mpy_format.yml
0 → 100644
+24
−0
.github/workflows/ports.yml
0 → 100644
+22
−0
.github/workflows/ports_cc3200.yml
0 → 100644
+28
−0
.github/workflows/ports_esp32.yml
0 → 100644
+37
−0
.github/workflows/ports_esp8266.yml
0 → 100644
+28
−0
.github/workflows/ports_mimxrt.yml
0 → 100644
+28
−0
.github/workflows/ports_nrf.yml
0 → 100644
+28
−0
.github/workflows/ports_powerpc.yml
0 → 100644
+28
−0
.github/workflows/ports_qemu-arm.yml
0 → 100644
+32
−0
.github/workflows/ports_renesas-ra.yml
0 → 100644
+29
−0
.github/workflows/ports_rp2.yml
0 → 100644
+28
−0
.github/workflows/ports_samd.yml
0 → 100644
+28
−0
.github/workflows/ports_stm32.yml
0 → 100644
+37
−0
.github/workflows/ports_teensy.yml
0 → 100644
+28
−0
.github/workflows/ports_unix.yml
0 → 100644
+224
−0
.github/workflows/ports_webassembly.yml
0 → 100644
+32
−0
.github/workflows/ports_windows.yml
0 → 100644
+28
−0
.github/workflows/ports_zephyr.yml
0 → 100644
+29
−0
.gitignore
0 → 100644
+31
−0
.gitlab-ci.yml
0 → 100644
+37
−0
.gitmodules
0 → 100644
+58
−0
.pre-commit-config.yaml
0 → 100644
+13
−0
CMakeLists.txt
0 → 100644
+7
−0
README.md
0 → 100644
+206
−0
components/badge23/CMakeLists.txt
0 → 100644
+18
−0
components/badge23/Kconfig
0 → 100644
+32
−0
components/badge23/README.md
0 → 100644
+6
−0
components/badge23/apa102LEDStrip.c
0 → 100644
+50
−0
components/badge23/audio.c
0 → 100644
+349
−0
components/badge23/captouch.c
0 → 100644
+0
−0
File added.
Preview size limit exceeded, changes collapsed.
components/badge23/display.c
0 → 100644
+89
−0
components/badge23/espan.c
0 → 100644
+84
−0
+17
−0
+15
−0
+10
−0
+33
−0
+11
−0
+2
−0
+8
−0
+15
−0
+6
−0
+57
−0
+73
−0
+130
−0
+89
−0
components/badge23/leds.c
0 → 100644
+245
−0
components/badge23/scope.c
0 → 100644
+63
−0
components/badge23/spio.c
0 → 100644
+140
−0
components/badge23/synth.c
0 → 100644
+201
−0
components/badge23/tags
0 → 100644
+162
−0
+6
−0
+13
−0
+6
−0
+4
−0
+16
−0
+7
−0
+147
−0
+208
−0
+202
−0