Skip to content

new lib builder for solo1 #18

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

Merged
merged 30 commits into from
Feb 24, 2022
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
95f4432
S3 new builder
Jason2866 Feb 16, 2022
344cb25
Update defconfig.esp32
Jason2866 Feb 17, 2022
e28e133
Update defconfig.esp32c3
Jason2866 Feb 17, 2022
34e8d3c
Update defconfig.esp32s2
Jason2866 Feb 17, 2022
51ab609
Update defconfig.esp32s3
Jason2866 Feb 17, 2022
0c6c27e
Update defconfig.esp32
Jason2866 Feb 17, 2022
1c4d806
Update defconfig.esp32c3
Jason2866 Feb 17, 2022
6916992
Update defconfig.esp32s2
Jason2866 Feb 17, 2022
83f2302
Update defconfig.esp32s3
Jason2866 Feb 17, 2022
b010866
use release/v4.4 instead of v4.4_dev
Jason2866 Feb 20, 2022
956c3e0
Back to v4.4_dev
Jason2866 Feb 21, 2022
06c3aff
Update defconfig.esp32
Jason2866 Feb 21, 2022
9b5801e
CONFIG_ETH_RMII_CLK_INPUT
Jason2866 Feb 21, 2022
2207430
remove CONFIG_ETH_RMII_CLK_INPUT
Jason2866 Feb 21, 2022
0d392b2
Update defconfig.esp32
Jason2866 Feb 23, 2022
ea253ae
Update defconfig.esp32s2
Jason2866 Feb 24, 2022
3fe85d7
Update defconfig.esp32s3
Jason2866 Feb 24, 2022
b3d36bd
Only ESP32
Jason2866 Feb 24, 2022
8460d1f
cp folder arduino (no need for clone)
Jason2866 Feb 24, 2022
00f8f6a
Update push.yml
Jason2866 Feb 24, 2022
e5df9e2
use fixed path
Jason2866 Feb 24, 2022
3eb8f25
fix path
Jason2866 Feb 24, 2022
463b07a
Update build.sh
Jason2866 Feb 24, 2022
0233ab4
only esp32
Jason2866 Feb 24, 2022
eb06d30
Build framework for one MCU
Jason2866 Feb 24, 2022
c5b89e4
framework is build always
Jason2866 Feb 24, 2022
365a8da
path...
Jason2866 Feb 24, 2022
911c046
Solo1 is Unicore
Jason2866 Feb 24, 2022
cf062a6
Solo1 package name
Jason2866 Feb 24, 2022
ea60d85
Merge branch 'main/new_solo1' of https://github.com/Jason2866/esp32-a…
Jason2866 Feb 24, 2022
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
Prev Previous commit
Next Next commit
Update defconfig.esp32s3
  • Loading branch information
Jason2866 authored Feb 24, 2022
commit 3fe85d7c167ff7bd0632c3680c1256a93de5598c
2 changes: 0 additions & 2 deletions configs/defconfig.esp32s3
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=4096
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=0
CONFIG_ESP32S3_RTC_CLK_CAL_CYCLES=576
CONFIG_ETH_SPI_ETHERNET_DM9051=y
CONFIG_ETH_SPI_ETHERNET_W5500=y
CONFIG_ESP_HTTP_CLIENT_ENABLE_BASIC_AUTH=y
CONFIG_HTTPD_WS_SUPPORT=y
CONFIG_ESP_HTTPS_SERVER_ENABLE=y
Expand Down