-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dfb2f04
commit 1058fa3
Showing
12 changed files
with
131 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"include": [ | ||
"$(MODULES)/network/ble/manifest_server.json", | ||
"$(MODULES)/network/ble/manifest_client.json" | ||
], | ||
"modules": { | ||
"*": [ | ||
"$(MODULES)/network/ble/uart/uartserver", | ||
"./stk-server", | ||
"./beacon-packet" | ||
] | ||
}, | ||
"preload": [ | ||
"stk-server", | ||
"beacon-packet" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"include": [ | ||
"$(MODDABLE)/examples/io/tcp/fetch/manifest_fetch.json" | ||
], | ||
"modules": { | ||
"*": [ | ||
"./*" | ||
] | ||
}, | ||
"preload": [ | ||
"dialugue-chatgpt" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"include": [ | ||
"$(MODDABLE)/examples/manifest_base.json", | ||
"$(MODDABLE)/examples/manifest_typings.json", | ||
"$(MODULES)/pins/servo/manifest.json", | ||
"../../extern/scservo/src/manifest-driver.json", | ||
"../../extern/rs30x/src/manifest-driver.json", | ||
"../utilities/manifest_utility.json" | ||
], | ||
"modules": { | ||
"*": [ | ||
"./*" | ||
] | ||
}, | ||
"preload": [ | ||
"dynamixel", | ||
"dynamixel-driver", | ||
"none-driver", | ||
"rs30x-driver", | ||
"scservo-driver", | ||
"sg90-driver" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"include": [ | ||
"$(MODDABLE)/examples/manifest_base.json", | ||
"$(MODDABLE)/examples/manifest_net.json", | ||
"$(MODDABLE)/examples/manifest_typings.json", | ||
"$(MODDABLE)/examples/io/tcp/websocket/manifest_websocket.json", | ||
"$(MODULES)/network/ble/manifest_server.json", | ||
"$(MODULES)/network/ble/manifest_client.json", | ||
"$(MODULES)/network/mdns/manifest.json", | ||
"../utilities/manifest_utility.json" | ||
], | ||
"modules": { | ||
"*": [ | ||
"./*", | ||
"$(MODULES)/network/ble/uart/uartserver", | ||
"../../typings/btutils", | ||
"../../typings/uartserver" | ||
] | ||
}, | ||
"ble": { | ||
"*": [ | ||
"$(MODULES)/network/ble/uart/bleservices/*" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"include": [ | ||
"$(MODDABLE)/examples/manifest_typings.json", | ||
"$(MODDABLE)/examples/pins/audioout/resource-stream/manifest_streamer.json", | ||
"$(MODDABLE)/examples/pins/audioout/elevenlabs-stream/manifest_elevenlabsstreamer.json", | ||
"$(MODULES)/files/file/manifest_littlefs.json", | ||
"./manifest_wavstream.json" | ||
], | ||
"modules": { | ||
"*": [ | ||
"./*", | ||
"$(MODULES)/network/ble/uart/uartserver", | ||
"../../typings/elevenlabsstreamer", | ||
"../../typings/resourcestreamer", | ||
"../../typings/wavstreamer" | ||
] | ||
}, | ||
"preload": [ | ||
"tts-local", | ||
"tts-remote", | ||
"tts-voicevox", | ||
"tts-elevenlabs" | ||
] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"include": [ | ||
"$(MODDABLE)/examples/manifest_base.json", | ||
"$(MODULES)/files/preference/manifest.json", | ||
"$(MODULES)/base/structuredClone/manifest.json", | ||
"$(MODULES)/base/deepEqual/manifest.json", | ||
"$(MODDABLE)/examples/manifest_typings.json" | ||
], | ||
"modules": { | ||
"*": [ | ||
"./*" | ||
] | ||
}, | ||
"preload": [ | ||
"consts", | ||
"stackchan-util" | ||
] | ||
} |