Skip to content

Commit 541570d

Browse files
committed
Merge branch 'IDF5_4' of https://github.com/AdrianSoundy/nf-interpreter into IDF5_4
2 parents de89a74 + 043af5a commit 541570d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

targets/ESP32/_IDF/esp32p4/partitions_nanoclr_16mb.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
###############################################################################################################################
77
nvs, data, nvs, 0x9000, 0x6000,
88
phy_init, data, phy, 0xf000, 0x1000,
9-
# Factory area for NanoCLR - 1664k
9+
# Factory area for nanoCLR - 1664k
1010
factory, app, factory, 0x10000, 0x1A0000,
1111
# Deployment area for Managed code 2944k
1212
deploy, data, 0x84, 0x1B0000, 0x2E0000,

targets/ESP32/_IDF/esp32p4/partitions_nanoclr_32mb.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
###############################################################################################################################
77
nvs, data, nvs, 0x9000, 0x6000,
88
phy_init, data, phy, 0xf000, 0x1000,
9-
# Factory area for NanoCLR - 1664k
9+
# Factory area for nanoCLR - 1664k
1010
factory, app, factory, 0x10000, 0x1A0000,
1111
# Deployment area for Managed code 2944k
1212
deploy, data, 0x84, 0x1B0000, 0x2E0000,

targets/ESP32/_IDF/esp32p4/partitions_nanoclr_4mb.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
###############################################################################################################################
77
nvs, data, nvs, 0x9000, 0x6000,
88
phy_init, data, phy, 0xf000, 0x1000,
9-
# Factory area for NanoCLR - 1664k
9+
# Factory area for nanoCLR - 1664k
1010
factory, app, factory, 0x10000, 0x1A0000,
1111
# Deployment area for Managed code 1984k
1212
deploy, data, 0x84, 0x1B0000, 0x1F0000,

targets/ESP32/_IDF/esp32p4/partitions_nanoclr_8mb.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
###############################################################################################################################
77
nvs, data, nvs, 0x9000, 0x6000,
88
phy_init, data, phy, 0xf000, 0x1000,
9-
# Factory area for NanoCLR - 1664k
9+
# Factory area for nanoCLR - 1664k
1010
factory, app, factory, 0x10000, 0x1A0000,
1111
# Deployment area for Managed code 2944k
1212
deploy, data, 0x84, 0x1B0000, 0x2E0000,

0 commit comments

Comments
 (0)