2 files changed
+3
-3
lines changed- .gitignore-1
- .gitmodules+3-3
- .vscode/c_cpp_properties.json+22-18
- .vscode/cmake-kits.json+15
- .vscode/extensions.json+12-11
- .vscode/launch.json+68-25
- .vscode/settings.json+45-32
- .vscode/tasks.json+61
- CMakeLists.txt+20-7
- README.md+12-7
- cpp.hint+4
- pico_sdk_import.cmake+73
- src/CMakeLists.txt+14-11
- src/fatfs/00history.txt+8
- src/fatfs/README.md+1-31
- src/fatfs/ff.c+406-385
- src/fatfs/ff.h+34-33
- src/fatfs/ffconf.h+40-40
- src/fatfs/ffunicode.c+1-1
- src/pico-sdk-1
- src/ria/api/api.c+11-10
- src/ria/api/api.h+19-6
- src/ria/api/clk.c+97-34
- src/ria/api/clk.h+7-4
- src/ria/api/oem.c+11-3
- src/ria/api/oem.h+2-1
- src/ria/btstack_config.h+89
- src/ria/main.c+66-54
- src/ria/main.h+14-11
- src/ria/mon/fil.c+10-6
- src/ria/mon/hlp.c+156-169
- src/ria/mon/mon.c+10-8
- src/ria/mon/ram.c+1
- src/ria/mon/rom.c+26-30
- src/ria/mon/set.c+20-62
- src/ria/str.c+37-17
- src/ria/str.h+8-2
- src/ria/sys/aud.c+8-7
- src/ria/sys/aud.h+1-1
- src/ria/sys/bus.c+40-17
- src/ria/sys/cfg.c+38-49
- src/ria/sys/cfg.h+2-4
- src/ria/sys/com.c+49-64
- src/ria/sys/com.h+12-6
- src/ria/sys/cpu.c+23-39
- src/ria/sys/cpu.h+3-4
- src/ria/sys/ext.c+2-2
- src/ria/sys/ext.h+1-1
- src/ria/sys/lfs.c+29-16
- src/ria/sys/lfs.h+4-4
- src/ria/sys/mdm.c+1-1
- src/ria/sys/mdm.h+1-1
- src/ria/sys/mem.c+9-51
- src/ria/sys/mem.h+6-7
- src/ria/sys/out.c+3-2
- src/ria/sys/out.h+1-1
- src/ria/sys/sys.c+7-3
- src/ria/term/color.c+9-9
- src/ria/term/term.c+389-98
- src/ria/tusb_config.h+21-9
- src/ria/usb/des.c+503
- src/ria/usb/des.h+81
- src/ria/usb/hid.c+79-62
- src/ria/usb/hid.h+12
- src/ria/usb/hid_ps4.c-210
- src/ria/usb/kbd.c+4-17
- src/ria/usb/kbd.h+4-1
- src/ria/usb/msc.c+193-45
- src/ria/usb/msc.h+12
- src/ria/usb/pad.c+379-74
- src/ria/usb/pad.h+17-3
- src/ria/usb/usb.c-42
- src/ria/usb/usb.h-15
- src/ria/usb/xin.c+339
- src/ria/usb/xin.h+18
- src/tinyusb+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments