Skip to content

Commit

Permalink
migrate libs to shelly-homekit-os new idf builds
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 8, 2025
1 parent 9e30e39 commit c1e8efb
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ cdefs:

libs:
- location: ./libreset
- location: https://github.com/markirb/core
- location: https://github.com/shelly-homekit-mos/core
- location: https://github.com/mongoose-os-libs/file-logger
- location: https://github.com/mongoose-os-libs/homekit-adk
- location: https://github.com/shelly-homekit-mos/homekit-adk
- location: https://github.com/mongoose-os-libs/http-server
- location: https://github.com/mongoose-os-libs/ota-http-server
- location: https://github.com/mongoose-os-libs/rpc-service-config
Expand All @@ -180,11 +180,13 @@ conds:
- when: mos.platform == "esp32c3"
apply:
libs:
- location: https://github.com/markirb/adc
- location: https://github.com/shelly-homekit-mos/mbedtls
- location: https://github.com/shelly-homekit-mos/adc
- when: mos.platform == "esp32"
apply:
libs:
- location: https://github.com/mongoose-os-libs/adc
- location: https://github.com/shelly-homekit-mos/mbedtls
- location: https://github.com/shelly-homekit-mos/adc
- location: https://github.com/mongoose-os-libs/pwm

- when: mos.platform == "esp8266"
Expand Down Expand Up @@ -213,7 +215,7 @@ conds:
# Consider removing in later releases.
- ["shelly.wifi_connect_reboot_timeout", "i", 0, {title: "If not connected for this long when supposed to be, reboot"}]
libs:
- location: https://github.com/mongoose-os-libs/wifi
- location: https://github.com/shelly-homekit-mos/wifi
cdefs:
# Size fine-tuning, saves substantial amount of RAM vs defaults.
HAP_SESSION_SIZE: 392
Expand Down Expand Up @@ -642,8 +644,6 @@ conds:
- when: build_vars.MODEL == "ShellyPlusRGBWPM"
apply:
name: PlusRGBWPM
libs:
- location: https://github.com/mongoose-os-libs/mongoose
sources:
- src/ShellyRGBW2
build_vars:
Expand Down Expand Up @@ -707,8 +707,6 @@ conds:
sources:
- src/ShellyMini1PMGen3
- src/BL0942
libs:
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
MGOS_ROOT_FS_SIZE: 0x60000
APP_SLOT_SIZE: 0x190000
Expand Down Expand Up @@ -754,8 +752,6 @@ conds:
- when: build_vars.MODEL == "ShellyMini1PMGen3"
apply:
name: Mini1PMG3
libs:
- location: https://github.com/mongoose-os-libs/mongoose
sources:
- src/BL0942
build_vars:
Expand Down Expand Up @@ -808,8 +804,6 @@ conds:
- when: build_vars.MODEL == "ShellyMini1Gen3"
apply:
name: Mini1G3
libs:
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
OTA_DATA_ADDR: 0x10000
OTA_DATA_SIZE: 0x4000
Expand Down Expand Up @@ -852,8 +846,6 @@ conds:
name: Plus1Mini
sources:
- src/ShellyMini1Gen3
libs:
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
MGOS_ROOT_FS_TYPE: LFS
MGOS_ROOT_FS_SIZE: 0x60000
Expand Down Expand Up @@ -899,7 +891,6 @@ conds:
libs:
- location: https://github.com/mongoose-os-libs/onewire
- location: https://github.com/mongoose-os-libs/dht
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
ESP_IDF_EXTRA_PARTITION: "aux,0x55,0x00,0x3f0000,48K"
ESP_IDF_EXTRA_PARTITION_2: "shelly,data,0x88,0x3fc000,16K,encrypted"
Expand Down Expand Up @@ -953,7 +944,6 @@ conds:
libs:
- location: https://github.com/mongoose-os-libs/onewire
- location: https://github.com/mongoose-os-libs/dht
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
ESP_IDF_EXTRA_PARTITION: "aux,0x55,0x00,0x3f0000,48K"
ESP_IDF_EXTRA_PARTITION_2: "shelly,data,0x88,0x3fc000,16K,encrypted"
Expand Down Expand Up @@ -1239,7 +1229,6 @@ conds:
libs:
- location: https://github.com/mongoose-os-libs/onewire
- location: https://github.com/mongoose-os-libs/dht
- location: https://github.com/mongoose-os-libs/mongoose
build_vars:
ESP_IDF_EXTRA_PARTITION: "aux,0x55,0x00,0x3f0000,48K"
ESP_IDF_EXTRA_PARTITION_2: "shelly,data,0x88,0x3fc000,16K,encrypted"
Expand Down

0 comments on commit c1e8efb

Please sign in to comment.