Compare commits
34 Commits
9fc58a827b
...
ui
Author | SHA1 | Date | |
---|---|---|---|
9cf1855b51 | |||
763a2053ad | |||
324fa463be | |||
aaf515d8f4 | |||
7beca0cf53 | |||
ace47b7835 | |||
9045b10631 | |||
f2e775f6f5 | |||
a654527dc3 | |||
|
0906cb22e6 | ||
|
e4a83e8f0d | ||
|
f4e9f8fff7 | ||
|
d57fce77fb | ||
|
fbeb365932 | ||
|
ed35d6b838 | ||
|
f9188b694e | ||
|
1844a2e4c5 | ||
|
5a05ee99a1 | ||
|
aa9b5bb324 | ||
937fb1f2f9 | |||
ed5bbb8c18 | |||
f9c3d08b0f | |||
e5cf15d7b0 | |||
c40b5629bf | |||
a4a00021d8 | |||
f2dcdabf29 | |||
5f7db51851 | |||
fcbe9e9094 | |||
36dfda74b2 | |||
8d0c9edf5d | |||
1da2e30d4c | |||
9ff38aa875 | |||
3b869851b8 | |||
ddbf4a00f4 |
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# Lighting Controller UI Client Configuration
|
||||
|
||||
# WebSocket URI for the control server
|
||||
# For local development (running UI on same machine as control server):
|
||||
CONTROL_SERVER_URI=ws://localhost:8765
|
||||
|
||||
# For remote connection (running UI on desktop, control server on Pi):
|
||||
# Replace with your Raspberry Pi's IP address
|
||||
# CONTROL_SERVER_URI=ws://10.1.1.117:8765
|
27
Pipfile
27
Pipfile
@@ -9,15 +9,32 @@ watchfiles = "*"
|
||||
async-tkinter-loop = "*"
|
||||
mido = "*"
|
||||
python-rtmidi = "*"
|
||||
pyaudio = "*"
|
||||
aubio = "*"
|
||||
|
||||
websocket-client = "*"
|
||||
python-dotenv = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
||||
python_version = "3.11"
|
||||
|
||||
[scripts]
|
||||
main = "python main.py"
|
||||
dev = 'watchfiles "python src/main.py" src'
|
||||
run = "python src/main.py"
|
||||
ui = "python src/ui_client.py"
|
||||
control = "python src/control_server.py"
|
||||
control-spi = "python src/control_server.py --transport spi"
|
||||
control-ws = "python src/control_server.py --transport websocket"
|
||||
sound = "python src/sound.py"
|
||||
dev-ui = 'watchfiles "python src/ui_client.py" src'
|
||||
dev-control = 'watchfiles --args "--transport spi" "python src/control_server.py" src'
|
||||
dev-control-spi = 'watchfiles --args "--transport spi" "python src/control_server.py" src'
|
||||
dev-control-ws = 'watchfiles --args "--transport websocket" "python src/control_server.py" src'
|
||||
install = "pipenv install"
|
||||
install-system = "bash -c 'sudo apt-get update && sudo apt-get install -y python3-spidev python3-pip python3-dev portaudio19-dev libasound2-dev'"
|
||||
monitor-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py -p ${ESPPORT:-/dev/ttyACM0} monitor'"
|
||||
build-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py build'"
|
||||
flash-esp32 = "bash -c 'source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py -p $ESPPORT -b ${ESPSPEED:-460800} flash'"
|
||||
watch-esp32 = "watchfiles 'bash -c \"source $HOME/esp/esp-idf/export.sh && cd esp32 && idf.py -p ${ESPPORT:-/dev/ttyACM0} -b ${ESPSPEED:-460800} flash monitor\"' esp32/main"
|
||||
send-json = "python test/send_json.py"
|
||||
send-net = "python test/test_networking.py"
|
||||
sound-run = "python src/sound.py"
|
||||
|
174
Pipfile.lock
generated
174
Pipfile.lock
generated
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "4aaef0c08e86d190f036736e98ff0e932788c7b461e725840de5699a8758b9d5"
|
||||
"sha256": "3f3ca9af45dd4382aac3c649ae11cefbe97059ad14f40172735213c4919baada"
|
||||
},
|
||||
"pipfile-spec": 6,
|
||||
"requires": {
|
||||
"python_version": "3.12"
|
||||
"python_version": "3.11"
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
@@ -18,11 +18,11 @@
|
||||
"default": {
|
||||
"anyio": {
|
||||
"hashes": [
|
||||
"sha256:3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6",
|
||||
"sha256:60e474ac86736bbfd6f210f7a61218939c318f43f9972497381f1c5e930ed3d1"
|
||||
"sha256:0287e96f4d26d4149305414d4e3bc32f0dcd0862365a4bddea19d7a1ec38c4fc",
|
||||
"sha256:82a8d0b81e318cc5ce71a5f1f8b5c4e63619620b63141ef8c995fa0db95a57c4"
|
||||
],
|
||||
"markers": "python_version >= '3.9'",
|
||||
"version": "==4.10.0"
|
||||
"version": "==4.11.0"
|
||||
},
|
||||
"async-tkinter-loop": {
|
||||
"hashes": [
|
||||
@@ -30,7 +30,6 @@
|
||||
"sha256:509c418139847bcb2e47a5a6b6d24a2e2dca290bc468dad6b6b8029e8a865bfd"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.8' and python_version < '4.0'",
|
||||
"version": "==0.9.3"
|
||||
},
|
||||
"aubio": {
|
||||
@@ -54,88 +53,87 @@
|
||||
"sha256:1aecb30b7f282404f17e43768cbf74a6a31bf22b3b783bdd117a1ce9d22cb74c"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version ~= '3.7'",
|
||||
"version": "==1.3.3"
|
||||
},
|
||||
"numpy": {
|
||||
"hashes": [
|
||||
"sha256:07b62978075b67eee4065b166d000d457c82a1efe726cce608b9db9dd66a73a5",
|
||||
"sha256:087ffc25890d89a43536f75c5fe8770922008758e8eeeef61733957041ed2f9b",
|
||||
"sha256:092aeb3449833ea9c0bf0089d70c29ae480685dd2377ec9cdbbb620257f84631",
|
||||
"sha256:095737ed986e00393ec18ec0b21b47c22889ae4b0cd2d5e88342e08b01141f58",
|
||||
"sha256:0a4f2021a6da53a0d580d6ef5db29947025ae8b35b3250141805ea9a32bbe86b",
|
||||
"sha256:103ea7063fa624af04a791c39f97070bf93b96d7af7eb23530cd087dc8dbe9dc",
|
||||
"sha256:11e58218c0c46c80509186e460d79fbdc9ca1eb8d8aee39d8f2dc768eb781089",
|
||||
"sha256:122bf5ed9a0221b3419672493878ba4967121514b1d7d4656a7580cd11dddcbf",
|
||||
"sha256:14a91ebac98813a49bc6aa1a0dfc09513dcec1d97eaf31ca21a87221a1cdcb15",
|
||||
"sha256:1f91e5c028504660d606340a084db4b216567ded1056ea2b4be4f9d10b67197f",
|
||||
"sha256:20b8200721840f5621b7bd03f8dcd78de33ec522fc40dc2641aa09537df010c3",
|
||||
"sha256:240259d6564f1c65424bcd10f435145a7644a65a6811cfc3201c4a429ba79170",
|
||||
"sha256:2738534837c6a1d0c39340a190177d7d66fdf432894f469728da901f8f6dc910",
|
||||
"sha256:27c9f90e7481275c7800dc9c24b7cc40ace3fdb970ae4d21eaff983a32f70c91",
|
||||
"sha256:293b2192c6bcce487dbc6326de5853787f870aeb6c43f8f9c6496db5b1781e45",
|
||||
"sha256:2c3271cc4097beb5a60f010bcc1cc204b300bb3eafb4399376418a83a1c6373c",
|
||||
"sha256:2f4f0215edb189048a3c03bd5b19345bdfa7b45a7a6f72ae5945d2a28272727f",
|
||||
"sha256:3dcf02866b977a38ba3ec10215220609ab9667378a9e2150615673f3ffd6c73b",
|
||||
"sha256:4209f874d45f921bde2cff1ffcd8a3695f545ad2ffbef6d3d3c6768162efab89",
|
||||
"sha256:448a66d052d0cf14ce9865d159bfc403282c9bc7bb2a31b03cc18b651eca8b1a",
|
||||
"sha256:4ae6863868aaee2f57503c7a5052b3a2807cf7a3914475e637a0ecd366ced220",
|
||||
"sha256:4d002ecf7c9b53240be3bb69d80f86ddbd34078bae04d87be81c1f58466f264e",
|
||||
"sha256:4e6ecfeddfa83b02318f4d84acf15fbdbf9ded18e46989a15a8b6995dfbf85ab",
|
||||
"sha256:508b0eada3eded10a3b55725b40806a4b855961040180028f52580c4729916a2",
|
||||
"sha256:546aaf78e81b4081b2eba1d105c3b34064783027a06b3ab20b6eba21fb64132b",
|
||||
"sha256:572d5512df5470f50ada8d1972c5f1082d9a0b7aa5944db8084077570cf98370",
|
||||
"sha256:5ad4ebcb683a1f99f4f392cc522ee20a18b2bb12a2c1c42c3d48d5a1adc9d3d2",
|
||||
"sha256:66459dccc65d8ec98cc7df61307b64bf9e08101f9598755d42d8ae65d9a7a6ee",
|
||||
"sha256:6936aff90dda378c09bea075af0d9c675fe3a977a9d2402f95a87f440f59f619",
|
||||
"sha256:69779198d9caee6e547adb933941ed7520f896fd9656834c300bdf4dd8642712",
|
||||
"sha256:6f1ae3dcb840edccc45af496f312528c15b1f79ac318169d094e85e4bb35fdf1",
|
||||
"sha256:71669b5daae692189540cffc4c439468d35a3f84f0c88b078ecd94337f6cb0ec",
|
||||
"sha256:72c6df2267e926a6d5286b0a6d556ebe49eae261062059317837fda12ddf0c1a",
|
||||
"sha256:72dbebb2dcc8305c431b2836bcc66af967df91be793d63a24e3d9b741374c450",
|
||||
"sha256:754d6755d9a7588bdc6ac47dc4ee97867271b17cee39cb87aef079574366db0a",
|
||||
"sha256:76c3e9501ceb50b2ff3824c3589d5d1ab4ac857b0ee3f8f49629d0de55ecf7c2",
|
||||
"sha256:7a0e27186e781a69959d0230dd9909b5e26024f8da10683bd6344baea1885168",
|
||||
"sha256:7d6e390423cc1f76e1b8108c9b6889d20a7a1f59d9a60cac4a050fa734d6c1e2",
|
||||
"sha256:8145dd6d10df13c559d1e4314df29695613575183fa2e2d11fac4c208c8a1f73",
|
||||
"sha256:8446acd11fe3dc1830568c941d44449fd5cb83068e5c70bd5a470d323d448296",
|
||||
"sha256:852ae5bed3478b92f093e30f785c98e0cb62fa0a939ed057c31716e18a7a22b9",
|
||||
"sha256:87c930d52f45df092f7578889711a0768094debf73cfcde105e2d66954358125",
|
||||
"sha256:8b1224a734cd509f70816455c3cffe13a4f599b1bf7130f913ba0e2c0b2006c0",
|
||||
"sha256:8dc082ea901a62edb8f59713c6a7e28a85daddcb67454c839de57656478f5b19",
|
||||
"sha256:906a30249315f9c8e17b085cc5f87d3f369b35fedd0051d4a84686967bdbbd0b",
|
||||
"sha256:938065908d1d869c7d75d8ec45f735a034771c6ea07088867f713d1cd3bbbe4f",
|
||||
"sha256:9c144440db4bf3bb6372d2c3e49834cc0ff7bb4c24975ab33e01199e645416f2",
|
||||
"sha256:9e196ade2400c0c737d93465327d1ae7c06c7cb8a1756121ebf54b06ca183c7f",
|
||||
"sha256:a3ef07ec8cbc8fc9e369c8dcd52019510c12da4de81367d8b20bc692aa07573a",
|
||||
"sha256:a7af9ed2aa9ec5950daf05bb11abc4076a108bd3c7db9aa7251d5f107079b6a6",
|
||||
"sha256:a9f66e7d2b2d7712410d3bc5684149040ef5f19856f20277cd17ea83e5006286",
|
||||
"sha256:aa098a5ab53fa407fded5870865c6275a5cd4101cfdef8d6fafc48286a96e981",
|
||||
"sha256:af58de8745f7fa9ca1c0c7c943616c6fe28e75d0c81f5c295810e3c83b5be92f",
|
||||
"sha256:b05a89f2fb84d21235f93de47129dd4f11c16f64c87c33f5e284e6a3a54e43f2",
|
||||
"sha256:b5e40e80299607f597e1a8a247ff8d71d79c5b52baa11cc1cce30aa92d2da6e0",
|
||||
"sha256:b9d0878b21e3918d76d2209c924ebb272340da1fb51abc00f986c258cd5e957b",
|
||||
"sha256:bc3186bea41fae9d8e90c2b4fb5f0a1f5a690682da79b92574d63f56b529080b",
|
||||
"sha256:c63d95dc9d67b676e9108fe0d2182987ccb0f11933c1e8959f42fa0da8d4fa56",
|
||||
"sha256:c771cfac34a4f2c0de8e8c97312d07d64fd8f8ed45bc9f5726a7e947270152b5",
|
||||
"sha256:c8d9727f5316a256425892b043736d63e89ed15bbfe6556c5ff4d9d4448ff3b3",
|
||||
"sha256:cbc95b3813920145032412f7e33d12080f11dc776262df1712e1638207dde9e8",
|
||||
"sha256:cefc2219baa48e468e3db7e706305fcd0c095534a192a08f31e98d83a7d45fb0",
|
||||
"sha256:d95f59afe7f808c103be692175008bab926b59309ade3e6d25009e9a171f7036",
|
||||
"sha256:dd937f088a2df683cbb79dda9a772b62a3e5a8a7e76690612c2737f38c6ef1b6",
|
||||
"sha256:de6ea4e5a65d5a90c7d286ddff2b87f3f4ad61faa3db8dabe936b34c2275b6f8",
|
||||
"sha256:e0486a11ec30cdecb53f184d496d1c6a20786c81e55e41640270130056f8ee48",
|
||||
"sha256:ee807923782faaf60d0d7331f5e86da7d5e3079e28b291973c545476c2b00d07",
|
||||
"sha256:efc81393f25f14d11c9d161e46e6ee348637c0a1e8a54bf9dedc472a3fae993b",
|
||||
"sha256:f0a1a8476ad77a228e41619af2fa9505cf69df928e9aaa165746584ea17fed2b",
|
||||
"sha256:f75018be4980a7324edc5930fe39aa391d5734531b1926968605416ff58c332d",
|
||||
"sha256:f92d6c2a8535dc4fe4419562294ff957f83a16ebdec66df0805e473ffaad8bd0",
|
||||
"sha256:fb1752a3bb9a3ad2d6b090b88a9a0ae1cd6f004ef95f75825e2f382c183b2097",
|
||||
"sha256:fc927d7f289d14f5e037be917539620603294454130b6de200091e23d27dc9be",
|
||||
"sha256:fed5527c4cf10f16c6d0b6bee1f89958bccb0ad2522c8cadc2efd318bcd545f5"
|
||||
"sha256:067e3d7159a5d8f8a0b46ee11148fc35ca9b21f61e3c49fbd0a027450e65a33b",
|
||||
"sha256:0edd58682a399824633b66885d699d7de982800053acf20be1eaa46d92009c54",
|
||||
"sha256:0ffc4f5caba7dfcbe944ed674b7eef683c7e94874046454bb79ed7ee0236f59d",
|
||||
"sha256:1250c5d3d2562ec4174bce2e3a1523041595f9b651065e4a4473f5f48a6bc8a5",
|
||||
"sha256:179a42101b845a816d464b6fe9a845dfaf308fdfc7925387195570789bb2c970",
|
||||
"sha256:1c02d0629d25d426585fb2e45a66154081b9fa677bc92a881ff1d216bc9919a8",
|
||||
"sha256:1e02c7159791cd481e1e6d5ddd766b62a4d5acf8df4d4d1afe35ee9c5c33a41e",
|
||||
"sha256:2990adf06d1ecee3b3dcbb4977dfab6e9f09807598d647f04d385d29e7a3c3d3",
|
||||
"sha256:2e267c7da5bf7309670523896df97f93f6e469fb931161f483cd6882b3b1a5dc",
|
||||
"sha256:367ad5d8fbec5d9296d18478804a530f1191e24ab4d75ab408346ae88045d25e",
|
||||
"sha256:396b254daeb0a57b1fe0ecb5e3cff6fa79a380fa97c8f7781a6d08cd429418fe",
|
||||
"sha256:3c7cf302ac6e0b76a64c4aecf1a09e51abd9b01fc7feee80f6c43e3ab1b1dbc5",
|
||||
"sha256:40051003e03db4041aa325da2a0971ba41cf65714e65d296397cc0e32de6018b",
|
||||
"sha256:414a97499480067d305fcac9716c29cf4d0d76db6ebf0bf3cbce666677f12652",
|
||||
"sha256:433bf137e338677cebdd5beac0199ac84712ad9d630b74eceeb759eaa45ddf30",
|
||||
"sha256:4384a169c4d8f97195980815d6fcad04933a7e1ab3b530921c3fef7a1c63426d",
|
||||
"sha256:497d7cad08e7092dba36e3d296fe4c97708c93daf26643a1ae4b03f6294d30eb",
|
||||
"sha256:50a5fe69f135f88a2be9b6ca0481a68a136f6febe1916e4920e12f1a34e708a7",
|
||||
"sha256:533ca5f6d325c80b6007d4d7fb1984c303553534191024ec6a524a4c92a5935a",
|
||||
"sha256:5534ed6b92f9b7dca6c0a19d6df12d41c68b991cef051d108f6dbff3babc4ebf",
|
||||
"sha256:5b83648633d46f77039c29078751f80da65aa64d5622a3cd62aaef9d835b6c93",
|
||||
"sha256:691808c2b26b0f002a032c73255d0bd89751425f379f7bcd22d140db593a96e8",
|
||||
"sha256:6ee9086235dd6ab7ae75aba5662f582a81ced49f0f1c6de4260a78d8f2d91a19",
|
||||
"sha256:74c2a948d02f88c11a3c075d9733f1ae67d97c6bdb97f2bb542f980458b257e7",
|
||||
"sha256:75370986cc0bc66f4ce5110ad35aae6d182cc4ce6433c40ad151f53690130bf1",
|
||||
"sha256:78c9f6560dc7e6b3990e32df7ea1a50bbd0e2a111e05209963f5ddcab7073b0b",
|
||||
"sha256:7af05ed4dc19f308e1d9fc759f36f21921eb7bbfc82843eeec6b2a2863a0aefa",
|
||||
"sha256:7f025652034199c301049296b59fa7d52c7e625017cae4c75d8662e377bf487d",
|
||||
"sha256:823d04112bc85ef5c4fda73ba24e6096c8f869931405a80aa8b0e604510a26bc",
|
||||
"sha256:8596ba2f8af5f93b01d97563832686d20206d303024777f6dfc2e7c7c3f1850e",
|
||||
"sha256:8e9aced64054739037d42fb84c54dd38b81ee238816c948c8f3ed134665dcd86",
|
||||
"sha256:8f6ac61a217437946a1fa48d24c47c91a0c4f725237871117dea264982128097",
|
||||
"sha256:901bf6123879b7f251d3631967fd574690734236075082078e0571977c6a8e6a",
|
||||
"sha256:93d4962d8f82af58f0b2eb85daaf1b3ca23fe0a85d0be8f1f2b7bb46034e56d7",
|
||||
"sha256:94fcaa68757c3e2e668ddadeaa86ab05499a70725811e582b6a9858dd472fb30",
|
||||
"sha256:952cfd0748514ea7c3afc729a0fc639e61655ce4c55ab9acfab14bda4f402b4c",
|
||||
"sha256:9591e1221db3f37751e6442850429b3aabf7026d3b05542d102944ca7f00c8a8",
|
||||
"sha256:99683cbe0658f8271b333a1b1b4bb3173750ad59c0c61f5bbdc5b318918fffe3",
|
||||
"sha256:9ad12e976ca7b10f1774b03615a2a4bab8addce37ecc77394d8e986927dc0dfe",
|
||||
"sha256:9cc48e09feb11e1db00b320e9d30a4151f7369afb96bd0e48d942d09da3a0d00",
|
||||
"sha256:9dc13c6a5829610cc07422bc74d3ac083bd8323f14e2827d992f9e52e22cd6a6",
|
||||
"sha256:9e318ee0596d76d4cb3d78535dc005fa60e5ea348cd131a51e99d0bdbe0b54fe",
|
||||
"sha256:a333b4ed33d8dc2b373cc955ca57babc00cd6f9009991d9edc5ddbc1bac36bcd",
|
||||
"sha256:afd07d377f478344ec6ca2b8d4ca08ae8bd44706763d1efb56397de606393f48",
|
||||
"sha256:b001bae8cea1c7dfdb2ae2b017ed0a6f2102d7a70059df1e338e307a4c78a8ae",
|
||||
"sha256:b37a0b2e5935409daebe82c1e42274d30d9dd355852529eab91dab8dcca7419f",
|
||||
"sha256:b912f2ed2b67a129e6a601e9d93d4fa37bef67e54cac442a2f588a54afe5c67a",
|
||||
"sha256:bc92a5dedcc53857249ca51ef29f5e5f2f8c513e22cfb90faeb20343b8c6f7a6",
|
||||
"sha256:ca0309a18d4dfea6fc6262a66d06c26cfe4640c3926ceec90e57791a82b6eee5",
|
||||
"sha256:cb248499b0bc3be66ebd6578b83e5acacf1d6cb2a77f2248ce0e40fbec5a76d0",
|
||||
"sha256:cb32e3cf0f762aee47ad1ddc6672988f7f27045b0783c887190545baba73aa25",
|
||||
"sha256:cd052f1fa6a78dee696b58a914b7229ecfa41f0a6d96dc663c1220a55e137593",
|
||||
"sha256:cd4260f64bc794c3390a63bf0728220dd1a68170c169088a1e0dfa2fde1be12f",
|
||||
"sha256:cd7de500a5b66319db419dc3c345244404a164beae0d0937283b907d8152e6ea",
|
||||
"sha256:ce020080e4a52426202bdb6f7691c65bb55e49f261f31a8f506c9f6bc7450421",
|
||||
"sha256:cfdd09f9c84a1a934cde1eec2267f0a43a7cd44b2cca4ff95b7c0d14d144b0bf",
|
||||
"sha256:d00de139a3324e26ed5b95870ce63be7ec7352171bc69a4cf1f157a48e3eb6b7",
|
||||
"sha256:d79715d95f1894771eb4e60fb23f065663b2298f7d22945d66877aadf33d00c7",
|
||||
"sha256:d8f3b1080782469fdc1718c4ed1d22549b5fb12af0d57d35e992158a772a37cf",
|
||||
"sha256:d9192da52b9745f7f0766531dcfa978b7763916f158bb63bdb8a1eca0068ab20",
|
||||
"sha256:d9d537a39cc9de668e5cd0e25affb17aec17b577c6b3ae8a3d866b479fbe88d0",
|
||||
"sha256:da1a74b90e7483d6ce5244053399a614b1d6b7bc30a60d2f570e5071f8959d3e",
|
||||
"sha256:dca2d0fc80b3893ae72197b39f69d55a3cd8b17ea1b50aa4c62de82419936150",
|
||||
"sha256:ddc7c39727ba62b80dfdbedf400d1c10ddfa8eefbd7ec8dcb118be8b56d31029",
|
||||
"sha256:e1ec5615b05369925bd1125f27df33f3b6c8bc10d788d5999ecd8769a1fa04db",
|
||||
"sha256:e6687dc183aa55dae4a705b35f9c0f8cb178bcaa2f029b241ac5356221d5c021",
|
||||
"sha256:e7e946c7170858a0295f79a60214424caac2ffdb0063d4d79cb681f9aa0aa569",
|
||||
"sha256:eb63d443d7b4ffd1e873f8155260d7f58e7e4b095961b01c91062935c2491e57",
|
||||
"sha256:ec9d249840f6a565f58d8f913bccac2444235025bbb13e9a4681783572ee3caa",
|
||||
"sha256:ed635ff692483b8e3f0fcaa8e7eb8a75ee71aa6d975388224f70821421800cea",
|
||||
"sha256:eda59e44957d272846bb407aad19f89dc6f58fecf3504bd144f4c5cf81a7eacc",
|
||||
"sha256:f0dadeb302887f07431910f67a14d57209ed91130be0adea2f9793f1a4f817cf",
|
||||
"sha256:f0ddb4b96a87b6728df9362135e764eac3cfa674499943ebc44ce96c478ab125",
|
||||
"sha256:f5415fb78995644253370985342cd03572ef8620b934da27d77377a2285955bf"
|
||||
],
|
||||
"markers": "python_version >= '3.11'",
|
||||
"version": "==2.3.2"
|
||||
"version": "==2.3.3"
|
||||
},
|
||||
"packaging": {
|
||||
"hashes": [
|
||||
@@ -194,7 +192,6 @@
|
||||
"sha256:f2138005c6bd3d8b9af05df383679f6d0827d16056e68a941110732310dcb7dd"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.8'",
|
||||
"version": "==1.5.8"
|
||||
},
|
||||
"sniffio": {
|
||||
@@ -205,6 +202,14 @@
|
||||
"markers": "python_version >= '3.7'",
|
||||
"version": "==1.3.1"
|
||||
},
|
||||
"spidev": {
|
||||
"hashes": [
|
||||
"sha256:07d0da112ca944df41f080811bb123b910df63bb38b66712289bc4fd9d682185",
|
||||
"sha256:2bc02fb8c6312d519ebf1f4331067427c0921d3f77b8bcaf05189a2e8b8382c0"
|
||||
],
|
||||
"index": "pypi",
|
||||
"version": "==3.8"
|
||||
},
|
||||
"typing-extensions": {
|
||||
"hashes": [
|
||||
"sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466",
|
||||
@@ -323,7 +328,6 @@
|
||||
"sha256:fe4371595edf78c41ef8ac8df20df3943e13defd0efcb732b2e393b5a8a7a71f"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.9'",
|
||||
"version": "==1.1.0"
|
||||
},
|
||||
"websocket-client": {
|
||||
@@ -332,7 +336,6 @@
|
||||
"sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.8'",
|
||||
"version": "==1.8.0"
|
||||
},
|
||||
"websockets": {
|
||||
@@ -408,7 +411,6 @@
|
||||
"sha256:fcd5cf9e305d7b8338754470cf69cf81f420459dbae8a3b40cee57417f4614a7"
|
||||
],
|
||||
"index": "pypi",
|
||||
"markers": "python_version >= '3.9'",
|
||||
"version": "==15.0.1"
|
||||
}
|
||||
},
|
||||
|
296
README_SEPARATED.md
Normal file
296
README_SEPARATED.md
Normal file
@@ -0,0 +1,296 @@
|
||||
# Lighting Controller - Separated Architecture
|
||||
|
||||
This version of the lighting controller separates the UI and control logic, communicating via WebSocket. The MIDI controller is now integrated with the UI client.
|
||||
|
||||
## Architecture Overview
|
||||
|
||||
```
|
||||
┌─────────────────┐ WebSocket ┌─────────────────┐ WebSocket ┌─────────────────┐
|
||||
│ UI Client │◄─────────────────►│ Control Server │◄─────────────────►│ LED Server │
|
||||
│ │ │ │ │ │
|
||||
│ - MIDI Input │ │ - Lighting Logic│ │ - LED Bars │
|
||||
│ - User Interface│ │ - Pattern Logic │ │ - ESP-NOW │
|
||||
│ - Status Display│ │ - Beat Handling │ │ │
|
||||
└─────────────────┘ └─────────────────┘ └─────────────────┘
|
||||
│ │
|
||||
│ │ TCP
|
||||
│ ▼
|
||||
│ ┌─────────────────┐
|
||||
│ │ Sound Detector │
|
||||
│ │ │
|
||||
│ │ - Audio Input │
|
||||
│ │ - Beat Detection│
|
||||
│ │ - BPM Analysis │
|
||||
│ └─────────────────┘
|
||||
│
|
||||
│ MIDI
|
||||
▼
|
||||
┌─────────────────┐
|
||||
│ MIDI Controller │
|
||||
│ │
|
||||
│ - Knobs/Dials │
|
||||
│ - Buttons │
|
||||
│ - Pattern Select│
|
||||
└─────────────────┘
|
||||
```
|
||||
|
||||
## Components
|
||||
|
||||
### 1. UI Client (`src/ui_client.py`)
|
||||
- **Purpose**: User interface and MIDI controller integration
|
||||
- **Features**:
|
||||
- MIDI controller input handling
|
||||
- Real-time status display
|
||||
- Pattern selection visualization
|
||||
- Connection status monitoring
|
||||
- **Communication**: WebSocket client to control server
|
||||
|
||||
### 2. Control Server (`src/control_server.py`)
|
||||
- **Purpose**: Core lighting control logic
|
||||
- **Features**:
|
||||
- Pattern execution
|
||||
- Beat synchronization
|
||||
- Parameter management
|
||||
- LED bar communication
|
||||
- **Communication**:
|
||||
- WebSocket server for UI clients
|
||||
- TCP server for sound detector
|
||||
- WebSocket client to LED server
|
||||
|
||||
### 3. Sound Detector (`src/sound.py`)
|
||||
- **Purpose**: Audio beat detection and BPM analysis
|
||||
- **Features**:
|
||||
- Real-time audio processing
|
||||
- Beat detection
|
||||
- BPM calculation
|
||||
- Tempo reset functionality
|
||||
- **Communication**: TCP client to control server
|
||||
|
||||
## WebSocket Protocol
|
||||
|
||||
### UI Client → Control Server Messages
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "pattern_change",
|
||||
"data": {
|
||||
"pattern": "pulse"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "color_change",
|
||||
"data": {
|
||||
"r": 255,
|
||||
"g": 0,
|
||||
"b": 0
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "brightness_change",
|
||||
"data": {
|
||||
"brightness": 80
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "parameter_change",
|
||||
"data": {
|
||||
"n1": 15,
|
||||
"n2": 20
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "delay_change",
|
||||
"data": {
|
||||
"delay": 150
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "beat_toggle",
|
||||
"data": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
```json
|
||||
{
|
||||
"type": "reset_tempo",
|
||||
"data": {}
|
||||
}
|
||||
```
|
||||
|
||||
## Running the System
|
||||
|
||||
### Option 1: Use the startup script (Recommended)
|
||||
```bash
|
||||
python start_lighting_controller.py
|
||||
```
|
||||
|
||||
### Option 2: Start components individually
|
||||
|
||||
1. **Start Control Server**:
|
||||
```bash
|
||||
pipenv run control
|
||||
# or
|
||||
python src/control_server.py
|
||||
```
|
||||
|
||||
2. **Start Sound Detector** (in another terminal):
|
||||
```bash
|
||||
pipenv run sound
|
||||
# or
|
||||
python src/sound.py
|
||||
```
|
||||
|
||||
3. **Start UI Client** (in another terminal):
|
||||
```bash
|
||||
pipenv run ui
|
||||
# or
|
||||
python src/ui_client.py
|
||||
```
|
||||
|
||||
### Option 3: Development mode with auto-reload
|
||||
```bash
|
||||
# Terminal 1 - Control Server
|
||||
pipenv run dev-control
|
||||
|
||||
# Terminal 2 - Sound Detector
|
||||
pipenv run sound
|
||||
|
||||
# Terminal 3 - UI Client
|
||||
pipenv run dev-ui
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### MIDI Controller
|
||||
- MIDI device preferences are saved in `config.json`
|
||||
- The UI client automatically detects and connects to MIDI devices
|
||||
- Use the dropdown to select different MIDI ports
|
||||
|
||||
### Network Settings
|
||||
- **Control Server**: `localhost:8765` (WebSocket)
|
||||
- **Sound Detector**: `127.0.0.1:65432` (TCP)
|
||||
- **LED Server**: `192.168.4.1:80/ws` (WebSocket)
|
||||
|
||||
### Audio Settings
|
||||
- Audio input device index: 7 (modify in `src/sound.py`)
|
||||
- Buffer size: 512 samples
|
||||
- Sample rate: Auto-detected from device
|
||||
|
||||
## MIDI Controller Mapping
|
||||
|
||||
### Buttons (Notes 36-51)
|
||||
- **Row 1**: Pulse, Sequential Pulse
|
||||
- **Row 2**: Alternating, Alternating Phase
|
||||
- **Row 3**: N Chase, Rainbow
|
||||
- **Row 4**: Flicker, Radiate
|
||||
|
||||
### Dials (CC30-37)
|
||||
- **CC30**: Red (0-255)
|
||||
- **CC31**: Green (0-255)
|
||||
- **CC32**: Blue (0-255)
|
||||
- **CC33**: Brightness (0-100)
|
||||
- **CC34**: N1 parameter
|
||||
- **CC35**: N2 parameter
|
||||
- **CC36**: N3 parameter
|
||||
- **CC37**: Delay (0-508ms)
|
||||
|
||||
### Additional Knobs (CC38-45)
|
||||
- **CC38**: Pulse N1
|
||||
- **CC39**: Pulse N2
|
||||
- **CC40**: Alternating N1
|
||||
- **CC41**: Alternating N2
|
||||
- **CC42**: Radiate N1
|
||||
- **CC43**: Radiate Delay
|
||||
- **CC44**: Knob 7
|
||||
- **CC45**: Knob 8
|
||||
|
||||
### Control Buttons
|
||||
- **CC27**: Beat sending toggle (127=on, 0=off)
|
||||
- **CC29**: Reset tempo detection
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Connection Issues
|
||||
1. **UI Client can't connect to Control Server**:
|
||||
- Ensure control server is running first
|
||||
- Check firewall settings
|
||||
- Verify port 8765 is available
|
||||
|
||||
2. **Control Server can't connect to LED Server**:
|
||||
- Check LED server IP address (192.168.4.1)
|
||||
- Verify LED server is running
|
||||
- Check network connectivity
|
||||
|
||||
3. **Sound Detector can't connect to Control Server**:
|
||||
- Ensure control server is running
|
||||
- Check TCP port 65432 is available
|
||||
|
||||
### MIDI Issues
|
||||
1. **No MIDI devices detected**:
|
||||
- Check MIDI controller connection
|
||||
- Install MIDI drivers if needed
|
||||
- Use "Refresh MIDI Ports" button
|
||||
|
||||
2. **MIDI input not working**:
|
||||
- Verify correct MIDI port is selected
|
||||
- Check MIDI controller is sending data
|
||||
- Look for error messages in console
|
||||
|
||||
### Performance Issues
|
||||
1. **High CPU usage**:
|
||||
- Reduce audio buffer size in sound.py
|
||||
- Increase parameter update interval
|
||||
- Check for network latency
|
||||
|
||||
2. **Audio dropouts**:
|
||||
- Increase audio buffer size
|
||||
- Check audio device settings
|
||||
- Reduce system load
|
||||
|
||||
## Development
|
||||
|
||||
### Adding New Patterns
|
||||
1. Add pattern name to `PATTERN_NAMES` in `control_server.py`
|
||||
2. Implement pattern logic in `LightingController` class
|
||||
3. Add pattern to MIDI button mapping in `ui_client.py`
|
||||
|
||||
### Adding New MIDI Controls
|
||||
1. Add control change handler in `MidiController.handle_midi_message()`
|
||||
2. Add corresponding WebSocket message type
|
||||
3. Implement handler in `LightingController.handle_ui_command()`
|
||||
|
||||
### Modifying UI
|
||||
- Edit `src/ui_client.py` for UI changes
|
||||
- Use `pipenv run dev-ui` for auto-reload during development
|
||||
- UI uses tkinter with dark theme
|
||||
|
||||
## Migration from Monolithic Version
|
||||
|
||||
The separated architecture maintains compatibility with:
|
||||
- Existing MIDI controller mappings
|
||||
- LED bar communication protocol
|
||||
- Sound detection functionality
|
||||
- Configuration files
|
||||
|
||||
Key differences:
|
||||
- MIDI controller is now part of UI client
|
||||
- Control logic is isolated in control server
|
||||
- Communication via WebSocket instead of direct function calls
|
||||
- Better separation of concerns and modularity
|
751
api.md
Normal file
751
api.md
Normal file
@@ -0,0 +1,751 @@
|
||||
# Lighting Controller REST API - Frontend Documentation
|
||||
|
||||
## Overview
|
||||
|
||||
Complete REST API for controlling the LED lighting system. **No WebSocket required** - all operations use simple HTTP requests.
|
||||
|
||||
**Base URL:** `http://10.42.0.1:8765`
|
||||
**Local Testing:** `http://localhost:8765`
|
||||
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [Quick Start](#quick-start)
|
||||
2. [Pattern Control](#pattern-control)
|
||||
3. [Color Palette](#color-palette)
|
||||
4. [Parameters](#parameters)
|
||||
5. [System State](#system-state)
|
||||
6. [Tempo Control](#tempo-control)
|
||||
7. [Complete Examples](#complete-examples)
|
||||
|
||||
---
|
||||
|
||||
## Quick Start
|
||||
|
||||
### Load Initial State
|
||||
```javascript
|
||||
// Get everything in one call
|
||||
const response = await fetch('http://10.42.0.1:8765/api/state');
|
||||
const state = await response.json();
|
||||
|
||||
console.log(state.pattern); // Current pattern
|
||||
console.log(state.parameters); // All parameters
|
||||
console.log(state.color_palette); // 8 colors + 2 selected
|
||||
console.log(state.beat_index); // Current beat number
|
||||
```
|
||||
|
||||
### Change Pattern
|
||||
```javascript
|
||||
await fetch('http://10.42.0.1:8765/api/pattern', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({pattern: 'alternating'})
|
||||
});
|
||||
```
|
||||
|
||||
### Change Color
|
||||
```javascript
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({selected_indices: [2, 5]}) // Blue and Cyan
|
||||
});
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Pattern Control
|
||||
|
||||
### GET /api/pattern
|
||||
|
||||
Get the currently active pattern.
|
||||
|
||||
**Request:**
|
||||
```http
|
||||
GET /api/pattern HTTP/1.1
|
||||
```
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"pattern": "alternating"
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### POST /api/pattern
|
||||
|
||||
Change the active pattern.
|
||||
|
||||
**Request:**
|
||||
```http
|
||||
POST /api/pattern HTTP/1.1
|
||||
Content-Type: application/json
|
||||
|
||||
```
|
||||
|
||||
**Available Patterns:**
|
||||
- `"on"` / `"o"` - Solid color
|
||||
- `"off"` / `"f"` - All LEDs off
|
||||
- `"flicker"` / `"f"` - Flickering effect
|
||||
- `"fill_range"` / `"fr"` - Fill effect
|
||||
- `"n_chase"` / `"nc"` - Chase pattern
|
||||
- `"alternating"` / `"a"` - Alternating on/off
|
||||
- `"pulse"` / `"p"` - Pulsing effect
|
||||
- `"rainbow"` / `"r"` - Rainbow cycle
|
||||
- `"specto"` / `"s"` - Spectograph effect
|
||||
- `"radiate"` / `"rd"` - Radiate from center
|
||||
- `"segmented_movement"` / `"sm"` - Moving segments
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"pattern": "alternating"
|
||||
}
|
||||
```
|
||||
|
||||
**JavaScript Example:**
|
||||
```javascript
|
||||
async function setPattern(patternName) {
|
||||
const response = await fetch('http://10.42.0.1:8765/api/pattern', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({pattern: patternName})
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Usage
|
||||
await setPattern('alternating');
|
||||
await setPattern('rainbow');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Color Palette
|
||||
|
||||
### GET /api/color-palette
|
||||
|
||||
Get the 8-color palette and selected colors.
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"palette": [
|
||||
{"r": 255, "g": 0, "b": 0}, // Slot 0: Red
|
||||
{"r": 0, "g": 255, "b": 0}, // Slot 1: Green
|
||||
{"r": 0, "g": 0, "b": 255}, // Slot 2: Blue
|
||||
{"r": 255, "g": 255, "b": 0}, // Slot 3: Yellow
|
||||
{"r": 255, "g": 0, "b": 255}, // Slot 4: Magenta
|
||||
{"r": 0, "g": 255, "b": 255}, // Slot 5: Cyan
|
||||
{"r": 255, "g": 128, "b": 0}, // Slot 6: Orange
|
||||
{"r": 255, "g": 255, "b": 255} // Slot 7: White
|
||||
],
|
||||
"selected_indices": [0, 1] // [0] = pattern color, [1] = reserved
|
||||
}
|
||||
```
|
||||
|
||||
**Important:** The **first selected color** (index 0) is used for all patterns!
|
||||
|
||||
---
|
||||
|
||||
### POST /api/color-palette
|
||||
|
||||
Update palette colors and/or selected colors.
|
||||
|
||||
**Request (Change Selected Colors):**
|
||||
```json
|
||||
{
|
||||
"selected_indices": [2, 5] // Use slot 2 (Blue) for patterns
|
||||
}
|
||||
```
|
||||
|
||||
**Request (Update a Color):**
|
||||
```json
|
||||
{
|
||||
"palette": [
|
||||
{"r": 255, "g": 0, "b": 0},
|
||||
{"r": 0, "g": 255, "b": 0},
|
||||
{"r": 128, "g": 0, "b": 128}, // Changed to purple
|
||||
// ... all 8 colors (must send complete array)
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"palette": {
|
||||
"palette": [...],
|
||||
"selected_indices": [2, 5]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
**JavaScript Example:**
|
||||
```javascript
|
||||
// Change pattern color to slot 5 (Cyan)
|
||||
async function selectColor(slotIndex) {
|
||||
const response = await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({selected_indices: [slotIndex, 1]})
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Edit a color in the palette
|
||||
async function updatePaletteColor(slotIndex, r, g, b) {
|
||||
// First get current palette
|
||||
const current = await fetch('http://10.42.0.1:8765/api/color-palette')
|
||||
.then(res => res.json());
|
||||
|
||||
// Update the specific slot
|
||||
const newPalette = [...current.palette];
|
||||
newPalette[slotIndex] = {r, g, b};
|
||||
|
||||
// Send updated palette
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({palette: newPalette})
|
||||
});
|
||||
}
|
||||
|
||||
// Usage
|
||||
await selectColor(2); // Use blue for patterns
|
||||
await updatePaletteColor(3, 128, 0, 128); // Change slot 3 to purple
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Parameters
|
||||
|
||||
### GET /api/parameters
|
||||
|
||||
Get all current parameter values.
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"brightness": 100, // 0-100
|
||||
"delay": 50, // milliseconds
|
||||
"n1": 10, // Pattern parameter 1
|
||||
"n2": 5, // Pattern parameter 2
|
||||
"n3": 2, // Pattern parameter 3 (forward movement)
|
||||
"n4": 1 // Pattern parameter 4 (backward movement)
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### POST /api/parameters
|
||||
|
||||
Update one or more parameters. Only send the parameters you want to change.
|
||||
|
||||
**Request:**
|
||||
```json
|
||||
{
|
||||
"brightness": 75,
|
||||
"n1": 15
|
||||
}
|
||||
```
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"parameters": {
|
||||
"brightness": 75,
|
||||
"delay": 50,
|
||||
"n1": 15,
|
||||
"n2": 5,
|
||||
"n3": 2,
|
||||
"n4": 1
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
**Parameter Descriptions:**
|
||||
|
||||
| Parameter | Range | Description |
|
||||
|-----------|-------|-------------|
|
||||
| `brightness` | 0-100 | LED brightness percentage |
|
||||
| `delay` | 1-1000 | Pattern speed (milliseconds) |
|
||||
| `n1` | 0-255 | Pattern-specific (e.g., segment length) |
|
||||
| `n2` | 0-255 | Pattern-specific (e.g., spacing) |
|
||||
| `n3` | 0-255 | Pattern-specific (e.g., forward steps) |
|
||||
| `n4` | 0-255 | Pattern-specific (e.g., backward steps) |
|
||||
|
||||
**JavaScript Example:**
|
||||
```javascript
|
||||
async function setBrightness(value) {
|
||||
const response = await fetch('http://10.42.0.1:8765/api/parameters', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({brightness: value})
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
async function setSpeed(delayMs) {
|
||||
await fetch('http://10.42.0.1:8765/api/parameters', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({delay: delayMs})
|
||||
});
|
||||
}
|
||||
|
||||
// Usage
|
||||
await setBrightness(75); // Set to 75%
|
||||
await setSpeed(100); // Slow down pattern
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## System State
|
||||
|
||||
### GET /api/state
|
||||
|
||||
Get complete system state in a single call. Perfect for initial UI load.
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"pattern": "alternating",
|
||||
"parameters": {
|
||||
"brightness": 100,
|
||||
"delay": 50,
|
||||
"n1": 10,
|
||||
"n2": 5,
|
||||
"n3": 2,
|
||||
"n4": 1
|
||||
},
|
||||
"color_palette": {
|
||||
"palette": [...8 colors...],
|
||||
"selected_indices": [0, 1]
|
||||
},
|
||||
"beat_index": 42
|
||||
}
|
||||
```
|
||||
|
||||
**JavaScript Example:**
|
||||
```javascript
|
||||
// Load all state when UI starts
|
||||
async function loadInitialState() {
|
||||
const response = await fetch('http://10.42.0.1:8765/api/state');
|
||||
const state = await response.json();
|
||||
|
||||
// Update UI with current state
|
||||
updatePatternButtons(state.pattern);
|
||||
updateColorPalette(state.color_palette);
|
||||
updateSliders(state.parameters);
|
||||
|
||||
return state;
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Tempo Control
|
||||
|
||||
### POST /api/tempo/reset
|
||||
|
||||
Reset the tempo/beat detection in the sound system.
|
||||
|
||||
**Request:**
|
||||
```http
|
||||
POST /api/tempo/reset HTTP/1.1
|
||||
```
|
||||
|
||||
**Response:**
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"message": "Tempo reset sent"
|
||||
}
|
||||
```
|
||||
|
||||
**JavaScript Example:**
|
||||
```javascript
|
||||
async function resetTempo() {
|
||||
const response = await fetch('http://10.42.0.1:8765/api/tempo/reset', {
|
||||
method: 'POST'
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Usage: Call this when tempo detection seems off
|
||||
await resetTempo();
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Complete Examples
|
||||
|
||||
### Example 1: Full UI Controller Class
|
||||
|
||||
```javascript
|
||||
class LightingController {
|
||||
constructor(baseUrl = 'http://10.42.0.1:8765') {
|
||||
this.baseUrl = baseUrl;
|
||||
}
|
||||
|
||||
// Load complete state
|
||||
async loadState() {
|
||||
const response = await fetch(`${this.baseUrl}/api/state`);
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Pattern control
|
||||
async setPattern(pattern) {
|
||||
const response = await fetch(`${this.baseUrl}/api/pattern`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({pattern})
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Color selection
|
||||
async selectColor(slotIndex) {
|
||||
const response = await fetch(`${this.baseUrl}/api/color-palette`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({selected_indices: [slotIndex, 1]})
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Brightness control
|
||||
async setBrightness(value) {
|
||||
const response = await fetch(`${this.baseUrl}/api/parameters`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({brightness: value})
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
|
||||
// Pattern parameters
|
||||
async setParameters(params) {
|
||||
const response = await fetch(`${this.baseUrl}/api/parameters`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify(params)
|
||||
});
|
||||
return await response.json();
|
||||
}
|
||||
}
|
||||
|
||||
// Usage
|
||||
const lights = new LightingController();
|
||||
|
||||
// On page load
|
||||
const state = await lights.loadState();
|
||||
|
||||
// User interactions
|
||||
await lights.setPattern('rainbow');
|
||||
await lights.selectColor(2); // Blue
|
||||
await lights.setBrightness(75);
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Example 2: React Component
|
||||
|
||||
```jsx
|
||||
import { useState, useEffect } from 'react';
|
||||
|
||||
function LightingControl() {
|
||||
const [state, setState] = useState(null);
|
||||
const BASE_URL = 'http://10.42.0.1:8765';
|
||||
|
||||
// Load initial state
|
||||
useEffect(() => {
|
||||
fetch(`${BASE_URL}/api/state`)
|
||||
.then(res => res.json())
|
||||
.then(setState);
|
||||
}, []);
|
||||
|
||||
// Change pattern
|
||||
const handlePatternChange = async (pattern) => {
|
||||
await fetch(`${BASE_URL}/api/pattern`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({pattern})
|
||||
});
|
||||
// Reload state
|
||||
const newState = await fetch(`${BASE_URL}/api/state`).then(r => r.json());
|
||||
setState(newState);
|
||||
};
|
||||
|
||||
// Change color
|
||||
const handleColorSelect = async (slotIndex) => {
|
||||
await fetch(`${BASE_URL}/api/color-palette`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({selected_indices: [slotIndex, 1]})
|
||||
});
|
||||
const newState = await fetch(`${BASE_URL}/api/state`).then(r => r.json());
|
||||
setState(newState);
|
||||
};
|
||||
|
||||
// Change brightness
|
||||
const handleBrightnessChange = async (value) => {
|
||||
await fetch(`${BASE_URL}/api/parameters`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({brightness: value})
|
||||
});
|
||||
};
|
||||
|
||||
if (!state) return <div>Loading...</div>;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<h2>Pattern: {state.pattern}</h2>
|
||||
|
||||
<div>
|
||||
<button onClick={() => handlePatternChange('alternating')}>Alternating</button>
|
||||
<button onClick={() => handlePatternChange('rainbow')}>Rainbow</button>
|
||||
<button onClick={() => handlePatternChange('pulse')}>Pulse</button>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3>Colors</h3>
|
||||
{state.color_palette.palette.map((color, i) => (
|
||||
<div
|
||||
key={i}
|
||||
onClick={() => handleColorSelect(i)}
|
||||
style={{
|
||||
background: `rgb(${color.r}, ${color.g}, ${color.b})`,
|
||||
border: state.color_palette.selected_indices[0] === i ? '3px solid gold' : '1px solid black',
|
||||
width: 50,
|
||||
height: 50,
|
||||
display: 'inline-block',
|
||||
cursor: 'pointer'
|
||||
}}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label>Brightness: {state.parameters.brightness}</label>
|
||||
<input
|
||||
type="range"
|
||||
min="0"
|
||||
max="100"
|
||||
value={state.parameters.brightness}
|
||||
onChange={(e) => handleBrightnessChange(e.target.value)}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Example 3: Simple HTML + Vanilla JS
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Lighting Controller</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>LED Lighting Control</h1>
|
||||
|
||||
<div id="patterns"></div>
|
||||
<div id="colors"></div>
|
||||
|
||||
<label>Brightness: <span id="brightness-value">100</span></label>
|
||||
<input type="range" id="brightness" min="0" max="100" value="100">
|
||||
|
||||
<script>
|
||||
const BASE_URL = 'http://10.42.0.1:8765';
|
||||
|
||||
// Load initial state
|
||||
async function init() {
|
||||
const response = await fetch(`${BASE_URL}/api/state`);
|
||||
const state = await response.json();
|
||||
|
||||
// Create pattern buttons
|
||||
const patterns = ['on', 'alternating', 'rainbow', 'pulse', 'segmented_movement'];
|
||||
const patternsDiv = document.getElementById('patterns');
|
||||
patterns.forEach(pattern => {
|
||||
const btn = document.createElement('button');
|
||||
btn.textContent = pattern;
|
||||
btn.onclick = () => setPattern(pattern);
|
||||
patternsDiv.appendChild(btn);
|
||||
});
|
||||
|
||||
// Create color palette
|
||||
const colorsDiv = document.getElementById('colors');
|
||||
state.color_palette.palette.forEach((color, i) => {
|
||||
const div = document.createElement('div');
|
||||
div.style.cssText = `
|
||||
background: rgb(${color.r}, ${color.g}, ${color.b});
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border: ${state.color_palette.selected_indices[0] === i ? '3px solid gold' : '1px solid black'};
|
||||
`;
|
||||
div.onclick = () => selectColor(i);
|
||||
colorsDiv.appendChild(div);
|
||||
});
|
||||
|
||||
// Brightness slider
|
||||
document.getElementById('brightness').oninput = (e) => {
|
||||
document.getElementById('brightness-value').textContent = e.target.value;
|
||||
setBrightness(e.target.value);
|
||||
};
|
||||
}
|
||||
|
||||
async function setPattern(pattern) {
|
||||
await fetch(`${BASE_URL}/api/pattern`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({pattern})
|
||||
});
|
||||
}
|
||||
|
||||
async function selectColor(index) {
|
||||
await fetch(`${BASE_URL}/api/color-palette`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({selected_indices: [index, 1]})
|
||||
});
|
||||
location.reload(); // Refresh to show updated selection
|
||||
}
|
||||
|
||||
async function setBrightness(value) {
|
||||
await fetch(`${BASE_URL}/api/parameters`, {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({brightness: parseInt(value)})
|
||||
});
|
||||
}
|
||||
|
||||
init();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## API Endpoint Summary
|
||||
|
||||
| Method | Endpoint | Purpose |
|
||||
|--------|----------|---------|
|
||||
| `GET` | `/api/state` | Get complete system state |
|
||||
| `GET` | `/api/pattern` | Get current pattern |
|
||||
| `POST` | `/api/pattern` | Change pattern |
|
||||
| `GET` | `/api/color-palette` | Get color palette |
|
||||
| `POST` | `/api/color-palette` | Update palette/selection |
|
||||
| `GET` | `/api/parameters` | Get all parameters |
|
||||
| `POST` | `/api/parameters` | Update parameters |
|
||||
| `POST` | `/api/tempo/reset` | Reset tempo detection |
|
||||
|
||||
---
|
||||
|
||||
## Error Handling
|
||||
|
||||
All endpoints return standard HTTP status codes:
|
||||
|
||||
- `200 OK` - Success
|
||||
- `400 Bad Request` - Invalid request data
|
||||
- `500 Internal Server Error` - Server error
|
||||
|
||||
**Error Response Format:**
|
||||
```json
|
||||
{
|
||||
"status": "error",
|
||||
"message": "Pattern name required"
|
||||
}
|
||||
```
|
||||
|
||||
**JavaScript Error Handling Example:**
|
||||
```javascript
|
||||
async function safeApiCall(url, options) {
|
||||
try {
|
||||
const response = await fetch(url, options);
|
||||
const data = await response.json();
|
||||
|
||||
if (data.status === 'error') {
|
||||
console.error('API Error:', data.message);
|
||||
return null;
|
||||
}
|
||||
|
||||
return data;
|
||||
} catch (error) {
|
||||
console.error('Network Error:', error);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Usage
|
||||
const result = await safeApiCall('http://10.42.0.1:8765/api/pattern', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({pattern: 'rainbow'})
|
||||
});
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Testing
|
||||
|
||||
### Test All Endpoints
|
||||
```bash
|
||||
# Get state
|
||||
curl http://10.42.0.1:8765/api/state | jq
|
||||
|
||||
# Change pattern
|
||||
curl -X POST http://10.42.0.1:8765/api/pattern \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"pattern": "rainbow"}'
|
||||
|
||||
# Change color
|
||||
curl -X POST http://10.42.0.1:8765/api/color-palette \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"selected_indices": [2, 5]}'
|
||||
|
||||
# Update brightness
|
||||
curl -X POST http://10.42.0.1:8765/api/parameters \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"brightness": 75}'
|
||||
|
||||
# Reset tempo
|
||||
curl -X POST http://10.42.0.1:8765/api/tempo/reset
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
- **No WebSocket needed** - Everything uses simple HTTP REST API
|
||||
- **CORS**: Not currently enabled. Host UI on same domain or add CORS middleware
|
||||
- **Persistence**: Color palette persists to `lighting_config.json`
|
||||
- **Real-time**: Changes take effect immediately (within one beat cycle)
|
||||
- **Pattern Color**: First selected color (index 0) is used for all patterns
|
||||
|
||||
---
|
||||
|
||||
## Support Files
|
||||
|
||||
- Full API details: `COLOR_PALETTE_API.md`
|
||||
- Migration notes: `AIOHTTP_MIGRATION.md`
|
||||
- Test results: `PATTERN_COLOR_TEST_RESULTS.md`
|
||||
|
||||
- Migration notes: `AIOHTTP_MIGRATION.md`
|
||||
- Test results: `PATTERN_COLOR_TEST_RESULTS.md`
|
||||
|
405
colorpallet.md
Normal file
405
colorpallet.md
Normal file
@@ -0,0 +1,405 @@
|
||||
# Color Palette REST API - UI Integration Guide
|
||||
|
||||
## Overview
|
||||
The lighting control server provides a REST API for managing an 8-color palette with 2 selected colors. This is designed for UI integration to allow users to:
|
||||
- View the current 8 colors in the palette
|
||||
- Edit any of the 8 colors
|
||||
- Select which 2 colors are active (for patterns that use selected colors)
|
||||
|
||||
Configuration is automatically persisted to `lighting_config.json`.
|
||||
|
||||
## Base URLs
|
||||
|
||||
The API is available on **two ports** for flexibility:
|
||||
|
||||
**Primary (same as WebSocket):**
|
||||
```
|
||||
http://<server-ip>:8765/api/color-palette
|
||||
```
|
||||
|
||||
**Backward Compatibility:**
|
||||
```
|
||||
http://<server-ip>:8766/api/color-palette
|
||||
```
|
||||
|
||||
**Default IPs:**
|
||||
- Remote: `http://10.42.0.1:8765` (Pi server)
|
||||
- Local: `http://localhost:8765` (testing)
|
||||
|
||||
---
|
||||
|
||||
## Quick Start for UI Developers
|
||||
|
||||
### Recommended Usage Pattern
|
||||
|
||||
1. **On UI Load:** `GET /api/color-palette` to populate the color picker
|
||||
2. **When User Edits a Color:** `POST /api/color-palette` with updated palette
|
||||
3. **When User Selects Colors:** `POST /api/color-palette` with new selected_indices
|
||||
|
||||
---
|
||||
|
||||
## API Reference
|
||||
|
||||
### GET /api/color-palette
|
||||
|
||||
**Purpose:** Get the current palette state (for populating UI on load)
|
||||
|
||||
#### Request
|
||||
```http
|
||||
GET /api/color-palette HTTP/1.1
|
||||
```
|
||||
|
||||
#### Response (200 OK)
|
||||
```json
|
||||
{
|
||||
"palette": [
|
||||
{"r": 255, "g": 0, "b": 0}, // Slot 0: Red
|
||||
{"r": 0, "g": 255, "b": 0}, // Slot 1: Green
|
||||
{"r": 0, "g": 0, "b": 255}, // Slot 2: Blue
|
||||
{"r": 255, "g": 255, "b": 0}, // Slot 3: Yellow
|
||||
{"r": 255, "g": 0, "b": 255}, // Slot 4: Magenta
|
||||
{"r": 0, "g": 255, "b": 255}, // Slot 5: Cyan
|
||||
{"r": 255, "g": 128, "b": 0}, // Slot 6: Orange
|
||||
{"r": 255, "g": 255, "b": 255} // Slot 7: White
|
||||
],
|
||||
"selected_indices": [0, 1] // Currently selected: Red and Green
|
||||
}
|
||||
```
|
||||
|
||||
#### Response Fields
|
||||
- **`palette`**: Array of exactly 8 color objects
|
||||
- Each color has `r`, `g`, `b` (integers 0-255)
|
||||
- Index corresponds to palette slot (0-7)
|
||||
- **`selected_indices`**: Array of exactly 2 integers (0-7)
|
||||
- Indicates which 2 palette slots are currently active
|
||||
- Patterns may use these selected colors
|
||||
|
||||
---
|
||||
|
||||
### POST /api/color-palette (or PUT)
|
||||
|
||||
**Purpose:** Update palette colors and/or selected colors
|
||||
|
||||
#### Request Body (JSON)
|
||||
|
||||
Both fields are **optional** - send only what you want to update:
|
||||
|
||||
```json
|
||||
{
|
||||
"palette": [...], // Optional: Update all 8 colors
|
||||
"selected_indices": [0, 3] // Optional: Change selected colors
|
||||
}
|
||||
```
|
||||
|
||||
#### Success Response (200 OK)
|
||||
```json
|
||||
{
|
||||
"status": "ok",
|
||||
"palette": {
|
||||
"palette": [...],
|
||||
"selected_indices": [0, 3]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
#### Error Response (400/500)
|
||||
```json
|
||||
{
|
||||
"status": "error",
|
||||
"message": "Palette must be an array of 8 colors"
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Common Use Cases
|
||||
|
||||
### Use Case 1: Load Palette on UI Startup
|
||||
|
||||
```javascript
|
||||
async function loadPalette() {
|
||||
const response = await fetch('http://10.42.0.1:8765/api/color-palette');
|
||||
const data = await response.json();
|
||||
|
||||
// data.palette = array of 8 colors
|
||||
// data.selected_indices = [index1, index2]
|
||||
|
||||
return data;
|
||||
}
|
||||
```
|
||||
|
||||
### Use Case 2: User Edits a Single Color
|
||||
|
||||
When user changes color in slot 3 to purple:
|
||||
|
||||
```javascript
|
||||
async function updateColor(slotIndex, r, g, b) {
|
||||
// Get current palette
|
||||
const current = await fetch('http://10.42.0.1:8765/api/color-palette')
|
||||
.then(res => res.json());
|
||||
|
||||
// Update the specific slot
|
||||
const newPalette = [...current.palette];
|
||||
newPalette[slotIndex] = {r, g, b};
|
||||
|
||||
// Send updated palette
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({palette: newPalette})
|
||||
});
|
||||
}
|
||||
|
||||
// Example: Change slot 3 to purple (128, 0, 128)
|
||||
updateColor(3, 128, 0, 128);
|
||||
```
|
||||
|
||||
### Use Case 3: User Selects Different Active Colors
|
||||
|
||||
When user selects slots 2 and 5:
|
||||
|
||||
```javascript
|
||||
async function selectColors(index1, index2) {
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({
|
||||
selected_indices: [index1, index2]
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
// Example: Select blue (slot 2) and cyan (slot 5)
|
||||
selectColors(2, 5);
|
||||
```
|
||||
|
||||
### Use Case 4: Reset to Default Palette
|
||||
|
||||
```javascript
|
||||
async function resetPalette() {
|
||||
const defaultPalette = [
|
||||
{r: 255, g: 0, b: 0}, // Red
|
||||
{r: 0, g: 255, b: 0}, // Green
|
||||
{r: 0, g: 0, b: 255}, // Blue
|
||||
{r: 255, g: 255, b: 0}, // Yellow
|
||||
{r: 255, g: 0, b: 255}, // Magenta
|
||||
{r: 0, g: 255, b: 255}, // Cyan
|
||||
{r: 255, g: 128, b: 0}, // Orange
|
||||
{r: 255, g: 255, b: 255} // White
|
||||
];
|
||||
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({
|
||||
palette: defaultPalette,
|
||||
selected_indices: [0, 1]
|
||||
})
|
||||
});
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Validation & Error Handling
|
||||
|
||||
### Validation Rules
|
||||
|
||||
**Palette Array:**
|
||||
- Must contain **exactly 8** color objects
|
||||
- Each color must have `r`, `g`, `b` fields
|
||||
- RGB values must be **integers between 0-255**
|
||||
|
||||
**Selected Indices:**
|
||||
- Must be an array of **exactly 2** integers
|
||||
- Each index must be **between 0-7** (inclusive)
|
||||
- Can be the same index twice (e.g., `[3, 3]`)
|
||||
|
||||
### Error Responses
|
||||
|
||||
```javascript
|
||||
// Example: Invalid palette length
|
||||
{
|
||||
"status": "error",
|
||||
"message": "Palette must be an array of 8 colors"
|
||||
}
|
||||
|
||||
// Example: Invalid RGB value
|
||||
{
|
||||
"status": "error",
|
||||
"message": "RGB values must be 0-255"
|
||||
}
|
||||
|
||||
// Example: Invalid index
|
||||
{
|
||||
"status": "error",
|
||||
"message": "Selected indices must be 0-7"
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Data Persistence
|
||||
|
||||
- **Automatic Save:** All changes are immediately saved to `lighting_config.json`
|
||||
- **Automatic Load:** Server loads saved config on startup
|
||||
- **Default Values:** If no config file exists, server initializes with default palette
|
||||
|
||||
**Default Palette:**
|
||||
```javascript
|
||||
[
|
||||
{r: 255, g: 0, b: 0}, // Slot 0: Red
|
||||
{r: 0, g: 255, b: 0}, // Slot 1: Green
|
||||
{r: 0, g: 0, b: 255}, // Slot 2: Blue
|
||||
{r: 255, g: 255, b: 0}, // Slot 3: Yellow
|
||||
{r: 255, g: 0, b: 255}, // Slot 4: Magenta
|
||||
{r: 0, g: 255, b: 255}, // Slot 5: Cyan
|
||||
{r: 255, g: 128, b: 0}, // Slot 6: Orange
|
||||
{r: 255, g: 255, b: 255} // Slot 7: White
|
||||
]
|
||||
// Default selected: [0, 1] (Red and Green)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Testing & Debugging
|
||||
|
||||
### Test API Connection
|
||||
|
||||
```bash
|
||||
# Quick test - get current palette
|
||||
curl http://10.42.0.1:8765/api/color-palette
|
||||
|
||||
# Pretty print with jq
|
||||
curl http://10.42.0.1:8765/api/color-palette | jq
|
||||
|
||||
# Test update
|
||||
curl -X POST http://10.42.0.1:8765/api/color-palette \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"selected_indices": [3, 6]}'
|
||||
```
|
||||
|
||||
### Browser DevTools
|
||||
|
||||
```javascript
|
||||
// Test in browser console
|
||||
fetch('http://10.42.0.1:8765/api/color-palette')
|
||||
.then(r => r.json())
|
||||
.then(console.log);
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Advanced Topics
|
||||
|
||||
### CORS (Cross-Origin Requests)
|
||||
|
||||
**Note:** The API does not currently include CORS headers.
|
||||
|
||||
If accessing from a different origin (e.g., UI on different domain):
|
||||
1. Add CORS middleware to the server (contact backend team)
|
||||
2. Use a proxy server
|
||||
3. Host UI on same origin as API
|
||||
|
||||
### Helper Function: RGB to Hex
|
||||
|
||||
```javascript
|
||||
function rgbToHex({r, g, b}) {
|
||||
return '#' + [r, g, b]
|
||||
.map(x => x.toString(16).padStart(2, '0'))
|
||||
.join('');
|
||||
}
|
||||
|
||||
// Usage
|
||||
const color = {r: 255, g: 128, b: 0};
|
||||
const hex = rgbToHex(color); // "#ff8000"
|
||||
```
|
||||
|
||||
### Helper Function: Hex to RGB
|
||||
|
||||
```javascript
|
||||
function hexToRgb(hex) {
|
||||
const result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
|
||||
return result ? {
|
||||
r: parseInt(result[1], 16),
|
||||
g: parseInt(result[2], 16),
|
||||
b: parseInt(result[3], 16)
|
||||
} : null;
|
||||
}
|
||||
|
||||
// Usage
|
||||
const rgb = hexToRgb('#ff8000'); // {r: 255, g: 128, b: 0}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Environment Configuration
|
||||
|
||||
### Server Environment Variables (`.env`)
|
||||
|
||||
```bash
|
||||
# Server host (bind to all interfaces)
|
||||
CONTROL_SERVER_HOST=0.0.0.0
|
||||
|
||||
# Primary port (WebSocket + HTTP API)
|
||||
CONTROL_SERVER_PORT=8765
|
||||
|
||||
# Additional HTTP API port (optional, for backward compatibility)
|
||||
HTTP_API_PORT=8766
|
||||
```
|
||||
|
||||
### WebSocket Endpoint
|
||||
|
||||
**Important:** WebSocket is on a separate endpoint from the API:
|
||||
|
||||
- **WebSocket:** `ws://10.42.0.1:8765/ws`
|
||||
- **HTTP API:** `http://10.42.0.1:8765/api/color-palette`
|
||||
|
||||
---
|
||||
|
||||
## Summary for UI Developers
|
||||
|
||||
### Key Points
|
||||
|
||||
✅ **8 color slots**, each with RGB values (0-255)
|
||||
✅ **2 selected colors** (indices 0-7)
|
||||
✅ **Auto-persistence** to `lighting_config.json`
|
||||
✅ **Optional updates** - send only what changed
|
||||
✅ **Two ports available** - 8765 (primary) and 8766 (backup)
|
||||
|
||||
### Integration Checklist
|
||||
|
||||
- [ ] Load palette on UI startup with `GET`
|
||||
- [ ] Display 8 color slots with current colors
|
||||
- [ ] Highlight the 2 selected colors
|
||||
- [ ] Allow editing individual colors
|
||||
- [ ] Allow selecting which 2 colors are active
|
||||
- [ ] Send updates with `POST` when user makes changes
|
||||
- [ ] Handle errors gracefully
|
||||
- [ ] Test with both local and remote server
|
||||
|
||||
### Quick Reference
|
||||
|
||||
```javascript
|
||||
// GET - Load palette
|
||||
const data = await fetch('http://10.42.0.1:8765/api/color-palette')
|
||||
.then(r => r.json());
|
||||
|
||||
// POST - Update color in slot 3
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({
|
||||
palette: modifiedPaletteArray
|
||||
})
|
||||
});
|
||||
|
||||
// POST - Change selected colors to slots 2 and 5
|
||||
await fetch('http://10.42.0.1:8765/api/color-palette', {
|
||||
method: 'POST',
|
||||
headers: {'Content-Type': 'application/json'},
|
||||
body: JSON.stringify({
|
||||
selected_indices: [2, 5]
|
||||
})
|
||||
});
|
||||
```
|
107
debug_espnow.py
Normal file
107
debug_espnow.py
Normal file
@@ -0,0 +1,107 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Real-time ESP NOW traffic monitor for debugging pattern pausing issues.
|
||||
Monitors both the ESP32-C3 USB CDC output and LED bar debug info.
|
||||
"""
|
||||
|
||||
import serial
|
||||
import time
|
||||
import threading
|
||||
import subprocess
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
||||
class ESPNowDebugger:
|
||||
def __init__(self):
|
||||
self.esp32_port = "/dev/ttyACM0"
|
||||
self.running = False
|
||||
|
||||
def monitor_esp32_serial(self):
|
||||
"""Monitor ESP32-C3 USB CDC output for ESP NOW debug info"""
|
||||
try:
|
||||
ser = serial.Serial(self.esp32_port, 115200, timeout=1)
|
||||
print("🔌 Monitoring ESP32-C3 USB CDC output...")
|
||||
|
||||
while self.running:
|
||||
try:
|
||||
line = ser.readline().decode('utf-8').strip()
|
||||
if line:
|
||||
timestamp = time.strftime("%H:%M:%S")
|
||||
print(f"[{timestamp}] ESP32-C3: {line}")
|
||||
except serial.SerialTimeoutException:
|
||||
continue
|
||||
except Exception as e:
|
||||
print(f"❌ ESP32-C3 monitor error: {e}")
|
||||
break
|
||||
|
||||
ser.close()
|
||||
except Exception as e:
|
||||
print(f"❌ Failed to connect to ESP32-C3: {e}")
|
||||
|
||||
def check_lighting_controller_logs(self):
|
||||
"""Check lighting controller logs for message sending"""
|
||||
try:
|
||||
# Monitor control server output for ESP NOW messages
|
||||
print("🔌 Monitoring lighting controller ESP NOW messages...")
|
||||
|
||||
# Check if control server is running
|
||||
proc = subprocess.run(['pgrep', '-f', 'lighting-controller'],
|
||||
capture_output=True, text=True)
|
||||
if not proc.stdout.strip():
|
||||
print("❌ Control server not running!")
|
||||
return
|
||||
|
||||
print("✅ Control server running, monitor logs manually")
|
||||
print("💡 Tips:")
|
||||
print(" - Watch control server terminal output")
|
||||
print(" - Look for SPI/ESP NOW communication messages")
|
||||
print(" - Check for timing gaps between messages")
|
||||
|
||||
except Exception as e:
|
||||
print(f"❌ Error checking control server: {e}")
|
||||
|
||||
def run(self):
|
||||
"""Start all monitoring threads"""
|
||||
print("🔍 ESP NOW Communication Debugger")
|
||||
print("=" * 50)
|
||||
print()
|
||||
|
||||
# Check if ESP32-C3 is connected
|
||||
if not os.path.exists(self.esp32_port):
|
||||
print(f"❌ ESP32-C3 not found on {self.esp32_port}")
|
||||
print("💡 Make sure ESP32-C3 is connected via USB")
|
||||
return
|
||||
|
||||
print(f"✅ ESP32-C3 found on {self.esp32_port}")
|
||||
print()
|
||||
|
||||
self.running = True
|
||||
|
||||
# Start ESP32-C3 monitoring thread
|
||||
esp32_thread = threading.Thread(target=self.monitor_esp32_serial)
|
||||
esp32_thread.daemon = True
|
||||
esp32_thread.start()
|
||||
|
||||
# Monitor lighting controller
|
||||
self.check_lighting_controller_logs()
|
||||
|
||||
print()
|
||||
print("🔍 Monitoring active. Press Ctrl+C to stop...")
|
||||
print("📝 Watch for:")
|
||||
print(" - ESP NOW message transmission timing")
|
||||
print(" - Any error messages or delays")
|
||||
print(" - Status updates every 5 seconds")
|
||||
print(" - Pattern interrupt patterns")
|
||||
|
||||
try:
|
||||
while self.running:
|
||||
time.sleep(1)
|
||||
except KeyboardInterrupt:
|
||||
print("\n🛑 Stopping debugger...")
|
||||
self.running = False
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
debugger = ESPNowDebugger()
|
||||
debugger.run()
|
137
debug_led_bar.py
Normal file
137
debug_led_bar.py
Normal file
@@ -0,0 +1,137 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Enhanced LED bar debugging script.
|
||||
Adds timestamp and message sequence debugging to LED bar main.py
|
||||
"""
|
||||
|
||||
debug_main_content = '''
|
||||
import patterns
|
||||
from settings import Settings
|
||||
from web import web
|
||||
from patterns import Patterns
|
||||
import gc
|
||||
import utime
|
||||
import machine
|
||||
import time
|
||||
import wifi
|
||||
import json
|
||||
from p2p import p2p
|
||||
import espnow
|
||||
import network
|
||||
|
||||
def main():
|
||||
settings = Settings()
|
||||
print(settings)
|
||||
|
||||
if settings.get("color_order", "RGB") == "RBG":
|
||||
color_order = (1, 5, 3)
|
||||
else:
|
||||
color_order = (1, 3, 5)
|
||||
patterns = Patterns(settings["led_pin"], settings["num_leds"], selected="off")
|
||||
|
||||
sta_if = network.WLAN(network.STA_IF)
|
||||
sta_if.active(True)
|
||||
|
||||
e = espnow.ESPNow()
|
||||
e.config(rxbuf=1024)
|
||||
e.active(True)
|
||||
|
||||
wdt = machine.WDT(timeout=10000)
|
||||
wdt.feed()
|
||||
|
||||
# Debug counters
|
||||
msg_count = 0
|
||||
last_msg_time = 0
|
||||
gap_count = 0
|
||||
|
||||
print(f"[DEBUG] Bar '{settings.get('name', 'unknown')}' starting ESP NOW debug mode")
|
||||
print(f"[DEBUG] Expected message types: 'b' (beat), 'u' (update)")
|
||||
|
||||
while True:
|
||||
# advance pattern based on its own returned schedule
|
||||
# due = patterns.tick(due)
|
||||
wdt.feed()
|
||||
|
||||
# Drain all pending packets and only process the latest
|
||||
last_msg = None
|
||||
msg_received = False
|
||||
|
||||
while True:
|
||||
host, msg = e.recv(0)
|
||||
if not msg:
|
||||
break
|
||||
last_msg = msg
|
||||
msg_received = True
|
||||
|
||||
if last_msg:
|
||||
msg_count += 1
|
||||
current_time = time.ticks_ms()
|
||||
|
||||
# Calculate gap between messages
|
||||
if last_msg_time > 0:
|
||||
gap = time.ticks_diff(current_time, last_msg_time)
|
||||
if gap > 1000: # > 1 second gap
|
||||
gap_count += 1
|
||||
print(f"[DEBUG] Message gap detected: {gap}ms (gap #{gap_count})")
|
||||
|
||||
last_msg_time = current_time
|
||||
|
||||
try:
|
||||
data = json.loads(last_msg)
|
||||
msg_type = data.get("d", {}).get("t", "unknown")
|
||||
timestamp = time.strftime("%H:%M:%S")
|
||||
|
||||
print(f"[{timestamp}] MSG#{msg_count}: type='{msg_type}' gap={time.ticks_diff(current_time, last_msg_time) if last_msg_time > 0 else 0}ms")
|
||||
|
||||
# Full data print for debugging
|
||||
print(f"[DEBUG] Full message: {data}")
|
||||
|
||||
defaults = data.get("d", {})
|
||||
bar = data.get(settings.get("name"), {})
|
||||
|
||||
# Check message type
|
||||
message_type = defaults.get("t", "b") # Default to beat if not specified
|
||||
|
||||
# Always update parameters from message
|
||||
patterns.brightness = bar.get("br", defaults.get("br", patterns.brightness))
|
||||
patterns.delay = bar.get("dl", defaults.get("dl", patterns.delay))
|
||||
patterns.colors = bar.get("cl", defaults.get("cl", patterns.colors))
|
||||
patterns.n1 = bar.get("n1", defaults.get("n1", patterns.n1))
|
||||
patterns.n2 = bar.get("n2", defaults.get("n2", patterns.n2))
|
||||
patterns.n3 = bar.get("n3", defaults.get("n3", patterns.n3))
|
||||
patterns.step = bar.get("s", defaults.get("s", patterns.step))
|
||||
|
||||
# Only execute pattern if it's a beat message
|
||||
if message_type == "b": # Beat message
|
||||
selected_pattern = bar.get("pt", defaults.get("pt", "off"))
|
||||
if selected_pattern in patterns.patterns:
|
||||
print(f"[DEBUG] Executing pattern: {selected_pattern}")
|
||||
patterns.patterns[selected_pattern]()
|
||||
else:
|
||||
print(f"[DEBUG] Pattern '{selected_pattern}' not found")
|
||||
elif message_type == "u": # Update message
|
||||
print(f"[DEBUG] Parameters updated: brightness={patterns.brightness}, delay={patterns.delay}")
|
||||
else:
|
||||
print(f"[DEBUG] Unknown message type: '{message_type}'")
|
||||
|
||||
except Exception as ex:
|
||||
print(f"[DEBUG] Failed to load espnow data {last_msg}: {ex}")
|
||||
continue
|
||||
|
||||
# Periodic status every 100 loops (about every 10 seconds)
|
||||
if msg_count > 0 and msg_count % 100 == 0:
|
||||
print(f"[STATUS] Processed {msg_count} messages, {gap_count} gaps detected")
|
||||
|
||||
|
||||
main()
|
||||
'''
|
||||
|
||||
if __name__ == "__main__":
|
||||
print("Enhanced LED bar debugging output generated.")
|
||||
print("This script would replace the main.py with enhanced debugging.")
|
||||
print("The debug version adds:")
|
||||
print("- Timestamped messages")
|
||||
print("- Message sequence numbers")
|
||||
print("- Gap detection between messages")
|
||||
print("- Detailed pattern execution logging")
|
||||
print("- Status summaries")
|
9
esp32/CMakeLists.txt
Normal file
9
esp32/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
# The following lines of boilerplate have to be in your project's
|
||||
# CMakeLists in this exact order for cmake to work correctly
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
# Set target to ESP32-C3
|
||||
set(IDF_TARGET esp32c3)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(spi_slave)
|
73
esp32/README.md
Normal file
73
esp32/README.md
Normal file
@@ -0,0 +1,73 @@
|
||||
# ESP32-C3 SPI Slave with ESP-NOW Project
|
||||
|
||||
This ESP-IDF project implements an SPI slave device that broadcasts received data via ESP-NOW with the following GPIO configuration:
|
||||
|
||||
- **MOSI**: GPIO10
|
||||
- **MISO**: GPIO9
|
||||
- **SCLK**: GPIO20
|
||||
- **CS**: GPIO7
|
||||
|
||||
## Features
|
||||
|
||||
- SPI Mode 0 (CPOL=0, CPHA=0)
|
||||
- 256-byte buffer for data exchange
|
||||
- DMA support for efficient transfers
|
||||
- Real-time data logging via UART
|
||||
- **ESP-NOW broadcasting** of received SPI data
|
||||
- Timestamped data packets
|
||||
- Broadcast to all nearby ESP32 devices
|
||||
|
||||
## Building and Flashing
|
||||
|
||||
1. Set up ESP-IDF environment:
|
||||
```bash
|
||||
. $HOME/esp/esp-idf/export.sh
|
||||
```
|
||||
|
||||
2. Build the project:
|
||||
```bash
|
||||
cd esp32
|
||||
idf.py build
|
||||
```
|
||||
|
||||
3. Flash to ESP32-C3:
|
||||
```bash
|
||||
idf.py -p /dev/ttyUSB0 flash monitor
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
The ESP32-C3 will act as an SPI slave device, waiting for transactions from an SPI master. When data is received, it will:
|
||||
|
||||
1. Print the received data to the serial console
|
||||
2. **Broadcast the received data via ESP-NOW** to all nearby ESP32-C3 devices
|
||||
3. Send back a test pattern (0x00, 0x01, 0x02, ...)
|
||||
4. Wait for the next transaction
|
||||
|
||||
## ESP-NOW Data Format
|
||||
|
||||
The broadcasted data includes:
|
||||
- **Data**: The actual SPI received data (up to 256 bytes)
|
||||
- **Length**: Number of bytes received
|
||||
- **Timestamp**: Millisecond timestamp when data was received
|
||||
|
||||
## Receiving ESP-NOW Data
|
||||
|
||||
To receive the broadcasted data on another ESP32-C3 device, you can use the ESP-NOW receive callback function. The data structure is:
|
||||
|
||||
```c
|
||||
typedef struct {
|
||||
uint8_t data[256]; // Received SPI data
|
||||
uint8_t length; // Number of bytes
|
||||
uint32_t timestamp; // Timestamp in milliseconds
|
||||
} espnow_data_t;
|
||||
```
|
||||
|
||||
## Serial Monitor
|
||||
|
||||
Connect to the serial monitor to see debug output:
|
||||
```bash
|
||||
idf.py -p /dev/ttyUSB0 monitor
|
||||
```
|
||||
|
||||
The device will log received SPI data and transaction status.
|
1
esp32/build/.bin_timestamp
Normal file
1
esp32/build/.bin_timestamp
Normal file
@@ -0,0 +1 @@
|
||||
cb516dfdf9bb990670f3d92bb1eb2c4b /home/pi/lighting-controller/esp32/build/spi_slave.bin
|
BIN
esp32/build/.ninja_deps
Normal file
BIN
esp32/build/.ninja_deps
Normal file
Binary file not shown.
1386
esp32/build/.ninja_log
Normal file
1386
esp32/build/.ninja_log
Normal file
File diff suppressed because it is too large
Load Diff
610
esp32/build/CMakeCache.txt
Normal file
610
esp32/build/CMakeCache.txt
Normal file
@@ -0,0 +1,610 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/pi/lighting-controller/esp32/build
|
||||
# It was generated by CMake: /usr/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CCACHE_ENABLE:UNINITIALIZED=False
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//Asm Compiler Base Flags
|
||||
CMAKE_ASM_FLAGS:STRING='-march=rv32imc_zicsr_zifencei '
|
||||
|
||||
//Flags used by the ASM compiler during DEBUG builds.
|
||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the ASM compiler during MINSIZEREL builds.
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELEASE builds.
|
||||
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//C++ Compiler Base Flags
|
||||
CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei -mtune=esp-base '
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//C Compiler Base Flags
|
||||
CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei -mtune=esp-base '
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//Linker Base Flags
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei '
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/pi/lighting-controller/esp32/build/CMakeFiles/pkgRedirects
|
||||
|
||||
//User executables (bin)
|
||||
CMAKE_INSTALL_BINDIR:PATH=bin
|
||||
|
||||
//Read-only architecture-independent data (DATAROOTDIR)
|
||||
CMAKE_INSTALL_DATADIR:PATH=
|
||||
|
||||
//Read-only architecture-independent data root (share)
|
||||
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
||||
|
||||
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
||||
CMAKE_INSTALL_DOCDIR:PATH=
|
||||
|
||||
//C header files (include)
|
||||
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
||||
|
||||
//Info documentation (DATAROOTDIR/info)
|
||||
CMAKE_INSTALL_INFODIR:PATH=
|
||||
|
||||
//Object code libraries (lib)
|
||||
CMAKE_INSTALL_LIBDIR:PATH=lib
|
||||
|
||||
//Program executables (libexec)
|
||||
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
||||
|
||||
//Locale-dependent data (DATAROOTDIR/locale)
|
||||
CMAKE_INSTALL_LOCALEDIR:PATH=
|
||||
|
||||
//Modifiable single-machine data (var)
|
||||
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
||||
|
||||
//Man documentation (DATAROOTDIR/man)
|
||||
CMAKE_INSTALL_MANDIR:PATH=
|
||||
|
||||
//C header files for non-gcc (/usr/include)
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Run-time variable data (LOCALSTATEDIR/run)
|
||||
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
||||
|
||||
//System admin executables (sbin)
|
||||
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
||||
|
||||
//Modifiable architecture-independent data (com)
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
||||
|
||||
//Read-only single-machine data (etc)
|
||||
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld
|
||||
|
||||
//Program used to build from build.ninja files.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-objdump
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=spi_slave
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION:STATIC=3.6.4
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MAJOR:STATIC=3
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_MINOR:STATIC=6
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_PATCH:STATIC=4
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_VERSION_TWEAK:STATIC=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-readelf
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-strip
|
||||
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/pi/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//Disable package configuration, target export and installation
|
||||
DISABLE_PACKAGE_CONFIG_AND_INSTALL:BOOL=ON
|
||||
|
||||
//Build Mbed TLS programs.
|
||||
ENABLE_PROGRAMS:BOOL=
|
||||
|
||||
//Build Mbed TLS tests.
|
||||
ENABLE_TESTING:BOOL=
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
ESP_PLATFORM:UNINITIALIZED=1
|
||||
|
||||
//Generate the auto-generated files as needed
|
||||
GEN_FILES:BOOL=
|
||||
|
||||
//Git command line client
|
||||
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
|
||||
|
||||
//IDF Build Target
|
||||
IDF_TARGET:STRING=esp32c3
|
||||
|
||||
//IDF Build Toolchain Type
|
||||
IDF_TOOLCHAIN:STRING=gcc
|
||||
|
||||
//Install Mbed TLS headers.
|
||||
INSTALL_MBEDTLS_HEADERS:BOOL=ON
|
||||
|
||||
//Explicitly link Mbed TLS library to pthread.
|
||||
LINK_WITH_PTHREAD:BOOL=OFF
|
||||
|
||||
//Explicitly link Mbed TLS library to trusted_storage.
|
||||
LINK_WITH_TRUSTED_STORAGE:BOOL=OFF
|
||||
|
||||
//Mbed TLS config file (overrides default).
|
||||
MBEDTLS_CONFIG_FILE:FILEPATH=
|
||||
|
||||
//Compiler warnings treated as errors
|
||||
MBEDTLS_FATAL_WARNINGS:BOOL=ON
|
||||
|
||||
//Mbed TLS user config file (appended to default).
|
||||
MBEDTLS_USER_CONFIG_FILE:FILEPATH=
|
||||
|
||||
//Value Computed by CMake
|
||||
Mbed TLS_BINARY_DIR:STATIC=/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls
|
||||
|
||||
//Value Computed by CMake
|
||||
Mbed TLS_IS_TOP_LEVEL:STATIC=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
Mbed TLS_SOURCE_DIR:STATIC=/home/pi/esp/esp-idf/components/mbedtls/mbedtls
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PYTHON:UNINITIALIZED=/home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||
|
||||
//Allow unsafe builds. These builds ARE NOT SECURE.
|
||||
UNSAFE_BUILD:BOOL=OFF
|
||||
|
||||
//Build Mbed TLS shared library.
|
||||
USE_SHARED_MBEDTLS_LIBRARY:BOOL=OFF
|
||||
|
||||
//Build Mbed TLS static library.
|
||||
USE_STATIC_MBEDTLS_LIBRARY:BOOL=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_BINARY_DIR:STATIC=/home/pi/lighting-controller/esp32/build/esp-idf
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_SOURCE_DIR:STATIC=/home/pi/esp/esp-idf
|
||||
|
||||
//Dependencies for the target
|
||||
everest_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;
|
||||
|
||||
//Dependencies for the target
|
||||
mbedcrypto_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;everest;general;p256m;general;idf::esp_security;general;idf::esp_mm;
|
||||
|
||||
//Dependencies for the target
|
||||
mbedtls_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedx509;
|
||||
|
||||
//Dependencies for the target
|
||||
mbedx509_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;general;mbedcrypto;
|
||||
|
||||
//Dependencies for the target
|
||||
p256m_LIB_DEPENDS:STATIC=general;__idf_cxx;general;__idf_esp_libc;general;__idf_freertos;general;__idf_esp_hw_support;general;__idf_heap;general;__idf_log;general;__idf_soc;general;__idf_hal;general;__idf_esp_rom;general;__idf_esp_common;general;__idf_esp_system;general;__idf_riscv;
|
||||
|
||||
//Value Computed by CMake
|
||||
spi_slave_BINARY_DIR:STATIC=/home/pi/lighting-controller/esp32/build
|
||||
|
||||
//Value Computed by CMake
|
||||
spi_slave_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
spi_slave_SOURCE_DIR:STATIC=/home/pi/lighting-controller/esp32
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
|
||||
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
|
||||
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS
|
||||
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
|
||||
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
|
||||
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/pi/lighting-controller/esp32/build
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=25
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Ninja
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Test CMAKE_HAVE_LIBC_PTHREAD
|
||||
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/pi/lighting-controller/esp32
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
||||
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
||||
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
||||
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
||||
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
||||
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
||||
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
||||
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
||||
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
||||
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
||||
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
||||
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
||||
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
||||
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
||||
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
||||
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
||||
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=123
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_READELF
|
||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.25
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS
|
||||
C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS:INTERNAL=1
|
||||
//Details about finding Git
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.5()]
|
||||
//Details about finding Python3
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python][cfound components: Interpreter ][v3.11.2()]
|
||||
//Details about finding Threads
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
||||
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
//CMAKE_INSTALL_PREFIX during last run
|
||||
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
|
||||
//Compiler reason failure
|
||||
_Python3_Compiler_REASON_FAILURE:INTERNAL=
|
||||
//Development reason failure
|
||||
_Python3_Development_REASON_FAILURE:INTERNAL=
|
||||
_Python3_EXECUTABLE:INTERNAL=/home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python
|
||||
//Python3 Properties
|
||||
_Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;11;2;32;;;/usr/lib/python3.11;/usr/lib/python3.11;/home/pi/.espressif/python_env/idf6.0_py3.11_env/lib/python3.11/site-packages;/home/pi/.espressif/python_env/idf6.0_py3.11_env/lib/python3.11/site-packages
|
||||
_Python3_INTERPRETER_SIGNATURE:INTERNAL=76283cc47d75dcdcd7d8e9afe53722dc
|
||||
//Interpreter reason failure
|
||||
_Python3_Interpreter_REASON_FAILURE:INTERNAL=
|
||||
//NumPy reason failure
|
||||
_Python3_NumPy_REASON_FAILURE:INTERNAL=
|
||||
|
21
esp32/build/CMakeFiles/3.25.1/CMakeASMCompiler.cmake
Normal file
21
esp32/build/CMakeFiles/3.25.1/CMakeASMCompiler.cmake
Normal file
@@ -0,0 +1,21 @@
|
||||
set(CMAKE_ASM_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
||||
set(CMAKE_ASM_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_ASM_COMPILER_LOADED 1)
|
||||
set(CMAKE_ASM_COMPILER_ID "GNU")
|
||||
set(CMAKE_ASM_COMPILER_VERSION "")
|
||||
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
|
||||
|
||||
|
||||
set(CMAKE_ASM_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
|
||||
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_ASM_LINKER_PREFERENCE 0)
|
||||
|
||||
|
73
esp32/build/CMakeFiles/3.25.1/CMakeCCompiler.cmake
Normal file
73
esp32/build/CMakeFiles/3.25.1/CMakeCCompiler.cmake
Normal file
@@ -0,0 +1,73 @@
|
||||
set(CMAKE_C_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "15.2.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
set(CMAKE_C_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
|
||||
|
||||
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
||||
set(CMAKE_C_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
84
esp32/build/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake
Normal file
84
esp32/build/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake
Normal file
@@ -0,0 +1,84 @@
|
||||
set(CMAKE_CXX_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "15.2.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
|
||||
|
||||
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/backward;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
BIN
esp32/build/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
esp32/build/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
esp32/build/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
esp32/build/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
15
esp32/build/CMakeFiles/3.25.1/CMakeSystem.cmake
Normal file
15
esp32/build/CMakeFiles/3.25.1/CMakeSystem.cmake
Normal file
@@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-6.12.25+rpt-rpi-v8")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.12.25+rpt-rpi-v8")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "aarch64")
|
||||
|
||||
include("/home/pi/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Generic")
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
set(CMAKE_SYSTEM_VERSION "")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
868
esp32/build/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c
Normal file
868
esp32/build/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c
Normal file
@@ -0,0 +1,868 @@
|
||||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
# define COMPILER_ID "Tasking"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(1)
|
||||
# if defined(__LCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
||||
# endif
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(_ADI_COMPILER)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VERSIONNUM__)
|
||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
# elif defined(_ADI_COMPILER)
|
||||
# define PLATFORM_ID "ADSP"
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
# elif defined(__ADSPSHARC__)
|
||||
# define ARCHITECTURE_ID "SHARC"
|
||||
|
||||
# elif defined(__ADSPBLACKFIN__)
|
||||
# define ARCHITECTURE_ID "Blackfin"
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
|
||||
# if defined(__CTC__) || defined(__CPTC__)
|
||||
# define ARCHITECTURE_ID "TriCore"
|
||||
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
# define ARCHITECTURE_ID "ARC"
|
||||
|
||||
# elif defined(__C51__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__CPCP__)
|
||||
# define ARCHITECTURE_ID "PCP"
|
||||
|
||||
# else
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__) && !defined(__clang__)
|
||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
||||
# define C_VERSION "90"
|
||||
# else
|
||||
# define C_VERSION
|
||||
# endif
|
||||
#elif __STDC_VERSION__ > 201710L
|
||||
# define C_VERSION "23"
|
||||
#elif __STDC_VERSION__ >= 201710L
|
||||
# define C_VERSION "17"
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_VERSION "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_VERSION "99"
|
||||
#else
|
||||
# define C_VERSION "90"
|
||||
#endif
|
||||
const char* info_language_standard_default =
|
||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
BIN
esp32/build/CMakeFiles/3.25.1/CompilerIdC/a.out
Executable file
BIN
esp32/build/CMakeFiles/3.25.1/CompilerIdC/a.out
Executable file
Binary file not shown.
@@ -0,0 +1,857 @@
|
||||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__COMO__)
|
||||
# define COMPILER_ID "Comeau"
|
||||
/* __COMO_VERSION__ = VRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
||||
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
# define COMPILER_ID "Tasking"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(1)
|
||||
# if defined(__LCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
||||
# endif
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(_ADI_COMPILER)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VERSIONNUM__)
|
||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
# elif defined(_ADI_COMPILER)
|
||||
# define PLATFORM_ID "ADSP"
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
# elif defined(__ADSPSHARC__)
|
||||
# define ARCHITECTURE_ID "SHARC"
|
||||
|
||||
# elif defined(__ADSPBLACKFIN__)
|
||||
# define ARCHITECTURE_ID "Blackfin"
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
|
||||
# if defined(__CTC__) || defined(__CPTC__)
|
||||
# define ARCHITECTURE_ID "TriCore"
|
||||
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
# define ARCHITECTURE_ID "ARC"
|
||||
|
||||
# elif defined(__C51__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__CPCP__)
|
||||
# define ARCHITECTURE_ID "PCP"
|
||||
|
||||
# else
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
||||
# if defined(__INTEL_CXX11_MODE__)
|
||||
# if defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD 201402L
|
||||
# else
|
||||
# define CXX_STD 201103L
|
||||
# endif
|
||||
# else
|
||||
# define CXX_STD 199711L
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# define CXX_STD _MSVC_LANG
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
||||
#if CXX_STD > 202002L
|
||||
"23"
|
||||
#elif CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
BIN
esp32/build/CMakeFiles/3.25.1/CompilerIdCXX/a.out
Executable file
BIN
esp32/build/CMakeFiles/3.25.1/CompilerIdCXX/a.out
Executable file
Binary file not shown.
438
esp32/build/CMakeFiles/CMakeOutput.log
Normal file
438
esp32/build/CMakeFiles/CMakeOutput.log
Normal file
@@ -0,0 +1,438 @@
|
||||
The target system is: Generic - -
|
||||
The host system is: Linux - 6.12.25+rpt-rpi-v8 - aarch64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
|
||||
Build flags: -march=rv32imc_zicsr_zifencei;-mtune=esp-base;
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text._close_r+0x14): warning: _close is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text._lseek_r+0x18): warning: _lseek is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text._read_r+0x18): warning: _read is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text._write_r+0x18): warning: _write is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text.fclose+0x6): warning: __getreent is not implemented and will always fail
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in "/home/pi/lighting-controller/esp32/build/CMakeFiles/3.25.1/CompilerIdC/a.out"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++
|
||||
Build flags: -march=rv32imc_zicsr_zifencei;-mtune=esp-base;
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text._close_r+0x14): warning: _close is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text._lseek_r+0x18): warning: _lseek is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text._read_r+0x18): warning: _read is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text._write_r+0x18): warning: _write is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text.fclose+0x6): warning: __getreent is not implemented and will always fail
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in "/home/pi/lighting-controller/esp32/build/CMakeFiles/3.25.1/CompilerIdCXX/a.out"
|
||||
|
||||
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
|
||||
riscv32-esp-elf-gcc (crosstool-NG esp-15.2.0_20250920) 15.2.0
|
||||
Copyright (C) 2025 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/pi/lighting-controller/esp32/build/CMakeFiles/CMakeScratch/TryCompile-bENnLW
|
||||
|
||||
Run Build Command(s):/usr/bin/ninja cmTC_3f0cb && [1/2] Building C object CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_3f0cb.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3f0cb.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/ccuzi1QV.s
|
||||
GNU C23 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)
|
||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"
|
||||
ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include
|
||||
End of search list.
|
||||
Compiler executable checksum: 506ecf61f32d44d8f99cedf675c9729d
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_3f0cb.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj /tmp/ccuzi1QV.s
|
||||
GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.'
|
||||
[2/2] Linking C executable cmTC_3f0cb
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
|
||||
COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_3f0cb' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_3f0cb.'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cceimHeQ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_3f0cb -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_3f0cb' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_3f0cb.'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
end of search list found
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
implicit include dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(riscv32-esp-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/pi/lighting-controller/esp32/build/CMakeFiles/CMakeScratch/TryCompile-bENnLW]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_3f0cb && [1/2] Building C object CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_3f0cb.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3f0cb.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/ccuzi1QV.s]
|
||||
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)]
|
||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"]
|
||||
ignore line: [ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: 506ecf61f32d44d8f99cedf675c9729d]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_3f0cb.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj /tmp/ccuzi1QV.s]
|
||||
ignore line: [GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.']
|
||||
ignore line: [[2/2] Linking C executable cmTC_3f0cb]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_3f0cb' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_3f0cb.']
|
||||
link line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/cceimHeQ.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_3f0cb -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc]
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/cceimHeQ.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore
|
||||
arg [-melf32lriscv] ==> ignore
|
||||
arg [-X] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_3f0cb] ==> ignore
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib]
|
||||
arg [CMakeFiles/cmTC_3f0cb.dir/CMakeCCompilerABI.c.obj] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit libs: [gcc;c;nosys;c;gcc]
|
||||
implicit objs: []
|
||||
implicit dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/pi/lighting-controller/esp32/build/CMakeFiles/CMakeScratch/TryCompile-irRSgv
|
||||
|
||||
Run Build Command(s):/usr/bin/ninja cmTC_a78c7 && [1/2] Building CXX object CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_a78c7.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a78c7.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/ccRggjUL.s
|
||||
GNU C++17 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)
|
||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"
|
||||
ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include
|
||||
End of search list.
|
||||
Compiler executable checksum: f90150e51d591efc276d6716df96f2cb
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_a78c7.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccRggjUL.s
|
||||
GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.'
|
||||
[2/2] Linking CXX executable cmTC_a78c7
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++
|
||||
COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_a78c7' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_a78c7.'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxsEPmK.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_a78c7 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_a78c7' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_a78c7.'
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
end of search list found
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/backward]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
implicit include dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/backward;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(riscv32-esp-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/pi/lighting-controller/esp32/build/CMakeFiles/CMakeScratch/TryCompile-irRSgv]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_a78c7 && [1/2] Building CXX object CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_a78c7.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a78c7.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/ccRggjUL.s]
|
||||
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)]
|
||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"]
|
||||
ignore line: [ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: f90150e51d591efc276d6716df96f2cb]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_a78c7.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj /tmp/ccRggjUL.s]
|
||||
ignore line: [GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.']
|
||||
ignore line: [[2/2] Linking CXX executable cmTC_a78c7]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_a78c7' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_a78c7.']
|
||||
link line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxsEPmK.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_a78c7 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc]
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccxsEPmK.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore
|
||||
arg [-melf32lriscv] ==> ignore
|
||||
arg [-X] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_a78c7] ==> ignore
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib]
|
||||
arg [CMakeFiles/cmTC_a78c7.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit libs: [stdc++;m;gcc;c;nosys;c;gcc]
|
||||
implicit objs: []
|
||||
implicit dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output:
|
||||
Change Dir: /home/pi/lighting-controller/esp32/build/CMakeFiles/CMakeScratch/TryCompile-hSwmki
|
||||
|
||||
Run Build Command(s):/usr/bin/ninja cmTC_42e16 && [1/2] Building C object CMakeFiles/cmTC_42e16.dir/src.c.obj
|
||||
[2/2] Linking C executable cmTC_42e16
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: CMakeFiles/cmTC_42e16.dir/src.c.obj: in function `main':
|
||||
src.c:(.text+0x6e): warning: pthread_atfork is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x50): warning: pthread_cancel is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x34): warning: pthread_create is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x42): warning: pthread_detach is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x78): warning: pthread_exit is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: src.c:(.text+0x60): warning: pthread_join is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094
|
||||
|
||||
|
||||
Source file was:
|
||||
#include <pthread.h>
|
||||
|
||||
static void* test_func(void* data)
|
||||
{
|
||||
return data;
|
||||
}
|
||||
|
||||
int main(void)
|
||||
{
|
||||
pthread_t thread;
|
||||
pthread_create(&thread, NULL, test_func, NULL);
|
||||
pthread_detach(thread);
|
||||
pthread_cancel(thread);
|
||||
pthread_join(thread, NULL);
|
||||
pthread_atfork(NULL, NULL, NULL);
|
||||
pthread_exit(NULL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Performing C SOURCE FILE Test C_COMPILER_SUPPORTS_WFORMAT_SIGNEDNESS succeeded with the following output:
|
||||
Change Dir: /home/pi/lighting-controller/esp32/build/CMakeFiles/CMakeScratch/TryCompile-Hs38pt
|
||||
|
||||
Run Build Command(s):/usr/bin/ninja cmTC_c6819 && [1/2] Building C object CMakeFiles/cmTC_c6819.dir/src.c.obj
|
||||
[2/2] Linking C executable cmTC_c6819
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094
|
||||
|
||||
|
||||
Source file was:
|
||||
int main(void) { return 0; }
|
||||
|
868
esp32/build/CMakeFiles/TargetDirectories.txt
Normal file
868
esp32/build/CMakeFiles/TargetDirectories.txt
Normal file
@@ -0,0 +1,868 @@
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/menuconfig.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/confserver.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/save-defconfig.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/_project_elf_src.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/spi_slave.elf.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/size.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/size-files.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/size-components.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/uf2.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/uf2-app.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/__ldgen_output_sections.ld.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/gen_spi_slave_binary.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/gen_project_binary.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/app.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/app-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/encrypted-app-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/encrypted-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/erase_flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/merge-bin.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/monitor.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/app_check_size.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/__idf_riscv.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/riscv/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/bootloader-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/encrypted-bootloader-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esptool_py/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esptool_py/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esptool_py/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esptool_py/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/partition_table_bin.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/partition-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/partition_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/partition-table-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/encrypted-partition-table-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/partition_table-flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/partition_table/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_app_format/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_bootloader_format/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/__idf_app_update.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_update/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_partition/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/efuse/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/__idf_esp_security.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_security/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/__idf_esp_driver_gpio.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gpio/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_pm/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/custom_bundle.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/apidoc.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/include/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/lib.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/library/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bootloader_support/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_mm/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spi_flash/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_usb_cdc_rom_console/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_usb_cdc_rom_console/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_usb_cdc_rom_console/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_usb_cdc_rom_console/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_usb_cdc_rom_console/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_usb_cdc_rom_console/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/__idf_esp_hal_i2c.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hal_i2c/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/memory_ld_in_preprocess.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/sections_ld_in_preprocess.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_system/port/soc/esp32c3/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_common/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_rom/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/hal/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/log/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/__idf_heap.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/heap/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/soc/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hw_support/lowpower/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/__idf_freertos.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/freertos/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/__idf_esp_libc.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/src/port/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/src/port/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/src/port/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/src/port/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/src/port/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_libc/src/port/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/__idf_pthread.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/pthread/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/__idf_cxx.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cxx/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_timer/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/__idf_esp_driver_gptimer.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_gptimer/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_ringbuf/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/__idf_esp_driver_uart.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_uart/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/app_trace/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_event/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_sec_provider/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/nvs_flash/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_phy/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/__idf_esp_driver_usb_serial_jtag.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_usb_serial_jtag/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/__idf_esp_vfs_console.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_vfs_console/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/__idf_vfs.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/vfs/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/__idf_lwip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/lwip/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif_stack/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_netif/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wpa_supplicant/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_coex/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_wifi/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/__idf_esp_driver_spi.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_spi/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_gdbstub/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bt/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bt/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bt/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bt/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bt/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/bt/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/__idf_unity.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/unity/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/__idf_cmock.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/cmock/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/__idf_console.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/console/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_pcnt/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_mcpwm/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ana_cmpr/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/__idf_esp_driver_i2s.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2s/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/sdmmc/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/__idf_esp_driver_sd_intf.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sd_intf/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdmmc/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/__idf_esp_driver_sdspi.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdspi/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdio/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_dac/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_bitscrambler/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/__idf_esp_driver_rmt.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_rmt/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/__idf_esp_driver_tsens.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_tsens/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/__idf_esp_driver_sdm.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_sdm/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/__idf_esp_driver_i2c.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i2c/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/__idf_esp_driver_ledc.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ledc/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_parlio/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/__idf_esp_driver_twai.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_twai/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/__idf_driver.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/driver/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/http_parser/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp-tls/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_adc/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_blockdev/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_blockdev/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_blockdev/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_blockdev/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_blockdev/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_blockdev/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_isp/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/__idf_esp_driver_cam.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_cam/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i3c/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i3c/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i3c/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i3c/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i3c/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_i3c/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_psram/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_psram/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_psram/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_psram/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_psram/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_psram/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_jpeg/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_ppa/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_driver_touch_sens/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_eth/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_hid/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/tcp_transport/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_client/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_http_server/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_ota/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/__idf_esp_https_server.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_https_server/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_lcd/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protobuf-c/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/protocomm/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/esp_local_ctrl/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/espcoredump/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/espcoredump/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/espcoredump/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/espcoredump/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/espcoredump/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/espcoredump/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wear_levelling/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/fatfs/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/idf_test/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/idf_test/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/idf_test/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/idf_test/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/idf_test/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/idf_test/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ieee802154/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ieee802154/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ieee802154/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ieee802154/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ieee802154/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ieee802154/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/__idf_json.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/json/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/mqtt/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/openthread/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/openthread/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/openthread/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/openthread/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/openthread/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/openthread/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/__idf_rt.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/rt/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/spiffs/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ulp/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ulp/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ulp/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ulp/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ulp/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/ulp/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/usb/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/usb/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/usb/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/usb/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/usb/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/usb/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/wifi_provisioning/CMakeFiles/install/strip.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/list_install_components.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/install.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/install/local.dir
|
||||
/home/pi/lighting-controller/esp32/build/esp-idf/main/CMakeFiles/install/strip.dir
|
0
esp32/build/CMakeFiles/bootloader-complete
Normal file
0
esp32/build/CMakeFiles/bootloader-complete
Normal file
43
esp32/build/CMakeFiles/bootloader.dir/Labels.json
Normal file
43
esp32/build/CMakeFiles/bootloader.dir/Labels.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"sources" :
|
||||
[
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader-complete.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule"
|
||||
},
|
||||
{
|
||||
"file" : "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule"
|
||||
}
|
||||
],
|
||||
"target" :
|
||||
{
|
||||
"labels" :
|
||||
[
|
||||
"bootloader"
|
||||
],
|
||||
"name" : "bootloader"
|
||||
}
|
||||
}
|
13
esp32/build/CMakeFiles/bootloader.dir/Labels.txt
Normal file
13
esp32/build/CMakeFiles/bootloader.dir/Labels.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# Target labels
|
||||
bootloader
|
||||
# Source files and their labels
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader.rule
|
||||
/home/pi/lighting-controller/esp32/build/CMakeFiles/bootloader-complete.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-build.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-configure.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-download.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-install.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-mkdir.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-patch.rule
|
||||
/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/bootloader-update.rule
|
24
esp32/build/CMakeFiles/clean_additional.cmake
Normal file
24
esp32/build/CMakeFiles/clean_additional.cmake
Normal file
@@ -0,0 +1,24 @@
|
||||
# Additional clean files
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader/bootloader.bin"
|
||||
"bootloader/bootloader.elf"
|
||||
"bootloader/bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"esp-idf/mbedtls/x509_crt_bundle"
|
||||
"flash_app_args"
|
||||
"flash_bootloader_args"
|
||||
"flash_project_args"
|
||||
"flasher_args.json"
|
||||
"flasher_args.json.in"
|
||||
"ldgen_libraries"
|
||||
"ldgen_libraries.in"
|
||||
"project_elf_src_esp32c3.c"
|
||||
"spi_slave.bin"
|
||||
"spi_slave.map"
|
||||
"x509_crt_bundle.S"
|
||||
)
|
||||
endif()
|
1
esp32/build/CMakeFiles/cmake.check_cache
Normal file
1
esp32/build/CMakeFiles/cmake.check_cache
Normal file
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
1
esp32/build/CMakeFiles/git-data/HEAD
Normal file
1
esp32/build/CMakeFiles/git-data/HEAD
Normal file
@@ -0,0 +1 @@
|
||||
ref: refs/heads/pi
|
50
esp32/build/CMakeFiles/git-data/grabRef.cmake
Normal file
50
esp32/build/CMakeFiles/git-data/grabRef.cmake
Normal file
@@ -0,0 +1,50 @@
|
||||
#
|
||||
# Internal file for GetGitRevisionDescription.cmake
|
||||
#
|
||||
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||
#
|
||||
# Original Author:
|
||||
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||
# http://academic.cleardefinition.com
|
||||
# Iowa State University HCI Graduate Program/VRAC
|
||||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
set(HEAD_HASH)
|
||||
|
||||
file(READ "/home/pi/lighting-controller/esp32/build/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "/home/pi/lighting-controller/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW)
|
||||
if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}")
|
||||
get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE)
|
||||
endif()
|
||||
if(EXISTS "${GIT_DIR_NEW}")
|
||||
set(GIT_DIR "${GIT_DIR_NEW}")
|
||||
endif()
|
||||
endif()
|
||||
if(HEAD_CONTENTS MATCHES "ref")
|
||||
# named branch
|
||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "/home/pi/lighting-controller/esp32/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/pi/lighting-controller/esp32/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
set(HEAD_HASH "${HEAD_REF}")
|
||||
endif()
|
||||
else()
|
||||
# detached HEAD
|
||||
configure_file("${GIT_DIR}/HEAD" "/home/pi/lighting-controller/esp32/build/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
endif()
|
||||
|
||||
if(NOT HEAD_HASH)
|
||||
file(READ "/home/pi/lighting-controller/esp32/build/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||
endif()
|
1
esp32/build/CMakeFiles/git-data/head-ref
Normal file
1
esp32/build/CMakeFiles/git-data/head-ref
Normal file
@@ -0,0 +1 @@
|
||||
1844a2e4c5dfae4f41df488f87b82f83ed770a8b
|
1775
esp32/build/CMakeFiles/rules.ninja
Normal file
1775
esp32/build/CMakeFiles/rules.ninja
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
2
esp32/build/app-flash_args
Normal file
2
esp32/build/app-flash_args
Normal file
@@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||
0x10000 spi_slave.bin
|
2
esp32/build/app-flash_args.in
Normal file
2
esp32/build/app-flash_args.in
Normal file
@@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||
0x10000 $<TARGET_PROPERTY:__idf_build_target,EXECUTABLE_NAME>.bin
|
2
esp32/build/bootloader-flash_args
Normal file
2
esp32/build/bootloader-flash_args
Normal file
@@ -0,0 +1,2 @@
|
||||
--flash_mode dio --flash_freq 80m --flash_size 2MB
|
||||
0x0 bootloader/bootloader.bin
|
@@ -0,0 +1,9 @@
|
||||
# This is a generated file and its contents are an internal implementation detail.
|
||||
# The download step will be re-executed if anything in this file changes.
|
||||
# No other meaning or use of this file is supported.
|
||||
|
||||
method=source_dir
|
||||
command=
|
||||
source_dir=/home/pi/esp/esp-idf/components/bootloader/subproject
|
||||
work_dir=
|
||||
|
1
esp32/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt
Normal file
1
esp32/build/bootloader-prefix/tmp/bootloader-cfgcmd.txt
Normal file
@@ -0,0 +1 @@
|
||||
cmd='/usr/bin/cmake;-DSDKCONFIG=/home/pi/lighting-controller/esp32/sdkconfig;-DIDF_PATH=/home/pi/esp/esp-idf;-DIDF_TARGET=esp32c3;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python;-DEXTRA_COMPONENT_DIRS=/home/pi/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/pi/lighting-controller/esp32;-DIGNORE_EXTRA_COMPONENT=;-GNinja;<SOURCE_DIR><SOURCE_SUBDIR>'
|
22
esp32/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake
Normal file
22
esp32/build/bootloader-prefix/tmp/bootloader-mkdirs.cmake
Normal file
@@ -0,0 +1,22 @@
|
||||
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
||||
# file Copyright.txt or https://cmake.org/licensing for details.
|
||||
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/pi/esp/esp-idf/components/bootloader/subproject"
|
||||
"/home/pi/lighting-controller/esp32/build/bootloader"
|
||||
"/home/pi/lighting-controller/esp32/build/bootloader-prefix"
|
||||
"/home/pi/lighting-controller/esp32/build/bootloader-prefix/tmp"
|
||||
"/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"/home/pi/lighting-controller/esp32/build/bootloader-prefix/src"
|
||||
"/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/pi/lighting-controller/esp32/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
1
esp32/build/bootloader/.bin_timestamp
Normal file
1
esp32/build/bootloader/.bin_timestamp
Normal file
@@ -0,0 +1 @@
|
||||
8bd82b257fae9f5c4f61da6d19735a8f /home/pi/lighting-controller/esp32/build/bootloader/bootloader.bin
|
BIN
esp32/build/bootloader/.ninja_deps
Normal file
BIN
esp32/build/bootloader/.ninja_deps
Normal file
Binary file not shown.
159
esp32/build/bootloader/.ninja_log
Normal file
159
esp32/build/bootloader/.ninja_log
Normal file
@@ -0,0 +1,159 @@
|
||||
# ninja log v5
|
||||
28 135 1759301246339851520 project_elf_src_esp32c3.c 566d860af5fea4f5
|
||||
28 135 1759301246339851520 /home/pi/lighting-controller/esp32/build/bootloader/project_elf_src_esp32c3.c 566d860af5fea4f5
|
||||
30 185 1759301246399851137 ld/bootloader.ld e7d90d867d319d7e
|
||||
30 185 1759301246399851137 /home/pi/lighting-controller/esp32/build/bootloader/ld/bootloader.ld e7d90d867d319d7e
|
||||
185 373 1759301246579849987 CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj f39ec6686e91b884
|
||||
40 854 1759301247071846844 esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj b6215013cb1bce9
|
||||
45 1000 1759301247211845949 esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj 6b8dcc82ed16d13
|
||||
33 1055 1759301247251845694 esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj 29c2e2e33c607593
|
||||
854 1284 1759301247495844134 esp-idf/riscv/CMakeFiles/__idf_riscv.dir/rv_utils.c.obj b23db8379f9f9130
|
||||
1055 1377 1759301247595843495 esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj eec1defc0c5afd
|
||||
1284 1430 1759301247639843214 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj be2b8bd44e6e5e6c
|
||||
136 1523 1759301247731842626 esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj 89606759c9b1f47b
|
||||
1430 1651 1759301247863841783 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj 70b5071870a17fd7
|
||||
1000 1657 1759301247867841757 esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj 8590b91c779915d2
|
||||
1377 1731 1759301247939841297 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj a6699aae43172664
|
||||
1651 1775 1759301247983841016 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj 369db198e1fb0105
|
||||
1523 1825 1759301248031840709 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj ac6496056b51ccf3
|
||||
1657 1847 1759301248055840556 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj 4d4d1ae2745546a9
|
||||
1826 1973 1759301248183839738 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj f6a6675c3ea9101e
|
||||
373 1989 1759301248203839610 esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj 69cfd2861f9782d0
|
||||
1775 2023 1759301248235839405 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj ea0876ac4a6b1a96
|
||||
45 2042 1759301248259839252 esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj 45066d41b96c95d4
|
||||
1731 2152 1759301248363838587 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj 39d200fb7b0ca638
|
||||
1989 2266 1759301248383838459 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj bf832649d1af197d
|
||||
2023 2267 1759301248427838178 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj ff418fbe332b8244
|
||||
1847 2283 1759301248431838153 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj 780d0e5e8c163cd3
|
||||
2042 2317 1759301248531837513 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj 986d888ee81efdf1
|
||||
1973 2392 1759301248603837053 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj 4ad3b4403feab49f
|
||||
2152 2467 1759301248675836593 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj 4956d75f0c8b417f
|
||||
2267 2533 1759301248747836133 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/power_supply_periph.c.obj 46fabe3ca3a7a896
|
||||
2266 2534 1759301248747836133 esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj 5364ac77bf71624d
|
||||
2392 2859 1759301249071834062 esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj c7e728b3b7a204db
|
||||
2535 3203 1759301249411831888 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj d91088a8a669b01c
|
||||
2859 3375 1759301249575830840 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj 4b6acb5f214624af
|
||||
2318 3395 1759301249607830635 esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj 67047c09148c264b
|
||||
2467 3839 1759301250055827771 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj 6f8e1e036b24f79b
|
||||
3203 3842 1759301250051827797 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj ae36ed3185701976
|
||||
3375 3882 1759301250099827490 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj 7296aba0564bcae4
|
||||
2533 4051 1759301250263826441 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj 5f6090d0b5dee2e9
|
||||
3840 4195 1759301250399825572 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj b0eec094466be283
|
||||
3842 4677 1759301250883822477 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj d94a946bf9e9210f
|
||||
3396 4873 1759301251079821223 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj 731a24f351b9a36e
|
||||
4051 5265 1759301251471818716 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj af3dc08474246ea5
|
||||
4195 5419 1759301251627817718 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj 141505270c8ceef4
|
||||
4873 5442 1759301251659817514 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj f528a493636dd0ad
|
||||
5419 6097 1759301252311813343 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj c6dcdcf1a6b6f525
|
||||
3882 6566 1759301252767810426 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj 97ca3085d7bc1fe1
|
||||
6098 6579 1759301252787810298 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj 3034c3e7d3e377d7
|
||||
6579 6959 1759301253171807841 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj bdfb4c9e65e742ed
|
||||
6959 7343 1759301253547805435 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj 9977444a3377e1cb
|
||||
5442 7355 1759301253563805333 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj d04104e1261f9000
|
||||
6566 7497 1759301253671804642 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj f97372d8de99a31e
|
||||
7343 8003 1759301254211801186 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj 9b64380c604a52e6
|
||||
7356 8025 1759301254235801033 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj b4dada33d8aeba38
|
||||
7498 8183 1759301254387800060 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj 4d1ecb04a54cfcf7
|
||||
4677 8239 1759301254447799676 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj 4e4d210c81e82a2
|
||||
8004 8708 1759301254923796629 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj 1e502a0d1fc87ad1
|
||||
8025 8923 1759301255123795349 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj 8ab369a850dce2cd
|
||||
5265 9243 1759301255447793275 esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj e281278d083d8756
|
||||
8708 9489 1759301255707791611 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj c624daf70bf2ed4d
|
||||
8183 9785 1759301255987789818 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj a93d3a259809d802
|
||||
8240 9941 1759301256147788794 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj f33b0bd4062a38a9
|
||||
9490 10177 1759301256391787231 esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj 6fab3d8fc5635e02
|
||||
8923 10313 1759301256515786437 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj af9aade1218528dd
|
||||
9941 10445 1759301256655785541 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj 90941d774e377af1
|
||||
10177 10508 1759301256711785182 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj 23e12f1ba6ece6a2
|
||||
10313 10899 1759301257107782647 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj 764780d462a88cd0
|
||||
9785 11059 1759301257263781647 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj bb5673d9f613629
|
||||
10445 11186 1759301257403780751 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj 9f767a2a7a158bc0
|
||||
2283 11903 1759301258111776216 esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj 4c92691a14f3e335
|
||||
9244 12007 1759301258215775550 esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj 5538f56be8bb8547
|
||||
11903 12502 1759301258703772424 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj eb1359140d43556c
|
||||
12007 12633 1759301258847771502 esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj eb48ff94c3a1ad8b
|
||||
11059 12840 1759301259043770246 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj 8644835dc9ac1f19
|
||||
10509 12844 1759301259039770272 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj c7e513288bdaae34
|
||||
10899 12855 1759301259059770144 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj 5845af849fbededf
|
||||
12840 12963 1759301259171769426 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj 58e6d89a8603a3af
|
||||
11186 12971 1759301259167769452 esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj c9b412bcc1ea29b4
|
||||
12502 12989 1759301259199769247 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj ccd11d580b2366cb
|
||||
12989 13155 1759301259371768145 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj bdecd7c13990f778
|
||||
12972 13173 1759301259391768016 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj cd142b7a52f7b097
|
||||
12963 13206 1759301259423767811 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj 991bc37c7d911849
|
||||
12855 13258 1759301259471767504 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj 3fe14559f2d42dd5
|
||||
12844 13517 1759301259727765864 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_serial_output.c.obj ac4d3fcfb34570b9
|
||||
13174 13520 1759301259735765812 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj dc87d2283c8b2ffb
|
||||
13517 13638 1759301259843765120 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj 16fa633f1d68a0be
|
||||
13206 13695 1759301259899764761 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj e393b98ac2bb44d8
|
||||
13155 13723 1759301259927764582 esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj 8555cb402f0abbf
|
||||
13521 13969 1759301260183762942 esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj f6305d7485632e2f
|
||||
13638 14059 1759301260259762455 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj 5b39e36febc22263
|
||||
13695 14142 1759301260359761814 esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj 6e1dca94b4d637c1
|
||||
13723 14267 1759301260479761045 esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj 931d5258264957a2
|
||||
13258 14391 1759301260587760353 esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj 31cbff62ea2bbab1
|
||||
12634 14486 1759301260703759609 esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj 6c67bbe5527bf1fc
|
||||
13969 14501 1759301260707759583 esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj 11e5053739f4624
|
||||
14391 14599 1759301260807758943 esp-idf/log/liblog.a d365ffad8c548325
|
||||
14599 14726 1759301260943758071 esp-idf/esp_rom/libesp_rom.a 98ae7702eb12ee29
|
||||
14726 14808 1759301261023757558 esp-idf/esp_common/libesp_common.a 616d9b5c9242c10a
|
||||
14808 15022 1759301261215756328 esp-idf/esp_hw_support/libesp_hw_support.a c59930863ba5a5d0
|
||||
15022 15120 1759301261335755558 esp-idf/esp_system/libesp_system.a ee9c49ab36268876
|
||||
15120 15320 1759301261515754405 esp-idf/efuse/libefuse.a 5e77688f7f240c4a
|
||||
15320 15657 1759301261839752328 esp-idf/bootloader_support/libbootloader_support.a a41f67007ea28cc6
|
||||
15657 15747 1759301261963751533 esp-idf/esp_bootloader_format/libesp_bootloader_format.a 43ffb4c676493067
|
||||
15747 15846 1759301262059750917 esp-idf/spi_flash/libspi_flash.a 5b223529f797d5b3
|
||||
15846 15975 1759301262187750097 esp-idf/micro-ecc/libmicro-ecc.a a376226f461ffb2f
|
||||
15975 16155 1759301262371748917 esp-idf/soc/libsoc.a e7275791aca83102
|
||||
16156 16218 1759301262435748507 esp-idf/riscv/libriscv.a 722edb21e3057251
|
||||
16218 16362 1759301262575747609 esp-idf/hal/libhal.a 4f84e511288f7b9d
|
||||
16362 16479 1759301262691746865 esp-idf/main/libmain.a 1a9e015306e41438
|
||||
16479 16846 1759301263051744557 bootloader.elf 244124ae80b1b61b
|
||||
16846 18039 1759301264251736862 .bin_timestamp 55e7ffe5abbda43b
|
||||
16846 18039 1759301264251736862 /home/pi/lighting-controller/esp32/build/bootloader/.bin_timestamp 55e7ffe5abbda43b
|
||||
18040 18244 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18040 18244 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 170 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 170 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
15 146 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
15 146 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 164 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 164 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 158 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 158 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 164 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 164 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 198 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 198 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 155 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 155 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 162 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 162 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 168 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 168 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 193 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 193 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 163 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 163 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 160 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 160 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 157 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 157 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 163 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 163 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 162 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 162 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
24 187 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
24 187 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 167 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 167 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 164 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 164 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 161 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 161 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 158 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
16 158 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 158 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
17 158 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 166 0 CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
||||
18 166 0 /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size 2123ff57443f11d0
|
439
esp32/build/bootloader/CMakeCache.txt
Normal file
439
esp32/build/bootloader/CMakeCache.txt
Normal file
@@ -0,0 +1,439 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: /home/pi/lighting-controller/esp32/build/bootloader
|
||||
# It was generated by CMake: /usr/bin/cmake
|
||||
# You can edit this file to change values found and used by cmake.
|
||||
# If you do not want to change any of the values, simply exit the editor.
|
||||
# If you do want to change a value, simply edit, save, and exit the editor.
|
||||
# The syntax for the file is as follows:
|
||||
# KEY:TYPE=VALUE
|
||||
# KEY is the name of a variable in the cache.
|
||||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
||||
# VALUE is the current value for the KEY.
|
||||
|
||||
########################
|
||||
# EXTERNAL cache entries
|
||||
########################
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_ADDR2LINE:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-addr2line
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//Asm Compiler Base Flags
|
||||
CMAKE_ASM_FLAGS:STRING='-march=rv32imc_zicsr_zifencei '
|
||||
|
||||
//Flags used by the ASM compiler during DEBUG builds.
|
||||
CMAKE_ASM_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the ASM compiler during MINSIZEREL builds.
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELEASE builds.
|
||||
CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the ASM compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
||||
// MinSizeRel ...
|
||||
CMAKE_BUILD_TYPE:STRING=
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//C++ Compiler Base Flags
|
||||
CMAKE_CXX_FLAGS:STRING='-march=rv32imc_zicsr_zifencei -mtune=esp-base '
|
||||
|
||||
//Flags used by the CXX compiler during DEBUG builds.
|
||||
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the CXX compiler during MINSIZEREL builds.
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELEASE builds.
|
||||
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_AR:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar
|
||||
|
||||
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
||||
// for the GCC compiler
|
||||
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib
|
||||
|
||||
//C Compiler Base Flags
|
||||
CMAKE_C_FLAGS:STRING='-march=rv32imc_zicsr_zifencei -mtune=esp-base '
|
||||
|
||||
//Flags used by the C compiler during DEBUG builds.
|
||||
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
||||
|
||||
//Flags used by the C compiler during MINSIZEREL builds.
|
||||
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELEASE builds.
|
||||
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
||||
|
||||
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
||||
|
||||
//Linker Base Flags
|
||||
CMAKE_EXE_LINKER_FLAGS:STRING='-nostartfiles -march=rv32imc_zicsr_zifencei '
|
||||
|
||||
//Flags used by the linker during DEBUG builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during MINSIZEREL builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during RELEASE builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during RELWITHDEBINFO builds.
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Enable/Disable output of compile commands during generation.
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/pkgRedirects
|
||||
|
||||
//Install path prefix, prepended onto install directories.
|
||||
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_LINKER:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld
|
||||
|
||||
//Program used to build from build.ninja files.
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// all build types.
|
||||
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// DEBUG builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// MINSIZEREL builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELEASE builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of modules during
|
||||
// RELWITHDEBINFO builds.
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_NM:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-nm
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJCOPY:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-objcopy
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_OBJDUMP:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-objdump
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
||||
|
||||
//Value Computed by CMake
|
||||
CMAKE_PROJECT_NAME:STATIC=bootloader
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_RANLIB:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_READELF:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-readelf
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during all build types.
|
||||
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of shared libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//If set, runtime paths are not added when installing shared libraries,
|
||||
// but are added when building.
|
||||
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
||||
|
||||
//If set, runtime paths are not added when using shared libraries.
|
||||
CMAKE_SKIP_RPATH:BOOL=NO
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during all build types.
|
||||
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during DEBUG builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during MINSIZEREL builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELEASE builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
||||
|
||||
//Flags used by the linker during the creation of static libraries
|
||||
// during RELWITHDEBINFO builds.
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
||||
|
||||
//Path to a program.
|
||||
CMAKE_STRIP:FILEPATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-strip
|
||||
|
||||
//The CMake toolchain file
|
||||
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/pi/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake
|
||||
|
||||
//If this value is on, makefiles will be generated without the
|
||||
// .SILENT directive, and all commands will be echoed to the console
|
||||
// during the make. This is useful for debugging only. With Visual
|
||||
// Studio IDE projects all commands are done without /nologo.
|
||||
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
EXTRA_COMPONENT_DIRS:UNINITIALIZED=/home/pi/esp/esp-idf/components/bootloader
|
||||
|
||||
//Git command line client
|
||||
GIT_EXECUTABLE:FILEPATH=/usr/bin/git
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
IDF_PATH:UNINITIALIZED=/home/pi/esp/esp-idf
|
||||
|
||||
//IDF Build Target
|
||||
IDF_TARGET:STRING=esp32c3
|
||||
|
||||
//IDF Build Toolchain Type
|
||||
IDF_TOOLCHAIN:STRING=gcc
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
IGNORE_EXTRA_COMPONENT:UNINITIALIZED=
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PROJECT_SOURCE_DIR:UNINITIALIZED=/home/pi/lighting-controller/esp32
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PYTHON:UNINITIALIZED=/home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
PYTHON_DEPS_CHECKED:UNINITIALIZED=1
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
SDKCONFIG:UNINITIALIZED=/home/pi/lighting-controller/esp32/sdkconfig
|
||||
|
||||
//Value Computed by CMake
|
||||
bootloader_BINARY_DIR:STATIC=/home/pi/lighting-controller/esp32/build/bootloader
|
||||
|
||||
//Value Computed by CMake
|
||||
bootloader_IS_TOP_LEVEL:STATIC=ON
|
||||
|
||||
//Value Computed by CMake
|
||||
bootloader_SOURCE_DIR:STATIC=/home/pi/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_BINARY_DIR:STATIC=/home/pi/lighting-controller/esp32/build/bootloader/esp-idf
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_IS_TOP_LEVEL:STATIC=OFF
|
||||
|
||||
//Value Computed by CMake
|
||||
esp-idf_SOURCE_DIR:STATIC=/home/pi/esp/esp-idf
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
||||
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_AR
|
||||
CMAKE_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
|
||||
CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
|
||||
CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS
|
||||
CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
|
||||
CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
|
||||
CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
|
||||
CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=/home/pi/lighting-controller/esp32/build/bootloader
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=25
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
||||
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
||||
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
||||
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
||||
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
||||
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
||||
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
||||
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
||||
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS
|
||||
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
||||
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
||||
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
||||
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_DLLTOOL
|
||||
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
||||
//Executable file format
|
||||
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
||||
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
||||
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Ninja
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//Name of generator platform.
|
||||
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
||||
//Name of generator toolset.
|
||||
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
||||
//Source directory with the top level CMakeLists.txt file for this
|
||||
// project
|
||||
CMAKE_HOME_DIRECTORY:INTERNAL=/home/pi/esp/esp-idf/components/bootloader/subproject
|
||||
//ADVANCED property for variable: CMAKE_LINKER
|
||||
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
||||
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
||||
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
||||
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_NM
|
||||
CMAKE_NM-ADVANCED:INTERNAL=1
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=24
|
||||
//ADVANCED property for variable: CMAKE_OBJCOPY
|
||||
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_OBJDUMP
|
||||
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
||||
//Platform information initialized
|
||||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_RANLIB
|
||||
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_READELF
|
||||
CMAKE_READELF-ADVANCED:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.25
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
||||
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
||||
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
||||
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
||||
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
||||
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
||||
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
||||
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
||||
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
||||
//ADVANCED property for variable: CMAKE_STRIP
|
||||
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
||||
//uname command
|
||||
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
||||
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
||||
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
||||
//Details about finding Git
|
||||
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.5()]
|
||||
//ADVANCED property for variable: GIT_EXECUTABLE
|
||||
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
|
||||
|
@@ -0,0 +1,21 @@
|
||||
set(CMAKE_ASM_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc")
|
||||
set(CMAKE_ASM_COMPILER_ARG1 "")
|
||||
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
||||
set(CMAKE_ASM_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
||||
set(CMAKE_ASM_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_ASM_COMPILER_LOADED 1)
|
||||
set(CMAKE_ASM_COMPILER_ID "GNU")
|
||||
set(CMAKE_ASM_COMPILER_VERSION "")
|
||||
set(CMAKE_ASM_COMPILER_ENV_VAR "ASM")
|
||||
|
||||
|
||||
set(CMAKE_ASM_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
|
||||
set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_ASM_LINKER_PREFERENCE 0)
|
||||
|
||||
|
@@ -0,0 +1,73 @@
|
||||
set(CMAKE_C_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc")
|
||||
set(CMAKE_C_COMPILER_ARG1 "")
|
||||
set(CMAKE_C_COMPILER_ID "GNU")
|
||||
set(CMAKE_C_COMPILER_VERSION "15.2.0")
|
||||
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_C_COMPILER_WRAPPER "")
|
||||
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23")
|
||||
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
||||
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
||||
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
||||
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
||||
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
||||
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
||||
|
||||
set(CMAKE_C_PLATFORM_ID "")
|
||||
set(CMAKE_C_SIMULATE_ID "")
|
||||
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_C_SIMULATE_VERSION "")
|
||||
|
||||
set(CMAKE_C_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
|
||||
|
||||
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
||||
set(CMAKE_C_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCC 1)
|
||||
set(CMAKE_C_COMPILER_LOADED 1)
|
||||
set(CMAKE_C_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_C_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
||||
|
||||
set(CMAKE_C_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
||||
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
set(CMAKE_C_LINKER_PREFERENCE 10)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_C_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_C_COMPILER_ABI "ELF")
|
||||
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_C_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include")
|
||||
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib")
|
||||
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
@@ -0,0 +1,84 @@
|
||||
set(CMAKE_CXX_COMPILER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++")
|
||||
set(CMAKE_CXX_COMPILER_ARG1 "")
|
||||
set(CMAKE_CXX_COMPILER_ID "GNU")
|
||||
set(CMAKE_CXX_COMPILER_VERSION "15.2.0")
|
||||
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
||||
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
||||
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17")
|
||||
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
||||
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
|
||||
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
||||
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
||||
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
||||
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
||||
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
||||
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
|
||||
|
||||
set(CMAKE_CXX_PLATFORM_ID "")
|
||||
set(CMAKE_CXX_SIMULATE_ID "")
|
||||
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
||||
set(CMAKE_CXX_SIMULATE_VERSION "")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
set(CMAKE_COMPILER_SYSROOT "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr")
|
||||
|
||||
|
||||
set(CMAKE_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ar")
|
||||
set(CMAKE_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc-ranlib")
|
||||
set(CMAKE_LINKER "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ld")
|
||||
set(CMAKE_MT "")
|
||||
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
||||
set(CMAKE_CXX_COMPILER_LOADED 1)
|
||||
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
||||
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
||||
|
||||
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
||||
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
||||
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
||||
|
||||
foreach (lang C OBJC OBJCXX)
|
||||
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
||||
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
||||
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
||||
endforeach()
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
||||
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
||||
|
||||
# Save compiler ABI information.
|
||||
set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
|
||||
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
||||
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
||||
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
|
||||
|
||||
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
||||
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ABI)
|
||||
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
||||
set(CMAKE_LIBRARY_ARCHITECTURE "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
||||
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/backward;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc;c;nosys;c;gcc")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib")
|
||||
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin
Executable file
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin
Executable file
Binary file not shown.
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin
Executable file
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin
Executable file
Binary file not shown.
15
esp32/build/bootloader/CMakeFiles/3.25.1/CMakeSystem.cmake
Normal file
15
esp32/build/bootloader/CMakeFiles/3.25.1/CMakeSystem.cmake
Normal file
@@ -0,0 +1,15 @@
|
||||
set(CMAKE_HOST_SYSTEM "Linux-6.12.25+rpt-rpi-v8")
|
||||
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
||||
set(CMAKE_HOST_SYSTEM_VERSION "6.12.25+rpt-rpi-v8")
|
||||
set(CMAKE_HOST_SYSTEM_PROCESSOR "aarch64")
|
||||
|
||||
include("/home/pi/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake")
|
||||
|
||||
set(CMAKE_SYSTEM "Generic")
|
||||
set(CMAKE_SYSTEM_NAME "Generic")
|
||||
set(CMAKE_SYSTEM_VERSION "")
|
||||
set(CMAKE_SYSTEM_PROCESSOR "")
|
||||
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
|
||||
set(CMAKE_SYSTEM_LOADED 1)
|
@@ -0,0 +1,868 @@
|
||||
#ifdef __cplusplus
|
||||
# error "A C++ compiler has been selected for C."
|
||||
#endif
|
||||
|
||||
#if defined(__18CXX)
|
||||
# define ID_VOID_MAIN
|
||||
#endif
|
||||
#if defined(__CLASSIC_C__)
|
||||
/* cv-qualifiers did not exist in K&R C */
|
||||
# define const
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_C)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_C >= 0x5100
|
||||
/* __SUNPRO_C = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_cc)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_cc = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
||||
|
||||
#elif defined(__DECC)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECC_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
||||
|
||||
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMC__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
# define COMPILER_ID "Tasking"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
||||
|
||||
#elif defined(__TINYC__)
|
||||
# define COMPILER_ID "TinyCC"
|
||||
|
||||
#elif defined(__BCC__)
|
||||
# define COMPILER_ID "Bruce"
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(1)
|
||||
# if defined(__LCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
||||
# endif
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(_ADI_COMPILER)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VERSIONNUM__)
|
||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
||||
# define COMPILER_ID "SDCC"
|
||||
# if defined(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
||||
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
||||
# else
|
||||
/* SDCC = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
# elif defined(_ADI_COMPILER)
|
||||
# define PLATFORM_ID "ADSP"
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
# elif defined(__ADSPSHARC__)
|
||||
# define ARCHITECTURE_ID "SHARC"
|
||||
|
||||
# elif defined(__ADSPBLACKFIN__)
|
||||
# define ARCHITECTURE_ID "Blackfin"
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
|
||||
# if defined(__CTC__) || defined(__CPTC__)
|
||||
# define ARCHITECTURE_ID "TriCore"
|
||||
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
# define ARCHITECTURE_ID "ARC"
|
||||
|
||||
# elif defined(__C51__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__CPCP__)
|
||||
# define ARCHITECTURE_ID "PCP"
|
||||
|
||||
# else
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if !defined(__STDC__) && !defined(__clang__)
|
||||
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
||||
# define C_VERSION "90"
|
||||
# else
|
||||
# define C_VERSION
|
||||
# endif
|
||||
#elif __STDC_VERSION__ > 201710L
|
||||
# define C_VERSION "23"
|
||||
#elif __STDC_VERSION__ >= 201710L
|
||||
# define C_VERSION "17"
|
||||
#elif __STDC_VERSION__ >= 201000L
|
||||
# define C_VERSION "11"
|
||||
#elif __STDC_VERSION__ >= 199901L
|
||||
# define C_VERSION "99"
|
||||
#else
|
||||
# define C_VERSION "90"
|
||||
#endif
|
||||
const char* info_language_standard_default =
|
||||
"INFO" ":" "standard_default[" C_VERSION "]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
#ifdef ID_VOID_MAIN
|
||||
void main() {}
|
||||
#else
|
||||
# if defined(__CLASSIC_C__)
|
||||
int main(argc, argv) int argc; char *argv[];
|
||||
# else
|
||||
int main(int argc, char* argv[])
|
||||
# endif
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
||||
#endif
|
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CompilerIdC/a.out
Executable file
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CompilerIdC/a.out
Executable file
Binary file not shown.
@@ -0,0 +1,857 @@
|
||||
/* This source file must have a .cpp extension so that all C++ compilers
|
||||
recognize the extension without flags. Borland does not know .cxx for
|
||||
example. */
|
||||
#ifndef __cplusplus
|
||||
# error "A C compiler has been selected for C++."
|
||||
#endif
|
||||
|
||||
#if !defined(__has_include)
|
||||
/* If the compiler does not have __has_include, pretend the answer is
|
||||
always no. */
|
||||
# define __has_include(x) 0
|
||||
#endif
|
||||
|
||||
|
||||
/* Version number components: V=Version, R=Revision, P=Patch
|
||||
Version date components: YYYY=Year, MM=Month, DD=Day */
|
||||
|
||||
#if defined(__COMO__)
|
||||
# define COMPILER_ID "Comeau"
|
||||
/* __COMO_VERSION__ = VRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
||||
|
||||
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
||||
# define COMPILER_ID "Intel"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# endif
|
||||
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
||||
except that a few beta releases use the old format with V=2021. */
|
||||
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
||||
# if defined(__INTEL_COMPILER_UPDATE)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
||||
# else
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
||||
# endif
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
||||
/* The third version component from --version is an update index,
|
||||
but no macro is provided for it. */
|
||||
# define COMPILER_VERSION_PATCH DEC(0)
|
||||
# endif
|
||||
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
||||
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
||||
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
||||
# endif
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
||||
# define COMPILER_ID "IntelLLVM"
|
||||
#if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
#endif
|
||||
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
||||
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
||||
* VVVV is no smaller than the current year when a version is released.
|
||||
*/
|
||||
#if __INTEL_LLVM_COMPILER < 1000000L
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
||||
#else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
||||
#endif
|
||||
#if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
#endif
|
||||
#if defined(__GNUC__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
#elif defined(__GNUG__)
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
||||
#endif
|
||||
#if defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
#endif
|
||||
#if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
#endif
|
||||
|
||||
#elif defined(__PATHCC__)
|
||||
# define COMPILER_ID "PathScale"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
||||
# if defined(__PATHCC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
||||
# define COMPILER_ID "Embarcadero"
|
||||
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
||||
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
||||
|
||||
#elif defined(__BORLANDC__)
|
||||
# define COMPILER_ID "Borland"
|
||||
/* __BORLANDC__ = 0xVRR */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
||||
|
||||
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
||||
# define COMPILER_ID "Watcom"
|
||||
/* __WATCOMC__ = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# define COMPILER_ID "OpenWatcom"
|
||||
/* __WATCOMC__ = VVRP + 1100 */
|
||||
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
||||
# if (__WATCOMC__ % 10) > 0
|
||||
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__SUNPRO_CC)
|
||||
# define COMPILER_ID "SunPro"
|
||||
# if __SUNPRO_CC >= 0x5100
|
||||
/* __SUNPRO_CC = 0xVRRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# else
|
||||
/* __SUNPRO_CC = 0xVRP */
|
||||
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
||||
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
||||
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
||||
# endif
|
||||
|
||||
#elif defined(__HP_aCC)
|
||||
# define COMPILER_ID "HP"
|
||||
/* __HP_aCC = VVRRPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
||||
|
||||
#elif defined(__DECCXX)
|
||||
# define COMPILER_ID "Compaq"
|
||||
/* __DECCXX_VER = VVRRTPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
||||
|
||||
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
||||
# define COMPILER_ID "zOS"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__open_xl__) && defined(__clang__)
|
||||
# define COMPILER_ID "IBMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__ibmxl__) && defined(__clang__)
|
||||
# define COMPILER_ID "XLClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
||||
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
||||
# define COMPILER_ID "XL"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
||||
# define COMPILER_ID "VisualAge"
|
||||
/* __IBMCPP__ = VRP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
||||
|
||||
#elif defined(__NVCOMPILER)
|
||||
# define COMPILER_ID "NVHPC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
||||
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(__PGI)
|
||||
# define COMPILER_ID "PGI"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
||||
# if defined(__PGIC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_CRAYC)
|
||||
# define COMPILER_ID "Cray"
|
||||
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
||||
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# define COMPILER_ID "TI"
|
||||
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
||||
|
||||
#elif defined(__CLANG_FUJITSU)
|
||||
# define COMPILER_ID "FujitsuClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
||||
|
||||
|
||||
#elif defined(__FUJITSU)
|
||||
# define COMPILER_ID "Fujitsu"
|
||||
# if defined(__FCC_version__)
|
||||
# define COMPILER_VERSION __FCC_version__
|
||||
# elif defined(__FCC_major__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
||||
# endif
|
||||
# if defined(__fcc_version)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
||||
# elif defined(__FCC_VERSION)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
||||
# endif
|
||||
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# define COMPILER_ID "GHS"
|
||||
/* __GHS_VERSION_NUMBER = VVVVRP */
|
||||
# ifdef __GHS_VERSION_NUMBER
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
||||
# endif
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
# define COMPILER_ID "Tasking"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
||||
|
||||
#elif defined(__SCO_VERSION__)
|
||||
# define COMPILER_ID "SCO"
|
||||
|
||||
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
||||
# define COMPILER_ID "ARMCC"
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
/* __ARMCC_VERSION = VRRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#else
|
||||
/* __ARMCC_VERSION = VRPPPP */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
||||
#endif
|
||||
|
||||
|
||||
#elif defined(__clang__) && defined(__apple_build_version__)
|
||||
# define COMPILER_ID "AppleClang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
||||
|
||||
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
||||
# define COMPILER_ID "ARMClang"
|
||||
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
||||
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
||||
|
||||
#elif defined(__clang__)
|
||||
# define COMPILER_ID "Clang"
|
||||
# if defined(_MSC_VER)
|
||||
# define SIMULATE_ID "MSVC"
|
||||
# endif
|
||||
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
||||
# if defined(_MSC_VER)
|
||||
/* _MSC_VER = VVRR */
|
||||
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# endif
|
||||
|
||||
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
||||
# define COMPILER_ID "LCC"
|
||||
# define COMPILER_VERSION_MAJOR DEC(1)
|
||||
# if defined(__LCC__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
||||
# endif
|
||||
# if defined(__LCC_MINOR__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
||||
# define SIMULATE_ID "GNU"
|
||||
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
||||
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
# endif
|
||||
|
||||
#elif defined(__GNUC__) || defined(__GNUG__)
|
||||
# define COMPILER_ID "GNU"
|
||||
# if defined(__GNUC__)
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
||||
# else
|
||||
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
||||
# endif
|
||||
# if defined(__GNUC_MINOR__)
|
||||
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
||||
# endif
|
||||
# if defined(__GNUC_PATCHLEVEL__)
|
||||
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
||||
# endif
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
# define COMPILER_ID "MSVC"
|
||||
/* _MSC_VER = VVRR */
|
||||
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
||||
# if defined(_MSC_FULL_VER)
|
||||
# if _MSC_VER >= 1400
|
||||
/* _MSC_FULL_VER = VVRRPPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
||||
# else
|
||||
/* _MSC_FULL_VER = VVRRPPPP */
|
||||
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
||||
# endif
|
||||
# endif
|
||||
# if defined(_MSC_BUILD)
|
||||
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
||||
# endif
|
||||
|
||||
#elif defined(_ADI_COMPILER)
|
||||
# define COMPILER_ID "ADSP"
|
||||
#if defined(__VERSIONNUM__)
|
||||
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
||||
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
||||
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
||||
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
||||
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
||||
#endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# define COMPILER_ID "IAR"
|
||||
# if defined(__VER__) && defined(__ICCARM__)
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
||||
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
||||
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
||||
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
||||
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
||||
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
||||
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
||||
# endif
|
||||
|
||||
|
||||
/* These compilers are either not known or too old to define an
|
||||
identification macro. Try to identify the platform and guess that
|
||||
it is the native compiler. */
|
||||
#elif defined(__hpux) || defined(__hpua)
|
||||
# define COMPILER_ID "HP"
|
||||
|
||||
#else /* unknown compiler */
|
||||
# define COMPILER_ID ""
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
||||
#ifdef SIMULATE_ID
|
||||
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
||||
#endif
|
||||
|
||||
#ifdef __QNXNTO__
|
||||
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
||||
#endif
|
||||
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
||||
#endif
|
||||
|
||||
#define STRINGIFY_HELPER(X) #X
|
||||
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
||||
|
||||
/* Identify known platforms by name. */
|
||||
#if defined(__linux) || defined(__linux__) || defined(linux)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
#elif defined(__MSYS__)
|
||||
# define PLATFORM_ID "MSYS"
|
||||
|
||||
#elif defined(__CYGWIN__)
|
||||
# define PLATFORM_ID "Cygwin"
|
||||
|
||||
#elif defined(__MINGW32__)
|
||||
# define PLATFORM_ID "MinGW"
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
# define PLATFORM_ID "Darwin"
|
||||
|
||||
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||
# define PLATFORM_ID "Windows"
|
||||
|
||||
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
||||
# define PLATFORM_ID "FreeBSD"
|
||||
|
||||
#elif defined(__NetBSD__) || defined(__NetBSD)
|
||||
# define PLATFORM_ID "NetBSD"
|
||||
|
||||
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
||||
# define PLATFORM_ID "OpenBSD"
|
||||
|
||||
#elif defined(__sun) || defined(sun)
|
||||
# define PLATFORM_ID "SunOS"
|
||||
|
||||
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
||||
# define PLATFORM_ID "AIX"
|
||||
|
||||
#elif defined(__hpux) || defined(__hpux__)
|
||||
# define PLATFORM_ID "HP-UX"
|
||||
|
||||
#elif defined(__HAIKU__)
|
||||
# define PLATFORM_ID "Haiku"
|
||||
|
||||
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
||||
# define PLATFORM_ID "BeOS"
|
||||
|
||||
#elif defined(__QNX__) || defined(__QNXNTO__)
|
||||
# define PLATFORM_ID "QNX"
|
||||
|
||||
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
||||
# define PLATFORM_ID "Tru64"
|
||||
|
||||
#elif defined(__riscos) || defined(__riscos__)
|
||||
# define PLATFORM_ID "RISCos"
|
||||
|
||||
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
||||
# define PLATFORM_ID "SINIX"
|
||||
|
||||
#elif defined(__UNIX_SV__)
|
||||
# define PLATFORM_ID "UNIX_SV"
|
||||
|
||||
#elif defined(__bsdos__)
|
||||
# define PLATFORM_ID "BSDOS"
|
||||
|
||||
#elif defined(_MPRAS) || defined(MPRAS)
|
||||
# define PLATFORM_ID "MP-RAS"
|
||||
|
||||
#elif defined(__osf) || defined(__osf__)
|
||||
# define PLATFORM_ID "OSF1"
|
||||
|
||||
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
||||
# define PLATFORM_ID "SCO_SV"
|
||||
|
||||
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
||||
# define PLATFORM_ID "ULTRIX"
|
||||
|
||||
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
||||
# define PLATFORM_ID "Xenix"
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(__LINUX__)
|
||||
# define PLATFORM_ID "Linux"
|
||||
|
||||
# elif defined(__DOS__)
|
||||
# define PLATFORM_ID "DOS"
|
||||
|
||||
# elif defined(__OS2__)
|
||||
# define PLATFORM_ID "OS2"
|
||||
|
||||
# elif defined(__WINDOWS__)
|
||||
# define PLATFORM_ID "Windows3x"
|
||||
|
||||
# elif defined(__VXWORKS__)
|
||||
# define PLATFORM_ID "VxWorks"
|
||||
|
||||
# else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
# endif
|
||||
|
||||
#elif defined(__INTEGRITY)
|
||||
# if defined(INT_178B)
|
||||
# define PLATFORM_ID "Integrity178"
|
||||
|
||||
# else /* regular Integrity */
|
||||
# define PLATFORM_ID "Integrity"
|
||||
# endif
|
||||
|
||||
# elif defined(_ADI_COMPILER)
|
||||
# define PLATFORM_ID "ADSP"
|
||||
|
||||
#else /* unknown platform */
|
||||
# define PLATFORM_ID
|
||||
|
||||
#endif
|
||||
|
||||
/* For windows compilers MSVC and Intel we can determine
|
||||
the architecture of the compiler being used. This is because
|
||||
the compilers do not have flags that can change the architecture,
|
||||
but rather depend on which compiler is being used
|
||||
*/
|
||||
#if defined(_WIN32) && defined(_MSC_VER)
|
||||
# if defined(_M_IA64)
|
||||
# define ARCHITECTURE_ID "IA64"
|
||||
|
||||
# elif defined(_M_ARM64EC)
|
||||
# define ARCHITECTURE_ID "ARM64EC"
|
||||
|
||||
# elif defined(_M_X64) || defined(_M_AMD64)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# elif defined(_M_ARM64)
|
||||
# define ARCHITECTURE_ID "ARM64"
|
||||
|
||||
# elif defined(_M_ARM)
|
||||
# if _M_ARM == 4
|
||||
# define ARCHITECTURE_ID "ARMV4I"
|
||||
# elif _M_ARM == 5
|
||||
# define ARCHITECTURE_ID "ARMV5I"
|
||||
# else
|
||||
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
||||
# endif
|
||||
|
||||
# elif defined(_M_MIPS)
|
||||
# define ARCHITECTURE_ID "MIPS"
|
||||
|
||||
# elif defined(_M_SH)
|
||||
# define ARCHITECTURE_ID "SHx"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__WATCOMC__)
|
||||
# if defined(_M_I86)
|
||||
# define ARCHITECTURE_ID "I86"
|
||||
|
||||
# elif defined(_M_IX86)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
||||
# if defined(__ICCARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__ICCRX__)
|
||||
# define ARCHITECTURE_ID "RX"
|
||||
|
||||
# elif defined(__ICCRH850__)
|
||||
# define ARCHITECTURE_ID "RH850"
|
||||
|
||||
# elif defined(__ICCRL78__)
|
||||
# define ARCHITECTURE_ID "RL78"
|
||||
|
||||
# elif defined(__ICCRISCV__)
|
||||
# define ARCHITECTURE_ID "RISCV"
|
||||
|
||||
# elif defined(__ICCAVR__)
|
||||
# define ARCHITECTURE_ID "AVR"
|
||||
|
||||
# elif defined(__ICC430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__ICCV850__)
|
||||
# define ARCHITECTURE_ID "V850"
|
||||
|
||||
# elif defined(__ICC8051__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__ICCSTM8__)
|
||||
# define ARCHITECTURE_ID "STM8"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__ghs__)
|
||||
# if defined(__PPC64__)
|
||||
# define ARCHITECTURE_ID "PPC64"
|
||||
|
||||
# elif defined(__ppc__)
|
||||
# define ARCHITECTURE_ID "PPC"
|
||||
|
||||
# elif defined(__ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__x86_64__)
|
||||
# define ARCHITECTURE_ID "x64"
|
||||
|
||||
# elif defined(__i386__)
|
||||
# define ARCHITECTURE_ID "X86"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#elif defined(__TI_COMPILER_VERSION__)
|
||||
# if defined(__TI_ARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__MSP430__)
|
||||
# define ARCHITECTURE_ID "MSP430"
|
||||
|
||||
# elif defined(__TMS320C28XX__)
|
||||
# define ARCHITECTURE_ID "TMS320C28x"
|
||||
|
||||
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
||||
# define ARCHITECTURE_ID "TMS320C6x"
|
||||
|
||||
# else /* unknown architecture */
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
# elif defined(__ADSPSHARC__)
|
||||
# define ARCHITECTURE_ID "SHARC"
|
||||
|
||||
# elif defined(__ADSPBLACKFIN__)
|
||||
# define ARCHITECTURE_ID "Blackfin"
|
||||
|
||||
#elif defined(__TASKING__)
|
||||
|
||||
# if defined(__CTC__) || defined(__CPTC__)
|
||||
# define ARCHITECTURE_ID "TriCore"
|
||||
|
||||
# elif defined(__CMCS__)
|
||||
# define ARCHITECTURE_ID "MCS"
|
||||
|
||||
# elif defined(__CARM__)
|
||||
# define ARCHITECTURE_ID "ARM"
|
||||
|
||||
# elif defined(__CARC__)
|
||||
# define ARCHITECTURE_ID "ARC"
|
||||
|
||||
# elif defined(__C51__)
|
||||
# define ARCHITECTURE_ID "8051"
|
||||
|
||||
# elif defined(__CPCP__)
|
||||
# define ARCHITECTURE_ID "PCP"
|
||||
|
||||
# else
|
||||
# define ARCHITECTURE_ID ""
|
||||
# endif
|
||||
|
||||
#else
|
||||
# define ARCHITECTURE_ID
|
||||
#endif
|
||||
|
||||
/* Convert integer to decimal digit literals. */
|
||||
#define DEC(n) \
|
||||
('0' + (((n) / 10000000)%10)), \
|
||||
('0' + (((n) / 1000000)%10)), \
|
||||
('0' + (((n) / 100000)%10)), \
|
||||
('0' + (((n) / 10000)%10)), \
|
||||
('0' + (((n) / 1000)%10)), \
|
||||
('0' + (((n) / 100)%10)), \
|
||||
('0' + (((n) / 10)%10)), \
|
||||
('0' + ((n) % 10))
|
||||
|
||||
/* Convert integer to hex digit literals. */
|
||||
#define HEX(n) \
|
||||
('0' + ((n)>>28 & 0xF)), \
|
||||
('0' + ((n)>>24 & 0xF)), \
|
||||
('0' + ((n)>>20 & 0xF)), \
|
||||
('0' + ((n)>>16 & 0xF)), \
|
||||
('0' + ((n)>>12 & 0xF)), \
|
||||
('0' + ((n)>>8 & 0xF)), \
|
||||
('0' + ((n)>>4 & 0xF)), \
|
||||
('0' + ((n) & 0xF))
|
||||
|
||||
/* Construct a string literal encoding the version number. */
|
||||
#ifdef COMPILER_VERSION
|
||||
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#elif defined(COMPILER_VERSION_MAJOR)
|
||||
char const info_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
||||
COMPILER_VERSION_MAJOR,
|
||||
# ifdef COMPILER_VERSION_MINOR
|
||||
'.', COMPILER_VERSION_MINOR,
|
||||
# ifdef COMPILER_VERSION_PATCH
|
||||
'.', COMPILER_VERSION_PATCH,
|
||||
# ifdef COMPILER_VERSION_TWEAK
|
||||
'.', COMPILER_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the internal version number. */
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
char const info_version_internal[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
||||
'i','n','t','e','r','n','a','l','[',
|
||||
COMPILER_VERSION_INTERNAL,']','\0'};
|
||||
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
||||
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
||||
#endif
|
||||
|
||||
/* Construct a string literal encoding the version number components. */
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
char const info_simulate_version[] = {
|
||||
'I', 'N', 'F', 'O', ':',
|
||||
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
||||
SIMULATE_VERSION_MAJOR,
|
||||
# ifdef SIMULATE_VERSION_MINOR
|
||||
'.', SIMULATE_VERSION_MINOR,
|
||||
# ifdef SIMULATE_VERSION_PATCH
|
||||
'.', SIMULATE_VERSION_PATCH,
|
||||
# ifdef SIMULATE_VERSION_TWEAK
|
||||
'.', SIMULATE_VERSION_TWEAK,
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
']','\0'};
|
||||
#endif
|
||||
|
||||
/* Construct the string literal in pieces to prevent the source from
|
||||
getting matched. Store it in a pointer rather than an array
|
||||
because some compilers will just produce instructions to fill the
|
||||
array rather than assigning a pointer to a static array. */
|
||||
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
||||
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
||||
|
||||
|
||||
|
||||
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
||||
# if defined(__INTEL_CXX11_MODE__)
|
||||
# if defined(__cpp_aggregate_nsdmi)
|
||||
# define CXX_STD 201402L
|
||||
# else
|
||||
# define CXX_STD 201103L
|
||||
# endif
|
||||
# else
|
||||
# define CXX_STD 199711L
|
||||
# endif
|
||||
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
||||
# define CXX_STD _MSVC_LANG
|
||||
#else
|
||||
# define CXX_STD __cplusplus
|
||||
#endif
|
||||
|
||||
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
||||
#if CXX_STD > 202002L
|
||||
"23"
|
||||
#elif CXX_STD > 201703L
|
||||
"20"
|
||||
#elif CXX_STD >= 201703L
|
||||
"17"
|
||||
#elif CXX_STD >= 201402L
|
||||
"14"
|
||||
#elif CXX_STD >= 201103L
|
||||
"11"
|
||||
#else
|
||||
"98"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
||||
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
||||
defined(__TI_COMPILER_VERSION__)) && \
|
||||
!defined(__STRICT_ANSI__)
|
||||
"ON"
|
||||
#else
|
||||
"OFF"
|
||||
#endif
|
||||
"]";
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
int require = 0;
|
||||
require += info_compiler[argc];
|
||||
require += info_platform[argc];
|
||||
require += info_arch[argc];
|
||||
#ifdef COMPILER_VERSION_MAJOR
|
||||
require += info_version[argc];
|
||||
#endif
|
||||
#ifdef COMPILER_VERSION_INTERNAL
|
||||
require += info_version_internal[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_ID
|
||||
require += info_simulate[argc];
|
||||
#endif
|
||||
#ifdef SIMULATE_VERSION_MAJOR
|
||||
require += info_simulate_version[argc];
|
||||
#endif
|
||||
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
||||
require += info_cray[argc];
|
||||
#endif
|
||||
require += info_language_standard_default[argc];
|
||||
require += info_language_extensions_default[argc];
|
||||
(void)argv;
|
||||
return require;
|
||||
}
|
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CompilerIdCXX/a.out
Executable file
BIN
esp32/build/bootloader/CMakeFiles/3.25.1/CompilerIdCXX/a.out
Executable file
Binary file not shown.
390
esp32/build/bootloader/CMakeFiles/CMakeOutput.log
Normal file
390
esp32/build/bootloader/CMakeFiles/CMakeOutput.log
Normal file
@@ -0,0 +1,390 @@
|
||||
The target system is: Generic - -
|
||||
The host system is: Linux - 6.12.25+rpt-rpi-v8 - aarch64
|
||||
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
||||
Compiler: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
|
||||
Build flags: -march=rv32imc_zicsr_zifencei;-mtune=esp-base;
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text._close_r+0x14): warning: _close is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text._lseek_r+0x18): warning: _lseek is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text._read_r+0x18): warning: _read is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text._write_r+0x18): warning: _write is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text.fclose+0x6): warning: __getreent is not implemented and will always fail
|
||||
|
||||
|
||||
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
||||
|
||||
The C compiler identification is GNU, found in "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/3.25.1/CompilerIdC/a.out"
|
||||
|
||||
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
||||
Compiler: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++
|
||||
Build flags: -march=rv32imc_zicsr_zifencei;-mtune=esp-base;
|
||||
Id flags:
|
||||
|
||||
The output was:
|
||||
0
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-closer.o): in function `_close_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/closer.c:47:(.text._close_r+0x14): warning: _close is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-lseekr.o): in function `_lseek_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/lseekr.c:49:(.text._lseek_r+0x18): warning: _lseek is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-readr.o): in function `_read_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/readr.c:49:(.text._read_r+0x18): warning: _read is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-writer.o): in function `_write_r':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/reent/writer.c:49:(.text._write_r+0x18): warning: _write is not implemented and will always fail
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/libc.a(libc_a-fclose.o): in function `fclose':
|
||||
/builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/newlib/newlib/libc/stdio/fclose.c:125:(.text.fclose+0x6): warning: __getreent is not implemented and will always fail
|
||||
|
||||
|
||||
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
||||
|
||||
The CXX compiler identification is GNU, found in "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/3.25.1/CompilerIdCXX/a.out"
|
||||
|
||||
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
|
||||
riscv32-esp-elf-gcc (crosstool-NG esp-15.2.0_20250920) 15.2.0
|
||||
Copyright (C) 2025 Free Software Foundation, Inc.
|
||||
This is free software; see the source for copying conditions. There is NO
|
||||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
Detecting C compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-a9pfvr
|
||||
|
||||
Run Build Command(s):/usr/bin/ninja cmTC_7aaa3 && [1/2] Building C object CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_7aaa3.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7aaa3.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/cc6l1aqo.s
|
||||
GNU C23 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)
|
||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"
|
||||
ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include
|
||||
End of search list.
|
||||
Compiler executable checksum: 506ecf61f32d44d8f99cedf675c9729d
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_7aaa3.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj /tmp/cc6l1aqo.s
|
||||
GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.'
|
||||
[2/2] Linking C executable cmTC_7aaa3
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc
|
||||
COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_7aaa3' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_7aaa3.'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSTSjB7.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_7aaa3 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_7aaa3' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_7aaa3.'
|
||||
|
||||
|
||||
|
||||
Parsed C implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
end of search list found
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
implicit include dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
|
||||
|
||||
Parsed C implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(riscv32-esp-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-a9pfvr]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_7aaa3 && [1/2] Building C object CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_7aaa3.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1 -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_7aaa3.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/cc6l1aqo.s]
|
||||
ignore line: [GNU C23 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)]
|
||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"]
|
||||
ignore line: [ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: 506ecf61f32d44d8f99cedf675c9729d]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_7aaa3.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj /tmp/cc6l1aqo.s]
|
||||
ignore line: [GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.']
|
||||
ignore line: [[2/2] Linking C executable cmTC_7aaa3]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_7aaa3' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_7aaa3.']
|
||||
link line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSTSjB7.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_7aaa3 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj -lgcc -lc -lnosys -lc -lgcc]
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccSTSjB7.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore
|
||||
arg [-melf32lriscv] ==> ignore
|
||||
arg [-X] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_7aaa3] ==> ignore
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib]
|
||||
arg [CMakeFiles/cmTC_7aaa3.dir/CMakeCCompilerABI.c.obj] ==> ignore
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit libs: [gcc;c;nosys;c;gcc]
|
||||
implicit objs: []
|
||||
implicit dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
||||
Detecting CXX compiler ABI info compiled with the following output:
|
||||
Change Dir: /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-bR1jIn
|
||||
|
||||
Run Build Command(s):/usr/bin/ninja cmTC_ef127 && [1/2] Building CXX object CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_ef127.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ef127.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/cc9AQFSz.s
|
||||
GNU C++17 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)
|
||||
compiled by GNU C version 6.3.0 20170516, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP
|
||||
|
||||
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"
|
||||
ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"
|
||||
ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"
|
||||
#include "..." search starts here:
|
||||
#include <...> search starts here:
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include
|
||||
End of search list.
|
||||
Compiler executable checksum: f90150e51d591efc276d6716df96f2cb
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_ef127.dir/'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc9AQFSz.s
|
||||
GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.'
|
||||
[2/2] Linking CXX executable cmTC_ef127
|
||||
Using built-in specs.
|
||||
COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++
|
||||
COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper
|
||||
Target: riscv32-esp-elf
|
||||
Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c,c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes
|
||||
Thread model: posix
|
||||
Supported LTO compression algorithms: zlib zstd
|
||||
gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920)
|
||||
COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/
|
||||
LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_ef127' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_ef127.'
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrpErQq.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_ef127 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc
|
||||
/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/ld: warning: cannot find entry symbol _start; defaulting to 00010094
|
||||
COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_ef127' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_ef127.'
|
||||
|
||||
|
||||
|
||||
Parsed CXX implicit include dir info from above output: rv=done
|
||||
found start of include info
|
||||
found start of implicit include info
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
add: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
end of search list found
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/backward]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
collapse include dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
implicit include dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include/c++/15.2.0/backward;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/include-fixed;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/include]
|
||||
|
||||
|
||||
Parsed CXX implicit link information from above output:
|
||||
link line regex: [^( *|.*[/\])(riscv32-esp-elf-ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
||||
ignore line: [Change Dir: /home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/CMakeScratch/TryCompile-bR1jIn]
|
||||
ignore line: []
|
||||
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_ef127 && [1/2] Building CXX object CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_ef127.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/cc1plus -quiet -v -imultilib rv32imc_zicsr_zifencei/ilp32 -iprefix /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/ -isysroot /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ef127.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -march=rv32imc_zicsr_zifencei -mtune=esp-base -mabi=ilp32 -misa-spec=20191213 -march=rv32imc_zicsr_zifencei_zmmul_zca -version -o /tmp/cc9AQFSz.s]
|
||||
ignore line: [GNU C++17 (crosstool-NG esp-15.2.0_20250920) version 15.2.0 (riscv32-esp-elf)]
|
||||
ignore line: [ compiled by GNU C version 6.3.0 20170516 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP]
|
||||
ignore line: []
|
||||
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include"]
|
||||
ignore line: [ignoring nonexistent directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/../../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include"]
|
||||
ignore line: [ignoring duplicate directory "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/include"]
|
||||
ignore line: [#include "..." search starts here:]
|
||||
ignore line: [#include <...> search starts here:]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/riscv32-esp-elf/rv32imc_zicsr_zifencei/ilp32]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include/c++/15.2.0/backward]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/include-fixed]
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/include]
|
||||
ignore line: [End of search list.]
|
||||
ignore line: [Compiler executable checksum: f90150e51d591efc276d6716df96f2cb]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_ef127.dir/']
|
||||
ignore line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/as -v --traditional-format -march=rv32imc_zicsr_zifencei -march=rv32imc_zicsr_zifencei_zmmul_zca -mabi=ilp32 -misa-spec=20191213 -o CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj /tmp/cc9AQFSz.s]
|
||||
ignore line: [GNU assembler version 2.45 (riscv32-esp-elf) using BFD version (crosstool-NG esp-15.2.0_20250920) 2.45]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-march=rv32imc_zicsr_zifencei' '-mtune=esp-base' '-v' '-o' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj' '-c' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.']
|
||||
ignore line: [[2/2] Linking CXX executable cmTC_ef127]
|
||||
ignore line: [Using built-in specs.]
|
||||
ignore line: [COLLECT_GCC=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-g++]
|
||||
ignore line: [COLLECT_LTO_WRAPPER=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper]
|
||||
ignore line: [Target: riscv32-esp-elf]
|
||||
ignore line: [Configured with: /builds/idf/crosstool-NG/.build/riscv32-esp-elf/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=aarch64-host_unknown-linux-gnu --target=riscv32-esp-elf --prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --exec_prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf --with-local-prefix=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-sysroot=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf --with-native-system-header-dir=/include --with-headers=/builds/idf/crosstool-NG/builds/riscv32-esp-elf/riscv32-esp-elf/include --with-newlib --enable-threads=no --disable-shared --with-arch=rv32gc --with-abi=ilp32 --with-pkgversion='crosstool-NG esp-15.2.0_20250920' --disable-__cxa_atexit --enable-cxx-flags='-ffunction-sections -fdata-sections' --disable-libgomp --disable-libmudflap --disable-libmpx --disable-libssp --disable-libquadmath --disable-libquadmath-support --disable-libstdcxx-verbose --with-gmp=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpfr=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-mpc=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --with-isl=/builds/idf/crosstool-NG/.build/riscv32-esp-elf/buildtools/complibs-host --enable-lto --enable-target-optspace --without-long-double-128 --disable-plugin --disable-nls --enable-multiarch --enable-languages=c c++ --disable-libstdcxx-verbose --enable-threads=posix --enable-libstdcxx-time=yes]
|
||||
ignore line: [Thread model: posix]
|
||||
ignore line: [Supported LTO compression algorithms: zlib zstd]
|
||||
ignore line: [gcc version 15.2.0 (crosstool-NG esp-15.2.0_20250920) ]
|
||||
ignore line: [COMPILER_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/bin/]
|
||||
ignore line: [LIBRARY_PATH=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/:/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib/]
|
||||
ignore line: [COLLECT_GCC_OPTIONS='-mtune=esp-base' '-nostartfiles' '-march=rv32imc_zicsr_zifencei' '-v' '-o' 'cmTC_ef127' '-mabi=ilp32' '-misa-spec=20191213' '-march=rv32imc_zicsr_zifencei_zmmul_zca' '-dumpdir' 'cmTC_ef127.']
|
||||
link line: [ /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2 -plugin /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so -plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrpErQq.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lnosys -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc --sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf -melf32lriscv -X -o cmTC_ef127 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0 -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib -L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj -lstdc++ -lm -lgcc -lc -lnosys -lc -lgcc]
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/collect2] ==> ignore
|
||||
arg [-plugin] ==> ignore
|
||||
arg [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/liblto_plugin.so] ==> ignore
|
||||
arg [-plugin-opt=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../libexec/gcc/riscv32-esp-elf/15.2.0/lto-wrapper] ==> ignore
|
||||
arg [-plugin-opt=-fresolution=/tmp/ccrpErQq.res] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lnosys] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lc] ==> ignore
|
||||
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
|
||||
arg [--sysroot=/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf] ==> ignore
|
||||
arg [-melf32lriscv] ==> ignore
|
||||
arg [-X] ==> ignore
|
||||
arg [-o] ==> ignore
|
||||
arg [cmTC_ef127] ==> ignore
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib]
|
||||
arg [-L/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib]
|
||||
arg [CMakeFiles/cmTC_ef127.dir/CMakeCXXCompilerABI.cpp.obj] ==> ignore
|
||||
arg [-lstdc++] ==> lib [stdc++]
|
||||
arg [-lm] ==> lib [m]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lnosys] ==> lib [nosys]
|
||||
arg [-lc] ==> lib [c]
|
||||
arg [-lgcc] ==> lib [gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/15.2.0/../../../../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib]
|
||||
collapse library dir [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/../riscv32-esp-elf/usr/lib] ==> [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit libs: [stdc++;m;gcc;c;nosys;c;gcc]
|
||||
implicit objs: []
|
||||
implicit dirs: [/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib/rv32imc_zicsr_zifencei/ilp32;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc/riscv32-esp-elf/15.2.0;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/lib/gcc;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/lib;/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/riscv32-esp-elf/usr/lib]
|
||||
implicit fwks: []
|
||||
|
||||
|
84
esp32/build/bootloader/CMakeFiles/TargetDirectories.txt
Normal file
84
esp32/build/bootloader/CMakeFiles/TargetDirectories.txt
Normal file
@@ -0,0 +1,84 @@
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/menuconfig.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/confserver.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/save-defconfig.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/_project_elf_src.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader.elf.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/size.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/size-files.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/size-components.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/uf2.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/uf2-app.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_ld_in_preprocess.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/gen_bootloader_binary.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/gen_project_binary.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/app.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/bootloader_check_size.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/hal/CMakeFiles/__idf_hal.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/hal/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/hal/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/riscv/CMakeFiles/__idf_riscv.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/riscv/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/riscv/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_libc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_libc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/soc/CMakeFiles/__idf_soc.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/soc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/soc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/micro-ecc/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/spi_flash/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_bootloader_format/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_app_format/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_app_format/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/partition_table/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/partition_table/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esptool_py/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/bootloader_support/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/__idf_efuse.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-common-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_common_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse-custom-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_custom_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/show-efuse-table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/show_efuse_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/efuse_test_table.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/efuse/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_system/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/port/esp32c3/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_hw_support/lowpower/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_common/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/esp_rom/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/log/CMakeFiles/__idf_log.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/log/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/log/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/bootloader/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/bootloader/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/freertos/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/freertos/CMakeFiles/rebuild_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/main/CMakeFiles/__idf_main.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/main/CMakeFiles/edit_cache.dir
|
||||
/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/main/CMakeFiles/rebuild_cache.dir
|
Binary file not shown.
12
esp32/build/bootloader/CMakeFiles/clean_additional.cmake
Normal file
12
esp32/build/bootloader/CMakeFiles/clean_additional.cmake
Normal file
@@ -0,0 +1,12 @@
|
||||
# Additional clean files
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
||||
file(REMOVE_RECURSE
|
||||
"bootloader.bin"
|
||||
"bootloader.map"
|
||||
"config/sdkconfig.cmake"
|
||||
"config/sdkconfig.h"
|
||||
"project_elf_src_esp32c3.c"
|
||||
)
|
||||
endif()
|
1
esp32/build/bootloader/CMakeFiles/cmake.check_cache
Normal file
1
esp32/build/bootloader/CMakeFiles/cmake.check_cache
Normal file
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
1
esp32/build/bootloader/CMakeFiles/git-data/HEAD
Normal file
1
esp32/build/bootloader/CMakeFiles/git-data/HEAD
Normal file
@@ -0,0 +1 @@
|
||||
ref: refs/heads/master
|
50
esp32/build/bootloader/CMakeFiles/git-data/grabRef.cmake
Normal file
50
esp32/build/bootloader/CMakeFiles/git-data/grabRef.cmake
Normal file
@@ -0,0 +1,50 @@
|
||||
#
|
||||
# Internal file for GetGitRevisionDescription.cmake
|
||||
#
|
||||
# Requires CMake 2.6 or newer (uses the 'function' command)
|
||||
#
|
||||
# Original Author:
|
||||
# 2009-2010 Ryan Pavlik <rpavlik@iastate.edu> <abiryan@ryand.net>
|
||||
# http://academic.cleardefinition.com
|
||||
# Iowa State University HCI Graduate Program/VRAC
|
||||
#
|
||||
# Copyright Iowa State University 2009-2010.
|
||||
# Distributed under the Boost Software License, Version 1.0.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
set(HEAD_HASH)
|
||||
|
||||
file(READ "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024)
|
||||
|
||||
string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS)
|
||||
set(GIT_DIR "/home/pi/esp/esp-idf/.git")
|
||||
# handle git-worktree
|
||||
if(EXISTS "${GIT_DIR}/commondir")
|
||||
file(READ "${GIT_DIR}/commondir" GIT_DIR_NEW LIMIT 1024)
|
||||
string(STRIP "${GIT_DIR_NEW}" GIT_DIR_NEW)
|
||||
if(NOT IS_ABSOLUTE "${GIT_DIR_NEW}")
|
||||
get_filename_component(GIT_DIR_NEW ${GIT_DIR}/${GIT_DIR_NEW} ABSOLUTE)
|
||||
endif()
|
||||
if(EXISTS "${GIT_DIR_NEW}")
|
||||
set(GIT_DIR "${GIT_DIR_NEW}")
|
||||
endif()
|
||||
endif()
|
||||
if(HEAD_CONTENTS MATCHES "ref")
|
||||
# named branch
|
||||
string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}")
|
||||
if(EXISTS "${GIT_DIR}/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/${HEAD_REF}" "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
elseif(EXISTS "${GIT_DIR}/logs/${HEAD_REF}")
|
||||
configure_file("${GIT_DIR}/logs/${HEAD_REF}" "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
set(HEAD_HASH "${HEAD_REF}")
|
||||
endif()
|
||||
else()
|
||||
# detached HEAD
|
||||
configure_file("${GIT_DIR}/HEAD" "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/git-data/head-ref" COPYONLY)
|
||||
endif()
|
||||
|
||||
if(NOT HEAD_HASH)
|
||||
file(READ "/home/pi/lighting-controller/esp32/build/bootloader/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024)
|
||||
string(STRIP "${HEAD_HASH}" HEAD_HASH)
|
||||
endif()
|
1
esp32/build/bootloader/CMakeFiles/git-data/head-ref
Normal file
1
esp32/build/bootloader/CMakeFiles/git-data/head-ref
Normal file
@@ -0,0 +1 @@
|
||||
25c40d4563be7d4caf375b59c52283ff80c62d08
|
338
esp32/build/bootloader/CMakeFiles/rules.ninja
Normal file
338
esp32/build/bootloader/CMakeFiles/rules.ninja
Normal file
@@ -0,0 +1,338 @@
|
||||
# CMAKE generated file: DO NOT EDIT!
|
||||
# Generated by "Ninja" Generator, CMake Version 3.25
|
||||
|
||||
# This file contains all the rules used to get the outputs files
|
||||
# built from the input files.
|
||||
# It is included in the main 'build.ninja'.
|
||||
|
||||
# =============================================================================
|
||||
# Project: bootloader
|
||||
# Configurations:
|
||||
# =============================================================================
|
||||
# =============================================================================
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER__bootloader.2eelf_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C executable.
|
||||
|
||||
rule C_EXECUTABLE_LINKER__bootloader.2eelf_
|
||||
command = $PRE_LINK && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
|
||||
description = Linking C executable $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for running custom commands.
|
||||
|
||||
rule CUSTOM_COMMAND
|
||||
command = $COMMAND
|
||||
description = $DESC
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_hal_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_hal_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_riscv_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_riscv_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_soc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_soc_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_micro-ecc_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_micro-ecc_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_spi_flash_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_spi_flash_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp_bootloader_format_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_bootloader_format_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_bootloader_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_bootloader_support_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_efuse_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_efuse_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp_system_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_system_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp_hw_support_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_hw_support_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp_common_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_common_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_esp_rom_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_esp_rom_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_log_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_log_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for compiling C files.
|
||||
|
||||
rule C_COMPILER____idf_main_
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
description = Building C object $out
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for linking C static library.
|
||||
|
||||
rule C_STATIC_LIBRARY_LINKER____idf_main_
|
||||
command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ar qc $TARGET_FILE $LINK_FLAGS $in && /home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-ranlib $TARGET_FILE && $POST_BUILD
|
||||
description = Linking C static library $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for re-running cmake.
|
||||
|
||||
rule RERUN_CMAKE
|
||||
command = /usr/bin/cmake --regenerate-during-build -S/home/pi/esp/esp-idf/components/bootloader/subproject -B/home/pi/lighting-controller/esp32/build/bootloader
|
||||
description = Re-running CMake...
|
||||
generator = 1
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for cleaning additional files.
|
||||
|
||||
rule CLEAN_ADDITIONAL
|
||||
command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake
|
||||
description = Cleaning additional files...
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for cleaning all built files.
|
||||
|
||||
rule CLEAN
|
||||
command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS
|
||||
description = Cleaning all built files...
|
||||
|
||||
|
||||
#############################################
|
||||
# Rule for printing all primary targets available.
|
||||
|
||||
rule HELP
|
||||
command = /usr/bin/ninja -t targets
|
||||
description = All primary targets available:
|
||||
|
BIN
esp32/build/bootloader/bootloader.bin
Normal file
BIN
esp32/build/bootloader/bootloader.bin
Normal file
Binary file not shown.
BIN
esp32/build/bootloader/bootloader.elf
Executable file
BIN
esp32/build/bootloader/bootloader.elf
Executable file
Binary file not shown.
5646
esp32/build/bootloader/bootloader.map
Normal file
5646
esp32/build/bootloader/bootloader.map
Normal file
File diff suppressed because it is too large
Load Diff
2589
esp32/build/bootloader/build.ninja
Normal file
2589
esp32/build/bootloader/build.ninja
Normal file
File diff suppressed because one or more lines are too long
54
esp32/build/bootloader/cmake_install.cmake
Normal file
54
esp32/build/bootloader/cmake_install.cmake
Normal file
@@ -0,0 +1,54 @@
|
||||
# Install script for directory: /home/pi/esp/esp-idf/components/bootloader/subproject
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/pi/lighting-controller/esp32/build/bootloader/esp-idf/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(CMAKE_INSTALL_COMPONENT)
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
||||
else()
|
||||
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
file(WRITE "/home/pi/lighting-controller/esp32/build/bootloader/${CMAKE_INSTALL_MANIFEST}"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
457
esp32/build/bootloader/compile_commands.json
Normal file
457
esp32/build/bootloader/compile_commands.json
Normal file
@@ -0,0 +1,457 @@
|
||||
[
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -o CMakeFiles/bootloader.elf.dir/project_elf_src_esp32c3.c.obj -c /home/pi/lighting-controller/esp32/build/bootloader/project_elf_src_esp32c3.c",
|
||||
"file": "/home/pi/lighting-controller/esp32/build/bootloader/project_elf_src_esp32c3.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj -c /home/pi/esp/esp-idf/components/hal/hal_utils.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/hal/hal_utils.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj -c /home/pi/esp/esp-idf/components/hal/efuse_hal.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/hal/efuse_hal.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj -c /home/pi/esp/esp-idf/components/hal/esp32c3/efuse_hal.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/hal/esp32c3/efuse_hal.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj -c /home/pi/esp/esp-idf/components/hal/wdt_hal_iram.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/hal/wdt_hal_iram.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj -c /home/pi/esp/esp-idf/components/hal/mmu_hal.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/hal/mmu_hal.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj -c /home/pi/esp/esp-idf/components/hal/cache_hal.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/hal/cache_hal.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/riscv/CMakeFiles/__idf_riscv.dir/rv_utils.c.obj -c /home/pi/esp/esp-idf/components/riscv/rv_utils.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/riscv/rv_utils.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj -c /home/pi/esp/esp-idf/components/soc/lldesc.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/lldesc.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj -c /home/pi/esp/esp-idf/components/soc/dport_access_common.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/dport_access_common.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/interrupts.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/interrupts.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/gpio_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/gpio_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/uart_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/uart_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/adc_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/adc_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/gdma_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/gdma_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/spi_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/spi_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/ledc_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/ledc_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/rmt_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/rmt_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/sdm_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/sdm_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/i2s_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/i2s_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/timer_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/timer_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/mpi_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/mpi_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/twai_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/twai_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/wdt_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/wdt_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/wdt_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/power_supply_periph.c.obj -c /home/pi/esp/esp-idf/components/soc/esp32c3/power_supply_periph.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/soc/esp32c3/power_supply_periph.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/micro-ecc/CMakeFiles/__idf_micro-ecc.dir/uECC_verify_antifault.c.obj -c /home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/uECC_verify_antifault.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj -c /home/pi/esp/esp-idf/components/spi_flash/spi_flash_wrap.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/spi_flash/spi_flash_wrap.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/esp_bootloader_desc.c.obj -c /home/pi/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_bootloader_format/esp_bootloader_desc.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_common.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_common.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_common_loader.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_init.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_mem.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_random.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_random.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_efuse.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_encrypt.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/secure_boot.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/secure_boot.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/secure_boot.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_random_esp32c3.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/flash_qio_mode.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloader_flash/src/bootloader_flash_config_esp32c3.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c3.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_utility.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/flash_partitions.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/flash_partitions.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/flash_partitions.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp_image_format.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/esp_image_format.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/esp_image_format.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_sha.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_sha.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_init.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_init.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_clock_loader.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_clock_loader.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_console.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_console.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_console_loader.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_console_loader.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_soc.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_soc.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp32c3/bootloader_esp32c3.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/esp32c3/bootloader_esp32c3.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc -I/home/pi/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_bootloader_format/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/bootloader_panic.c.obj -c /home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader_support/src/bootloader_panic.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj -c /home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_table.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj -c /home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj -c /home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj -c /home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj -c /home/pi/esp/esp-idf/components/efuse/src/esp_efuse_api.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/src/esp_efuse_api.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj -c /home/pi/esp/esp-idf/components/efuse/src/esp_efuse_fields.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/src/esp_efuse_fields.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj -c /home/pi/esp/esp-idf/components/efuse/src/esp_efuse_utility.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/src/esp_efuse_utility.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/efuse/private_include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c.obj -c /home/pi/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_system/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/esp_app_format/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj -c /home/pi/esp/esp-idf/components/esp_system/esp_err.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_system/esp_err.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/cpu.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/cpu.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/esp_cpu_intr.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_cpu_intr.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_utils.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/esp_memory_utils.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cpu_region_protect.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/cpu_region_protect.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk_init.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_clk.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_clk.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_init.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_init.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_sleep.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_sleep.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rtc_time.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/rtc_time.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/esp_system/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/chip_info.c.obj -c /home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/chip_info.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/efuse/include -I/home/pi/esp/esp-idf/components/efuse/esp32c3/include -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -I/home/pi/esp/esp-idf/components/spi_flash/include -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.obj -c /home/pi/esp/esp-idf/components/esp_common/src/esp_err_to_name.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_common/src/esp_err_to_name.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_print.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_print.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_crc.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_serial_output.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_serial_output.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_serial_output.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_gpio.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_gpio.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.obj -c /home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_timestamp.c.obj -c /home/pi/esp/esp-idf/components/log/src/noos/log_timestamp.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/noos/log_timestamp.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_timestamp_common.c.obj -c /home/pi/esp/esp-idf/components/log/src/log_timestamp_common.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/log_timestamp_common.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/log_lock.c.obj -c /home/pi/esp/esp-idf/components/log/src/noos/log_lock.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/noos/log_lock.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/buffer/log_buffers.c.obj -c /home/pi/esp/esp-idf/components/log/src/buffer/log_buffers.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/buffer/log_buffers.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/noos/util.c.obj -c /home/pi/esp/esp-idf/components/log/src/noos/util.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/noos/util.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/util.c.obj -c /home/pi/esp/esp-idf/components/log/src/util.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/util.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_format_text.c.obj -c /home/pi/esp/esp-idf/components/log/src/log_format_text.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/log_format_text.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log_print.c.obj -c /home/pi/esp/esp-idf/components/log/src/log_print.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/log_print.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/log/include/esp_private -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/hal/platform_port/include -I/home/pi/esp/esp-idf/components/hal/esp32c3/include -I/home/pi/esp/esp-idf/components/hal/include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/log/CMakeFiles/__idf_log.dir/src/log.c.obj -c /home/pi/esp/esp-idf/components/log/src/log.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/log/src/log.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/pi/lighting-controller/esp32/build/bootloader",
|
||||
"command": "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DBOOTLOADER_BUILD=1 -DESP_PLATFORM -DIDF_VER=\\\"v6.0-dev-2594-g25c40d4563\\\" -DNON_OS_BUILD=1 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -I/home/pi/lighting-controller/esp32/build/bootloader/config -I/home/pi/esp/esp-idf/components/log/include -I/home/pi/esp/esp-idf/components/esp_rom/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3/include/esp32c3 -I/home/pi/esp/esp-idf/components/esp_rom/esp32c3 -I/home/pi/esp/esp-idf/components/esp_common/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc -I/home/pi/esp/esp-idf/components/esp_hw_support/dma/include -I/home/pi/esp/esp-idf/components/esp_hw_support/ldo/include -I/home/pi/esp/esp-idf/components/esp_hw_support/debug_probe/include -I/home/pi/esp/esp-idf/components/esp_hw_support/etm/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/include -I/home/pi/esp/esp-idf/components/esp_hw_support/mspi_timing_tuning/tuning_scheme_impl/include -I/home/pi/esp/esp-idf/components/esp_hw_support/power_supply/include -I/home/pi/esp/esp-idf/components/esp_hw_support/modem/include -I/home/pi/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/. -I/home/pi/esp/esp-idf/components/esp_hw_support/port/esp32c3/include -I/home/pi/esp/esp-idf/components/esp_libc/platform_include -I/home/pi/esp/esp-idf/components/riscv/include -I/home/pi/esp/esp-idf/components/soc/include -I/home/pi/esp/esp-idf/components/soc/esp32c3 -I/home/pi/esp/esp-idf/components/soc/esp32c3/include -I/home/pi/esp/esp-idf/components/soc/esp32c3/register -I/home/pi/esp/esp-idf/components/bootloader_support/include -I/home/pi/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/pi/esp/esp-idf/components/bootloader_support/private_include -march=rv32imc_zicsr_zifencei -mtune=esp-base -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-error=extra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Os -freorder-blocks -fmacro-prefix-map=/home/pi/esp/esp-idf/components/bootloader/subproject=. -fmacro-prefix-map=/home/pi/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -fno-stack-protector -std=gnu23 -Wno-old-style-declaration -fzero-init-padding-bits=all -fno-malloc-dce -o esp-idf/main/CMakeFiles/__idf_main.dir/bootloader_start.c.obj -c /home/pi/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c",
|
||||
"file": "/home/pi/esp/esp-idf/components/bootloader/subproject/main/bootloader_start.c"
|
||||
}
|
||||
]
|
12
esp32/build/bootloader/config.env
Normal file
12
esp32/build/bootloader/config.env
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"COMPONENT_KCONFIGS": "/home/pi/esp/esp-idf/components/efuse/Kconfig;/home/pi/esp/esp-idf/components/esp_common/Kconfig;/home/pi/esp/esp-idf/components/esp_hw_support/Kconfig;/home/pi/esp/esp-idf/components/esp_libc/Kconfig;/home/pi/esp/esp-idf/components/esp_rom/Kconfig;/home/pi/esp/esp-idf/components/esp_system/Kconfig;/home/pi/esp/esp-idf/components/freertos/Kconfig;/home/pi/esp/esp-idf/components/hal/Kconfig;/home/pi/esp/esp-idf/components/log/Kconfig;/home/pi/esp/esp-idf/components/soc/Kconfig;/home/pi/esp/esp-idf/components/spi_flash/Kconfig",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD": "/home/pi/esp/esp-idf/components/bootloader/Kconfig.projbuild;/home/pi/esp/esp-idf/components/esp_app_format/Kconfig.projbuild;/home/pi/esp/esp-idf/components/esp_rom/Kconfig.projbuild;/home/pi/esp/esp-idf/components/esptool_py/Kconfig.projbuild;/home/pi/esp/esp-idf/components/partition_table/Kconfig.projbuild",
|
||||
"COMPONENT_SDKCONFIG_RENAMES": "/home/pi/esp/esp-idf/components/bootloader/sdkconfig.rename;/home/pi/esp/esp-idf/components/esp_hw_support/sdkconfig.rename;/home/pi/esp/esp-idf/components/esp_hw_support/sdkconfig.rename.esp32c3;/home/pi/esp/esp-idf/components/esp_libc/sdkconfig.rename;/home/pi/esp/esp-idf/components/esp_libc/sdkconfig.rename.esp32c3;/home/pi/esp/esp-idf/components/esp_system/sdkconfig.rename;/home/pi/esp/esp-idf/components/esp_system/sdkconfig.rename.esp32c3;/home/pi/esp/esp-idf/components/esptool_py/sdkconfig.rename;/home/pi/esp/esp-idf/components/freertos/sdkconfig.rename;/home/pi/esp/esp-idf/components/hal/sdkconfig.rename;/home/pi/esp/esp-idf/components/spi_flash/sdkconfig.rename",
|
||||
"IDF_TARGET": "esp32c3",
|
||||
"IDF_TOOLCHAIN": "gcc",
|
||||
"IDF_VERSION": "6.0.0",
|
||||
"IDF_ENV_FPGA": "",
|
||||
"IDF_PATH": "/home/pi/esp/esp-idf",
|
||||
"COMPONENT_KCONFIGS_SOURCE_FILE": "/home/pi/lighting-controller/esp32/build/bootloader/kconfigs.in",
|
||||
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "/home/pi/lighting-controller/esp32/build/bootloader/kconfigs_projbuild.in"
|
||||
}
|
10558
esp32/build/bootloader/config/kconfig_menus.json
Normal file
10558
esp32/build/bootloader/config/kconfig_menus.json
Normal file
File diff suppressed because it is too large
Load Diff
788
esp32/build/bootloader/config/sdkconfig.cmake
Normal file
788
esp32/build/bootloader/config/sdkconfig.cmake
Normal file
File diff suppressed because one or more lines are too long
576
esp32/build/bootloader/config/sdkconfig.h
Normal file
576
esp32/build/bootloader/config/sdkconfig.h
Normal file
@@ -0,0 +1,576 @@
|
||||
/*
|
||||
* Automatically generated file. DO NOT EDIT.
|
||||
* Espressif IoT Development Framework (ESP-IDF) 6.0.0 Configuration Header
|
||||
*/
|
||||
#pragma once
|
||||
#define CONFIG_SOC_ADC_SUPPORTED 1
|
||||
#define CONFIG_SOC_DEDICATED_GPIO_SUPPORTED 1
|
||||
#define CONFIG_SOC_UART_SUPPORTED 1
|
||||
#define CONFIG_SOC_GDMA_SUPPORTED 1
|
||||
#define CONFIG_SOC_UHCI_SUPPORTED 1
|
||||
#define CONFIG_SOC_AHB_GDMA_SUPPORTED 1
|
||||
#define CONFIG_SOC_GPTIMER_SUPPORTED 1
|
||||
#define CONFIG_SOC_TWAI_SUPPORTED 1
|
||||
#define CONFIG_SOC_BT_SUPPORTED 1
|
||||
#define CONFIG_SOC_ASYNC_MEMCPY_SUPPORTED 1
|
||||
#define CONFIG_SOC_USB_SERIAL_JTAG_SUPPORTED 1
|
||||
#define CONFIG_SOC_TEMP_SENSOR_SUPPORTED 1
|
||||
#define CONFIG_SOC_XT_WDT_SUPPORTED 1
|
||||
#define CONFIG_SOC_PHY_SUPPORTED 1
|
||||
#define CONFIG_SOC_WIFI_SUPPORTED 1
|
||||
#define CONFIG_SOC_SUPPORTS_SECURE_DL_MODE 1
|
||||
#define CONFIG_SOC_EFUSE_KEY_PURPOSE_FIELD 1
|
||||
#define CONFIG_SOC_EFUSE_HAS_EFUSE_RST_BUG 1
|
||||
#define CONFIG_SOC_EFUSE_SUPPORTED 1
|
||||
#define CONFIG_SOC_RTC_FAST_MEM_SUPPORTED 1
|
||||
#define CONFIG_SOC_RTC_MEM_SUPPORTED 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTED 1
|
||||
#define CONFIG_SOC_RMT_SUPPORTED 1
|
||||
#define CONFIG_SOC_SDM_SUPPORTED 1
|
||||
#define CONFIG_SOC_GPSPI_SUPPORTED 1
|
||||
#define CONFIG_SOC_LEDC_SUPPORTED 1
|
||||
#define CONFIG_SOC_I2C_SUPPORTED 1
|
||||
#define CONFIG_SOC_SYSTIMER_SUPPORTED 1
|
||||
#define CONFIG_SOC_SUPPORT_COEXISTENCE 1
|
||||
#define CONFIG_SOC_AES_SUPPORTED 1
|
||||
#define CONFIG_SOC_MPI_SUPPORTED 1
|
||||
#define CONFIG_SOC_SHA_SUPPORTED 1
|
||||
#define CONFIG_SOC_HMAC_SUPPORTED 1
|
||||
#define CONFIG_SOC_DIG_SIGN_SUPPORTED 1
|
||||
#define CONFIG_SOC_FLASH_ENC_SUPPORTED 1
|
||||
#define CONFIG_SOC_SECURE_BOOT_SUPPORTED 1
|
||||
#define CONFIG_SOC_MEMPROT_SUPPORTED 1
|
||||
#define CONFIG_SOC_BOD_SUPPORTED 1
|
||||
#define CONFIG_SOC_CLK_TREE_SUPPORTED 1
|
||||
#define CONFIG_SOC_ASSIST_DEBUG_SUPPORTED 1
|
||||
#define CONFIG_SOC_WDT_SUPPORTED 1
|
||||
#define CONFIG_SOC_SPI_FLASH_SUPPORTED 1
|
||||
#define CONFIG_SOC_RNG_SUPPORTED 1
|
||||
#define CONFIG_SOC_LIGHT_SLEEP_SUPPORTED 1
|
||||
#define CONFIG_SOC_DEEP_SLEEP_SUPPORTED 1
|
||||
#define CONFIG_SOC_LP_PERIPH_SHARE_INTERRUPT 1
|
||||
#define CONFIG_SOC_PM_SUPPORTED 1
|
||||
#define CONFIG_SOC_XTAL_SUPPORT_40M 1
|
||||
#define CONFIG_SOC_AES_SUPPORT_DMA 1
|
||||
#define CONFIG_SOC_AES_GDMA 1
|
||||
#define CONFIG_SOC_AES_SUPPORT_AES_128 1
|
||||
#define CONFIG_SOC_AES_SUPPORT_AES_256 1
|
||||
#define CONFIG_SOC_ADC_DIG_CTRL_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_ARBITER_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_DIG_IIR_FILTER_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_MONITOR_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_DMA_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_PERIPH_NUM 2
|
||||
#define CONFIG_SOC_ADC_MAX_CHANNEL_NUM 5
|
||||
#define CONFIG_SOC_ADC_ATTEN_NUM 4
|
||||
#define CONFIG_SOC_ADC_DIGI_CONTROLLER_NUM 1
|
||||
#define CONFIG_SOC_ADC_PATT_LEN_MAX 8
|
||||
#define CONFIG_SOC_ADC_DIGI_MIN_BITWIDTH 12
|
||||
#define CONFIG_SOC_ADC_DIGI_MAX_BITWIDTH 12
|
||||
#define CONFIG_SOC_ADC_DIGI_RESULT_BYTES 4
|
||||
#define CONFIG_SOC_ADC_DIGI_DATA_BYTES_PER_CONV 4
|
||||
#define CONFIG_SOC_ADC_DIGI_IIR_FILTER_NUM 2
|
||||
#define CONFIG_SOC_ADC_DIGI_MONITOR_NUM 2
|
||||
#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_HIGH 83333
|
||||
#define CONFIG_SOC_ADC_SAMPLE_FREQ_THRES_LOW 611
|
||||
#define CONFIG_SOC_ADC_RTC_MIN_BITWIDTH 12
|
||||
#define CONFIG_SOC_ADC_RTC_MAX_BITWIDTH 12
|
||||
#define CONFIG_SOC_ADC_CALIBRATION_V1_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_SELF_HW_CALI_SUPPORTED 1
|
||||
#define CONFIG_SOC_ADC_SHARED_POWER 1
|
||||
#define CONFIG_SOC_APB_BACKUP_DMA 1
|
||||
#define CONFIG_SOC_BROWNOUT_RESET_SUPPORTED 1
|
||||
#define CONFIG_SOC_SHARED_IDCACHE_SUPPORTED 1
|
||||
#define CONFIG_SOC_CACHE_FREEZE_SUPPORTED 1
|
||||
#define CONFIG_SOC_CACHE_MEMORY_IBANK_SIZE 0x4000
|
||||
#define CONFIG_SOC_CPU_CORES_NUM 1
|
||||
#define CONFIG_SOC_CPU_INTR_NUM 32
|
||||
#define CONFIG_SOC_CPU_HAS_FLEXIBLE_INTC 1
|
||||
#define CONFIG_SOC_CPU_HAS_CSR_PC 1
|
||||
#define CONFIG_SOC_CPU_BREAKPOINTS_NUM 8
|
||||
#define CONFIG_SOC_CPU_WATCHPOINTS_NUM 8
|
||||
#define CONFIG_SOC_CPU_WATCHPOINT_MAX_REGION_SIZE 0x80000000
|
||||
#define CONFIG_SOC_DS_SIGNATURE_MAX_BIT_LEN 3072
|
||||
#define CONFIG_SOC_DS_KEY_PARAM_MD_IV_LENGTH 16
|
||||
#define CONFIG_SOC_DS_KEY_CHECK_MAX_WAIT_US 1100
|
||||
#define CONFIG_SOC_AHB_GDMA_VERSION 1
|
||||
#define CONFIG_SOC_GDMA_NUM_GROUPS_MAX 1
|
||||
#define CONFIG_SOC_GDMA_PAIRS_PER_GROUP_MAX 3
|
||||
#define CONFIG_SOC_GPIO_PORT 1
|
||||
#define CONFIG_SOC_GPIO_PIN_COUNT 22
|
||||
#define CONFIG_SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER 1
|
||||
#define CONFIG_SOC_GPIO_FILTER_CLK_SUPPORT_APB 1
|
||||
#define CONFIG_SOC_GPIO_SUPPORT_FORCE_HOLD 1
|
||||
#define CONFIG_SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP 1
|
||||
#define CONFIG_SOC_GPIO_IN_RANGE_MAX 21
|
||||
#define CONFIG_SOC_GPIO_OUT_RANGE_MAX 21
|
||||
#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK 0
|
||||
#define CONFIG_SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT 6
|
||||
#define CONFIG_SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK 0x00000000003FFFC0
|
||||
#define CONFIG_SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX 1
|
||||
#define CONFIG_SOC_GPIO_CLOCKOUT_CHANNEL_NUM 3
|
||||
#define CONFIG_SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP 1
|
||||
#define CONFIG_SOC_I2C_NUM 1
|
||||
#define CONFIG_SOC_HP_I2C_NUM 1
|
||||
#define CONFIG_SOC_I2C_FIFO_LEN 32
|
||||
#define CONFIG_SOC_I2C_CMD_REG_NUM 8
|
||||
#define CONFIG_SOC_I2C_SUPPORT_SLAVE 1
|
||||
#define CONFIG_SOC_I2C_SUPPORT_HW_CLR_BUS 1
|
||||
#define CONFIG_SOC_I2C_SUPPORT_XTAL 1
|
||||
#define CONFIG_SOC_I2C_SUPPORT_RTC 1
|
||||
#define CONFIG_SOC_I2C_SUPPORT_10BIT_ADDR 1
|
||||
#define CONFIG_SOC_I2C_SLAVE_SUPPORT_BROADCAST 1
|
||||
#define CONFIG_SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE 1
|
||||
#define CONFIG_SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS 1
|
||||
#define CONFIG_SOC_I2S_NUM 1
|
||||
#define CONFIG_SOC_I2S_HW_VERSION_2 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_XTAL 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_PLL_F160M 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_PCM 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_PDM 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_PDM_TX 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_PCM2PDM 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_PDM_RX 1
|
||||
#define CONFIG_SOC_I2S_PDM_MAX_TX_LINES 2
|
||||
#define CONFIG_SOC_I2S_PDM_MAX_RX_LINES 1
|
||||
#define CONFIG_SOC_I2S_SUPPORTS_TDM 1
|
||||
#define CONFIG_SOC_LEDC_SUPPORT_APB_CLOCK 1
|
||||
#define CONFIG_SOC_LEDC_SUPPORT_XTAL_CLOCK 1
|
||||
#define CONFIG_SOC_LEDC_TIMER_NUM 4
|
||||
#define CONFIG_SOC_LEDC_CHANNEL_NUM 6
|
||||
#define CONFIG_SOC_LEDC_TIMER_BIT_WIDTH 14
|
||||
#define CONFIG_SOC_LEDC_SUPPORT_FADE_STOP 1
|
||||
#define CONFIG_SOC_MMU_LINEAR_ADDRESS_REGION_NUM 1
|
||||
#define CONFIG_SOC_MMU_PERIPH_NUM 1
|
||||
#define CONFIG_SOC_MPU_MIN_REGION_SIZE 0x20000000
|
||||
#define CONFIG_SOC_MPU_REGIONS_MAX_NUM 8
|
||||
#define CONFIG_SOC_RMT_GROUPS 1
|
||||
#define CONFIG_SOC_RMT_TX_CANDIDATES_PER_GROUP 2
|
||||
#define CONFIG_SOC_RMT_RX_CANDIDATES_PER_GROUP 2
|
||||
#define CONFIG_SOC_RMT_CHANNELS_PER_GROUP 4
|
||||
#define CONFIG_SOC_RMT_MEM_WORDS_PER_CHANNEL 48
|
||||
#define CONFIG_SOC_RMT_SUPPORT_RX_PINGPONG 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_RX_DEMODULATION 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_ASYNC_STOP 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_TX_LOOP_COUNT 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_TX_SYNCHRO 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_XTAL 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_APB 1
|
||||
#define CONFIG_SOC_RMT_SUPPORT_RC_FAST 1
|
||||
#define CONFIG_SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH 128
|
||||
#define CONFIG_SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM 108
|
||||
#define CONFIG_SOC_SLEEP_SYSTIMER_STALL_WORKAROUND 1
|
||||
#define CONFIG_SOC_SLEEP_TGWDT_STOP_WORKAROUND 1
|
||||
#define CONFIG_SOC_RTCIO_PIN_COUNT 0
|
||||
#define CONFIG_SOC_MPI_MEM_BLOCKS_NUM 4
|
||||
#define CONFIG_SOC_MPI_OPERATIONS_NUM 3
|
||||
#define CONFIG_SOC_RSA_MAX_BIT_LEN 3072
|
||||
#define CONFIG_SOC_SHA_DMA_MAX_BUFFER_SIZE 3968
|
||||
#define CONFIG_SOC_SHA_SUPPORT_DMA 1
|
||||
#define CONFIG_SOC_SHA_SUPPORT_RESUME 1
|
||||
#define CONFIG_SOC_SHA_GDMA 1
|
||||
#define CONFIG_SOC_SHA_SUPPORT_SHA1 1
|
||||
#define CONFIG_SOC_SHA_SUPPORT_SHA224 1
|
||||
#define CONFIG_SOC_SHA_SUPPORT_SHA256 1
|
||||
#define CONFIG_SOC_SPI_PERIPH_NUM 2
|
||||
#define CONFIG_SOC_SPI_MAX_CS_NUM 6
|
||||
#define CONFIG_SOC_SPI_MAXIMUM_BUFFER_SIZE 64
|
||||
#define CONFIG_SOC_SPI_SUPPORT_DDRCLK 1
|
||||
#define CONFIG_SOC_SPI_SLAVE_SUPPORT_SEG_TRANS 1
|
||||
#define CONFIG_SOC_SPI_SUPPORT_CD_SIG 1
|
||||
#define CONFIG_SOC_SPI_SUPPORT_CONTINUOUS_TRANS 1
|
||||
#define CONFIG_SOC_SPI_SUPPORT_SLAVE_HD_VER2 1
|
||||
#define CONFIG_SOC_SPI_SUPPORT_CLK_APB 1
|
||||
#define CONFIG_SOC_SPI_SUPPORT_CLK_XTAL 1
|
||||
#define CONFIG_SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT 1
|
||||
#define CONFIG_SOC_SPI_SCT_SUPPORTED 1
|
||||
#define CONFIG_SOC_SPI_SCT_REG_NUM 14
|
||||
#define CONFIG_SOC_SPI_SCT_BUFFER_NUM_MAX 1
|
||||
#define CONFIG_SOC_SPI_SCT_CONF_BITLEN_MAX 0x3FFFA
|
||||
#define CONFIG_SOC_MEMSPI_IS_INDEPENDENT 1
|
||||
#define CONFIG_SOC_SPI_MAX_PRE_DIVIDER 16
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_AUTO_RESUME 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_IDLE_INTR 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_SW_SUSPEND 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_CHECK_SUS 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE 1
|
||||
#define CONFIG_SOC_SPI_MEM_SUPPORT_WRAP 1
|
||||
#define CONFIG_SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED 1
|
||||
#define CONFIG_SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED 1
|
||||
#define CONFIG_SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED 1
|
||||
#define CONFIG_SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED 1
|
||||
#define CONFIG_SOC_SYSTIMER_COUNTER_NUM 2
|
||||
#define CONFIG_SOC_SYSTIMER_ALARM_NUM 3
|
||||
#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_LO 32
|
||||
#define CONFIG_SOC_SYSTIMER_BIT_WIDTH_HI 20
|
||||
#define CONFIG_SOC_SYSTIMER_FIXED_DIVIDER 1
|
||||
#define CONFIG_SOC_SYSTIMER_INT_LEVEL 1
|
||||
#define CONFIG_SOC_SYSTIMER_ALARM_MISS_COMPENSATE 1
|
||||
#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_LO 32
|
||||
#define CONFIG_SOC_LP_TIMER_BIT_WIDTH_HI 16
|
||||
#define CONFIG_SOC_MWDT_SUPPORT_XTAL 1
|
||||
#define CONFIG_SOC_TWAI_CONTROLLER_NUM 1
|
||||
#define CONFIG_SOC_TWAI_MASK_FILTER_NUM 1
|
||||
#define CONFIG_SOC_TWAI_CLK_SUPPORT_APB 1
|
||||
#define CONFIG_SOC_TWAI_BRP_MIN 2
|
||||
#define CONFIG_SOC_TWAI_BRP_MAX 16384
|
||||
#define CONFIG_SOC_TWAI_SUPPORTS_RX_STATUS 1
|
||||
#define CONFIG_SOC_EFUSE_DIS_DOWNLOAD_ICACHE 1
|
||||
#define CONFIG_SOC_EFUSE_DIS_PAD_JTAG 1
|
||||
#define CONFIG_SOC_EFUSE_DIS_USB_JTAG 1
|
||||
#define CONFIG_SOC_EFUSE_DIS_DIRECT_BOOT 1
|
||||
#define CONFIG_SOC_EFUSE_SOFT_DIS_JTAG 1
|
||||
#define CONFIG_SOC_EFUSE_DIS_ICACHE 1
|
||||
#define CONFIG_SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1
|
||||
#define CONFIG_SOC_SECURE_BOOT_V2_RSA 1
|
||||
#define CONFIG_SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS 3
|
||||
#define CONFIG_SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS 1
|
||||
#define CONFIG_SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY 1
|
||||
#define CONFIG_SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX 32
|
||||
#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES 1
|
||||
#define CONFIG_SOC_FLASH_ENCRYPTION_XTS_AES_128 1
|
||||
#define CONFIG_SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE 16
|
||||
#define CONFIG_SOC_MEMPROT_MEM_ALIGN_SIZE 512
|
||||
#define CONFIG_SOC_UART_NUM 2
|
||||
#define CONFIG_SOC_UART_HP_NUM 2
|
||||
#define CONFIG_SOC_UART_FIFO_LEN 128
|
||||
#define CONFIG_SOC_UART_BITRATE_MAX 5000000
|
||||
#define CONFIG_SOC_UART_SUPPORT_APB_CLK 1
|
||||
#define CONFIG_SOC_UART_SUPPORT_RTC_CLK 1
|
||||
#define CONFIG_SOC_UART_SUPPORT_XTAL_CLK 1
|
||||
#define CONFIG_SOC_UART_SUPPORT_WAKEUP_INT 1
|
||||
#define CONFIG_SOC_UART_SUPPORT_FSM_TX_WAIT_SEND 1
|
||||
#define CONFIG_SOC_UART_WAKEUP_SUPPORT_ACTIVE_THRESH_MODE 1
|
||||
#define CONFIG_SOC_UHCI_NUM 1
|
||||
#define CONFIG_SOC_COEX_HW_PTI 1
|
||||
#define CONFIG_SOC_PHY_DIG_REGS_MEM_SIZE 21
|
||||
#define CONFIG_SOC_MAC_BB_PD_MEM_SIZE 192
|
||||
#define CONFIG_SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH 12
|
||||
#define CONFIG_SOC_PM_SUPPORT_WIFI_WAKEUP 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_BT_WAKEUP 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_CPU_PD 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_WIFI_PD 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_BT_PD 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_RC_FAST_PD 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_VDDSDIO_PD 1
|
||||
#define CONFIG_SOC_PM_SUPPORT_MAC_BB_PD 1
|
||||
#define CONFIG_SOC_PM_CPU_RETENTION_BY_RTCCNTL 1
|
||||
#define CONFIG_SOC_PM_MODEM_RETENTION_BY_BACKUPDMA 1
|
||||
#define CONFIG_SOC_PM_MODEM_PD_BY_SW 1
|
||||
#define CONFIG_SOC_CLK_RC_FAST_D256_SUPPORTED 1
|
||||
#define CONFIG_SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256 1
|
||||
#define CONFIG_SOC_CLK_RC_FAST_SUPPORT_CALIBRATION 1
|
||||
#define CONFIG_SOC_CLK_XTAL32K_SUPPORTED 1
|
||||
#define CONFIG_SOC_CLK_LP_FAST_SUPPORT_XTAL_D2 1
|
||||
#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC 1
|
||||
#define CONFIG_SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL 1
|
||||
#define CONFIG_SOC_WIFI_HW_TSF 1
|
||||
#define CONFIG_SOC_WIFI_FTM_SUPPORT 1
|
||||
#define CONFIG_SOC_WIFI_GCMP_SUPPORT 1
|
||||
#define CONFIG_SOC_WIFI_WAPI_SUPPORT 1
|
||||
#define CONFIG_SOC_WIFI_CSI_SUPPORT 1
|
||||
#define CONFIG_SOC_WIFI_MESH_SUPPORT 1
|
||||
#define CONFIG_SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW 1
|
||||
#define CONFIG_SOC_WIFI_PHY_NEEDS_USB_WORKAROUND 1
|
||||
#define CONFIG_SOC_BLE_SUPPORTED 1
|
||||
#define CONFIG_SOC_BLE_MESH_SUPPORTED 1
|
||||
#define CONFIG_SOC_BLE_50_SUPPORTED 1
|
||||
#define CONFIG_SOC_BLE_DEVICE_PRIVACY_SUPPORTED 1
|
||||
#define CONFIG_SOC_BLUFI_SUPPORTED 1
|
||||
#define CONFIG_SOC_PHY_COMBO_MODULE 1
|
||||
#define CONFIG_IDF_CMAKE 1
|
||||
#define CONFIG_IDF_TOOLCHAIN "gcc"
|
||||
#define CONFIG_IDF_TOOLCHAIN_GCC 1
|
||||
#define CONFIG_IDF_TARGET_ARCH_RISCV 1
|
||||
#define CONFIG_IDF_TARGET_ARCH "riscv"
|
||||
#define CONFIG_IDF_TARGET "esp32c3"
|
||||
#define CONFIG_IDF_INIT_VERSION "6.0.0"
|
||||
#define CONFIG_IDF_TARGET_ESP32C3 1
|
||||
#define CONFIG_IDF_FIRMWARE_CHIP_ID 0x0005
|
||||
#define CONFIG_APP_BUILD_TYPE_APP_2NDBOOT 1
|
||||
#define CONFIG_APP_BUILD_GENERATE_BINARIES 1
|
||||
#define CONFIG_APP_BUILD_BOOTLOADER 1
|
||||
#define CONFIG_APP_BUILD_USE_FLASH_SECTIONS 1
|
||||
#define CONFIG_BOOTLOADER_COMPILE_TIME_DATE 1
|
||||
#define CONFIG_BOOTLOADER_PROJECT_VER 1
|
||||
#define CONFIG_BOOTLOADER_OFFSET_IN_FLASH 0x0
|
||||
#define CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE 1
|
||||
#define CONFIG_BOOTLOADER_LOG_VERSION_1 1
|
||||
#define CONFIG_BOOTLOADER_LOG_VERSION 1
|
||||
#define CONFIG_BOOTLOADER_LOG_LEVEL_INFO 1
|
||||
#define CONFIG_BOOTLOADER_LOG_LEVEL 3
|
||||
#define CONFIG_BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS 1
|
||||
#define CONFIG_BOOTLOADER_LOG_MODE_TEXT_EN 1
|
||||
#define CONFIG_BOOTLOADER_LOG_MODE_TEXT 1
|
||||
#define CONFIG_BOOTLOADER_CPU_CLK_FREQ_MHZ 80
|
||||
#define CONFIG_BOOTLOADER_FLASH_XMC_SUPPORT 1
|
||||
#define CONFIG_BOOTLOADER_REGION_PROTECTION_ENABLE 1
|
||||
#define CONFIG_BOOTLOADER_WDT_ENABLE 1
|
||||
#define CONFIG_BOOTLOADER_WDT_TIME_MS 9000
|
||||
#define CONFIG_BOOTLOADER_RESERVE_RTC_SIZE 0x0
|
||||
#define CONFIG_SECURE_BOOT_V2_RSA_SUPPORTED 1
|
||||
#define CONFIG_SECURE_BOOT_V2_PREFERRED 1
|
||||
#define CONFIG_SECURE_ROM_DL_MODE_ENABLED 1
|
||||
#define CONFIG_APP_COMPILE_TIME_DATE 1
|
||||
#define CONFIG_APP_RETRIEVE_LEN_ELF_SHA 9
|
||||
#define CONFIG_ESP_ROM_HAS_CRC_LE 1
|
||||
#define CONFIG_ESP_ROM_HAS_CRC_BE 1
|
||||
#define CONFIG_ESP_ROM_HAS_MZ_CRC32 1
|
||||
#define CONFIG_ESP_ROM_HAS_JPEG_DECODE 1
|
||||
#define CONFIG_ESP_ROM_UART_CLK_IS_XTAL 1
|
||||
#define CONFIG_ESP_ROM_USB_SERIAL_DEVICE_NUM 3
|
||||
#define CONFIG_ESP_ROM_HAS_RETARGETABLE_LOCKING 1
|
||||
#define CONFIG_ESP_ROM_HAS_ERASE_0_REGION_BUG 1
|
||||
#define CONFIG_ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV 1
|
||||
#define CONFIG_ESP_ROM_GET_CLK_FREQ 1
|
||||
#define CONFIG_ESP_ROM_NEEDS_SWSETUP_WORKAROUND 1
|
||||
#define CONFIG_ESP_ROM_HAS_LAYOUT_TABLE 1
|
||||
#define CONFIG_ESP_ROM_HAS_SPI_FLASH 1
|
||||
#define CONFIG_ESP_ROM_HAS_SPI_FLASH_MMAP 1
|
||||
#define CONFIG_ESP_ROM_HAS_ETS_PRINTF_BUG 1
|
||||
#define CONFIG_ESP_ROM_HAS_NEWLIB 1
|
||||
#define CONFIG_ESP_ROM_HAS_NEWLIB_NANO_FORMAT 1
|
||||
#define CONFIG_ESP_ROM_HAS_NEWLIB_32BIT_TIME 1
|
||||
#define CONFIG_ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE 1
|
||||
#define CONFIG_ESP_ROM_RAM_APP_NEEDS_MMU_INIT 1
|
||||
#define CONFIG_ESP_ROM_HAS_SW_FLOAT 1
|
||||
#define CONFIG_ESP_ROM_USB_OTG_NUM -1
|
||||
#define CONFIG_ESP_ROM_HAS_VERSION 1
|
||||
#define CONFIG_ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB 1
|
||||
#define CONFIG_ESP_ROM_CONSOLE_OUTPUT_SECONDARY 1
|
||||
#define CONFIG_ESP_ROM_HAS_SUBOPTIMAL_NEWLIB_ON_MISALIGNED_MEMORY 1
|
||||
#define CONFIG_BOOT_ROM_LOG_ALWAYS_ON 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHMODE_DIO 1
|
||||
#define CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_STR 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHMODE "dio"
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ_80M 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHFREQ "80m"
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE_2MB 1
|
||||
#define CONFIG_ESPTOOLPY_FLASHSIZE "2MB"
|
||||
#define CONFIG_ESPTOOLPY_BEFORE_RESET 1
|
||||
#define CONFIG_ESPTOOLPY_BEFORE "default_reset"
|
||||
#define CONFIG_ESPTOOLPY_AFTER_RESET 1
|
||||
#define CONFIG_ESPTOOLPY_AFTER "hard_reset"
|
||||
#define CONFIG_ESPTOOLPY_MONITOR_BAUD 115200
|
||||
#define CONFIG_PARTITION_TABLE_SINGLE_APP 1
|
||||
#define CONFIG_PARTITION_TABLE_CUSTOM_FILENAME "partitions.csv"
|
||||
#define CONFIG_PARTITION_TABLE_FILENAME "partitions_singleapp.csv"
|
||||
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
|
||||
#define CONFIG_PARTITION_TABLE_MD5 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1
|
||||
#define CONFIG_COMPILER_FLOAT_LIB_FROM_GCCLIB 1
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL 2
|
||||
#define CONFIG_COMPILER_HIDE_PATHS_MACROS 1
|
||||
#define CONFIG_COMPILER_STACK_CHECK_MODE_NONE 1
|
||||
#define CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS 1
|
||||
#define CONFIG_COMPILER_RT_LIB_GCCLIB 1
|
||||
#define CONFIG_COMPILER_RT_LIB_NAME "gcc"
|
||||
#define CONFIG_COMPILER_ORPHAN_SECTIONS_ERROR 1
|
||||
#define CONFIG_COMPILER_CXX_GLIBCXX_CONSTEXPR_NO_CHANGE 1
|
||||
#define CONFIG_EFUSE_MAX_BLK_LEN 256
|
||||
#define CONFIG_ESP_ERR_TO_NAME_LOOKUP 1
|
||||
#define CONFIG_ESP32C3_REV_MIN_3 1
|
||||
#define CONFIG_ESP32C3_REV_MIN_FULL 3
|
||||
#define CONFIG_ESP_REV_MIN_FULL 3
|
||||
#define CONFIG_ESP32C3_REV_MAX_FULL 199
|
||||
#define CONFIG_ESP_REV_MAX_FULL 199
|
||||
#define CONFIG_ESP_EFUSE_BLOCK_REV_MIN_FULL 0
|
||||
#define CONFIG_ESP_EFUSE_BLOCK_REV_MAX_FULL 199
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_STA 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_WIFI_AP 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_BT 1
|
||||
#define CONFIG_ESP_MAC_ADDR_UNIVERSE_ETH 1
|
||||
#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR 1
|
||||
#define CONFIG_ESP_MAC_UNIVERSAL_MAC_ADDRESSES 4
|
||||
#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR 1
|
||||
#define CONFIG_ESP32C3_UNIVERSAL_MAC_ADDRESSES 4
|
||||
#define CONFIG_ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND 1
|
||||
#define CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND 1
|
||||
#define CONFIG_ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY 0
|
||||
#define CONFIG_ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS 1
|
||||
#define CONFIG_RTC_CLK_SRC_INT_RC 1
|
||||
#define CONFIG_RTC_CLK_CAL_CYCLES 1024
|
||||
#define CONFIG_ESP_PERIPH_CTRL_FUNC_IN_IRAM 1
|
||||
#define CONFIG_ESP_REGI2C_CTRL_FUNC_IN_IRAM 1
|
||||
#define CONFIG_GDMA_CTRL_FUNC_IN_IRAM 1
|
||||
#define CONFIG_GDMA_ISR_HANDLER_IN_IRAM 1
|
||||
#define CONFIG_GDMA_OBJ_DRAM_SAFE 1
|
||||
#define CONFIG_XTAL_FREQ_40 1
|
||||
#define CONFIG_XTAL_FREQ 40
|
||||
#define CONFIG_ESP_BROWNOUT_DET 1
|
||||
#define CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7 1
|
||||
#define CONFIG_ESP_BROWNOUT_DET_LVL 7
|
||||
#define CONFIG_ESP_BROWNOUT_USE_INTR 1
|
||||
#define CONFIG_ESP_INTR_IN_IRAM 1
|
||||
#define CONFIG_LIBC_NEWLIB 1
|
||||
#define CONFIG_LIBC_MISC_IN_IRAM 1
|
||||
#define CONFIG_LIBC_LOCKS_PLACE_IN_IRAM 1
|
||||
#define CONFIG_LIBC_TIME_SYSCALL_USE_RTC_HRT 1
|
||||
#define CONFIG_LIBC_OPTIMIZED_MISALIGNED_ACCESS 1
|
||||
#define CONFIG_LIBC_ASSERT_BUFFER_SIZE 200
|
||||
#define CONFIG_ESP_ROM_PRINT_IN_IRAM 1
|
||||
#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160 1
|
||||
#define CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ 160
|
||||
#define CONFIG_ESP_SYSTEM_IN_IRAM 1
|
||||
#define CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT 1
|
||||
#define CONFIG_ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS 0
|
||||
#define CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE 1
|
||||
#define CONFIG_ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK 1
|
||||
#define CONFIG_ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP 1
|
||||
#define CONFIG_ESP_SYSTEM_NO_BACKTRACE 1
|
||||
#define CONFIG_ESP_SYSTEM_MEMPROT 1
|
||||
#define CONFIG_ESP_SYSTEM_MEMPROT_PMS 1
|
||||
#define CONFIG_ESP_SYSTEM_MEMPROT_PMS_LOCK 1
|
||||
#define CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE 32
|
||||
#define CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE 2304
|
||||
#define CONFIG_ESP_MAIN_TASK_STACK_SIZE 3584
|
||||
#define CONFIG_ESP_MAIN_TASK_AFFINITY_CPU0 1
|
||||
#define CONFIG_ESP_MAIN_TASK_AFFINITY 0x0
|
||||
#define CONFIG_ESP_MINIMAL_SHARED_STACK_SIZE 2048
|
||||
#define CONFIG_ESP_CONSOLE_UART_DEFAULT 1
|
||||
#define CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG 1
|
||||
#define CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED 1
|
||||
#define CONFIG_ESP_CONSOLE_UART 1
|
||||
#define CONFIG_ESP_CONSOLE_UART_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_ROM_SERIAL_PORT_NUM 0
|
||||
#define CONFIG_ESP_CONSOLE_UART_BAUDRATE 115200
|
||||
#define CONFIG_ESP_INT_WDT 1
|
||||
#define CONFIG_ESP_INT_WDT_TIMEOUT_MS 300
|
||||
#define CONFIG_ESP_TASK_WDT_EN 1
|
||||
#define CONFIG_ESP_TASK_WDT_INIT 1
|
||||
#define CONFIG_ESP_TASK_WDT_TIMEOUT_S 5
|
||||
#define CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 1
|
||||
#define CONFIG_ESP_DEBUG_OCDAWARE 1
|
||||
#define CONFIG_ESP_SYSTEM_CHECK_INT_LEVEL_4 1
|
||||
#define CONFIG_ESP_SYSTEM_HW_STACK_GUARD 1
|
||||
#define CONFIG_ESP_SYSTEM_HW_PC_RECORD 1
|
||||
#define CONFIG_ESP_IPC_TASK_STACK_SIZE 1024
|
||||
#define CONFIG_FREERTOS_UNICORE 1
|
||||
#define CONFIG_FREERTOS_HZ 100
|
||||
#define CONFIG_FREERTOS_OPTIMIZED_SCHEDULER 1
|
||||
#define CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY 1
|
||||
#define CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS 1
|
||||
#define CONFIG_FREERTOS_IDLE_TASK_STACKSIZE 1536
|
||||
#define CONFIG_FREERTOS_MAX_TASK_NAME_LEN 16
|
||||
#define CONFIG_FREERTOS_USE_TIMERS 1
|
||||
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_NAME "Tmr Svc"
|
||||
#define CONFIG_FREERTOS_TIMER_TASK_NO_AFFINITY 1
|
||||
#define CONFIG_FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY 0x7FFFFFFF
|
||||
#define CONFIG_FREERTOS_TIMER_TASK_PRIORITY 1
|
||||
#define CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH 2048
|
||||
#define CONFIG_FREERTOS_TIMER_QUEUE_LENGTH 10
|
||||
#define CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE 0
|
||||
#define CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES 1
|
||||
#define CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER 1
|
||||
#define CONFIG_FREERTOS_TLSP_DELETION_CALLBACKS 1
|
||||
#define CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER 1
|
||||
#define CONFIG_FREERTOS_ISR_STACKSIZE 1536
|
||||
#define CONFIG_FREERTOS_INTERRUPT_BACKTRACE 1
|
||||
#define CONFIG_FREERTOS_TICK_SUPPORT_SYSTIMER 1
|
||||
#define CONFIG_FREERTOS_CORETIMER_SYSTIMER_LVL1 1
|
||||
#define CONFIG_FREERTOS_SYSTICK_USES_SYSTIMER 1
|
||||
#define CONFIG_FREERTOS_PORT 1
|
||||
#define CONFIG_FREERTOS_NO_AFFINITY 0x7FFFFFFF
|
||||
#define CONFIG_FREERTOS_SUPPORT_STATIC_ALLOCATION 1
|
||||
#define CONFIG_FREERTOS_DEBUG_OCDAWARE 1
|
||||
#define CONFIG_FREERTOS_NUMBER_OF_CORES 1
|
||||
#define CONFIG_HAL_ASSERTION_EQUALS_SYSTEM 1
|
||||
#define CONFIG_HAL_DEFAULT_ASSERTION_LEVEL 2
|
||||
#define CONFIG_HAL_GPIO_USE_ROM_IMPL 1
|
||||
#define CONFIG_LOG_VERSION_1 1
|
||||
#define CONFIG_LOG_VERSION 1
|
||||
#define CONFIG_LOG_DEFAULT_LEVEL_INFO 1
|
||||
#define CONFIG_LOG_DEFAULT_LEVEL 3
|
||||
#define CONFIG_LOG_MAXIMUM_EQUALS_DEFAULT 1
|
||||
#define CONFIG_LOG_MAXIMUM_LEVEL 3
|
||||
#define CONFIG_LOG_DYNAMIC_LEVEL_CONTROL 1
|
||||
#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST 1
|
||||
#define CONFIG_LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP 1
|
||||
#define CONFIG_LOG_TAG_LEVEL_IMPL_CACHE_SIZE 31
|
||||
#define CONFIG_LOG_TIMESTAMP_SOURCE_RTOS 1
|
||||
#define CONFIG_LOG_MODE_TEXT_EN 1
|
||||
#define CONFIG_LOG_MODE_TEXT 1
|
||||
#define CONFIG_LOG_IN_IRAM 1
|
||||
#define CONFIG_MMU_PAGE_SIZE_64KB 1
|
||||
#define CONFIG_MMU_PAGE_MODE "64KB"
|
||||
#define CONFIG_MMU_PAGE_SIZE 0x10000
|
||||
#define CONFIG_SPI_FLASH_BROWNOUT_RESET_XMC 1
|
||||
#define CONFIG_SPI_FLASH_BROWNOUT_RESET 1
|
||||
#define CONFIG_SPI_FLASH_SUSPEND_TSUS_VAL_US 50
|
||||
#define CONFIG_SPI_FLASH_PLACE_FUNCTIONS_IN_IRAM 1
|
||||
#define CONFIG_SPI_FLASH_ROM_DRIVER_PATCH 1
|
||||
#define CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS 1
|
||||
#define CONFIG_SPI_FLASH_YIELD_DURING_ERASE 1
|
||||
#define CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS 20
|
||||
#define CONFIG_SPI_FLASH_ERASE_YIELD_TICKS 1
|
||||
#define CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE 8192
|
||||
#define CONFIG_SPI_FLASH_VENDOR_XMC_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_GD_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_ISSI_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_MXIC_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_WINBOND_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_BOYA_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_VENDOR_TH_SUPPORT_ENABLED 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_ISSI_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_MXIC_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_GD_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_WINBOND_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_BOYA_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_SUPPORT_TH_CHIP 1
|
||||
#define CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE 1
|
||||
|
||||
/* List of deprecated options */
|
||||
#define CONFIG_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
|
||||
#define CONFIG_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
|
||||
#define CONFIG_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_DEFAULT CONFIG_COMPILER_OPTIMIZATION_DEBUG
|
||||
#define CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG
|
||||
#define CONFIG_CONSOLE_UART CONFIG_ESP_CONSOLE_UART
|
||||
#define CONFIG_CONSOLE_UART_BAUDRATE CONFIG_ESP_CONSOLE_UART_BAUDRATE
|
||||
#define CONFIG_CONSOLE_UART_DEFAULT CONFIG_ESP_CONSOLE_UART_DEFAULT
|
||||
#define CONFIG_CONSOLE_UART_NUM CONFIG_ESP_CONSOLE_UART_NUM
|
||||
#define CONFIG_ESP32C3_BROWNOUT_DET CONFIG_ESP_BROWNOUT_DET
|
||||
#define CONFIG_ESP32C3_BROWNOUT_DET_LVL CONFIG_ESP_BROWNOUT_DET_LVL
|
||||
#define CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7 CONFIG_ESP_BROWNOUT_DET_LVL_SEL_7
|
||||
#define CONFIG_ESP32C3_DEBUG_OCDAWARE CONFIG_ESP_DEBUG_OCDAWARE
|
||||
#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_160 CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_160
|
||||
#define CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ
|
||||
#define CONFIG_ESP32C3_LIGHTSLEEP_GPIO_RESET_WORKAROUND CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND
|
||||
#define CONFIG_ESP32C3_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT
|
||||
#define CONFIG_ESP32C3_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_PMS_LOCK
|
||||
#define CONFIG_ESP32C3_RTC_CLK_CAL_CYCLES CONFIG_RTC_CLK_CAL_CYCLES
|
||||
#define CONFIG_ESP32C3_RTC_CLK_SRC_INT_RC CONFIG_RTC_CLK_SRC_INT_RC
|
||||
#define CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC_SYSTIMER CONFIG_LIBC_TIME_SYSCALL_USE_RTC_HRT
|
||||
#define CONFIG_ESP_SYSTEM_BROWNOUT_INTR CONFIG_ESP_BROWNOUT_USE_INTR
|
||||
#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE CONFIG_ESP_SYSTEM_MEMPROT
|
||||
#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_LOCK CONFIG_ESP_SYSTEM_MEMPROT_PMS_LOCK
|
||||
#define CONFIG_ESP_SYSTEM_MEMPROT_FEATURE_VIA_TEE CONFIG_ESP_SYSTEM_MEMPROT
|
||||
#define CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT CONFIG_ESP_SYSTEM_MEMPROT
|
||||
#define CONFIG_ESP_TASK_WDT CONFIG_ESP_TASK_WDT_INIT
|
||||
#define CONFIG_FLASHMODE_DIO CONFIG_ESPTOOLPY_FLASHMODE_DIO
|
||||
#define CONFIG_INT_WDT CONFIG_ESP_INT_WDT
|
||||
#define CONFIG_INT_WDT_TIMEOUT_MS CONFIG_ESP_INT_WDT_TIMEOUT_MS
|
||||
#define CONFIG_IPC_TASK_STACK_SIZE CONFIG_ESP_IPC_TASK_STACK_SIZE
|
||||
#define CONFIG_LOG_BOOTLOADER_LEVEL CONFIG_BOOTLOADER_LOG_LEVEL
|
||||
#define CONFIG_LOG_BOOTLOADER_LEVEL_INFO CONFIG_BOOTLOADER_LOG_LEVEL_INFO
|
||||
#define CONFIG_MAIN_TASK_STACK_SIZE CONFIG_ESP_MAIN_TASK_STACK_SIZE
|
||||
#define CONFIG_MONITOR_BAUD CONFIG_ESPTOOLPY_MONITOR_BAUD
|
||||
#define CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT CONFIG_LIBC_TIME_SYSCALL_USE_RTC_HRT
|
||||
#define CONFIG_OPTIMIZATION_ASSERTIONS_ENABLED CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE
|
||||
#define CONFIG_OPTIMIZATION_ASSERTION_LEVEL CONFIG_COMPILER_OPTIMIZATION_ASSERTION_LEVEL
|
||||
#define CONFIG_OPTIMIZATION_LEVEL_DEBUG CONFIG_COMPILER_OPTIMIZATION_DEBUG
|
||||
#define CONFIG_PERIPH_CTRL_FUNC_IN_IRAM CONFIG_ESP_PERIPH_CTRL_FUNC_IN_IRAM
|
||||
#define CONFIG_SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS CONFIG_SPI_FLASH_DANGEROUS_WRITE_ABORTS
|
||||
#define CONFIG_STACK_CHECK_NONE CONFIG_COMPILER_STACK_CHECK_MODE_NONE
|
||||
#define CONFIG_SYSTEM_EVENT_QUEUE_SIZE CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE
|
||||
#define CONFIG_SYSTEM_EVENT_TASK_STACK_SIZE CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE
|
||||
#define CONFIG_TASK_WDT CONFIG_ESP_TASK_WDT_INIT
|
||||
#define CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0 CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0
|
||||
#define CONFIG_TASK_WDT_TIMEOUT_S CONFIG_ESP_TASK_WDT_TIMEOUT_S
|
||||
#define CONFIG_TIMER_QUEUE_LENGTH CONFIG_FREERTOS_TIMER_QUEUE_LENGTH
|
||||
#define CONFIG_TIMER_TASK_PRIORITY CONFIG_FREERTOS_TIMER_TASK_PRIORITY
|
||||
#define CONFIG_TIMER_TASK_STACK_DEPTH CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH
|
681
esp32/build/bootloader/config/sdkconfig.json
Normal file
681
esp32/build/bootloader/config/sdkconfig.json
Normal file
@@ -0,0 +1,681 @@
|
||||
{
|
||||
"APP_BUILD_BOOTLOADER": true,
|
||||
"APP_BUILD_GENERATE_BINARIES": true,
|
||||
"APP_BUILD_TYPE_APP_2NDBOOT": true,
|
||||
"APP_BUILD_TYPE_RAM": false,
|
||||
"APP_BUILD_USE_FLASH_SECTIONS": true,
|
||||
"APP_COMPILE_TIME_DATE": true,
|
||||
"APP_EXCLUDE_PROJECT_NAME_VAR": false,
|
||||
"APP_EXCLUDE_PROJECT_VER_VAR": false,
|
||||
"APP_NO_BLOBS": false,
|
||||
"APP_PROJECT_VER_FROM_CONFIG": false,
|
||||
"APP_REPRODUCIBLE_BUILD": false,
|
||||
"APP_RETRIEVE_LEN_ELF_SHA": 9,
|
||||
"BOOTLOADER_APP_ROLLBACK_ENABLE": false,
|
||||
"BOOTLOADER_APP_TEST": false,
|
||||
"BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG": false,
|
||||
"BOOTLOADER_COMPILER_OPTIMIZATION_PERF": false,
|
||||
"BOOTLOADER_COMPILER_OPTIMIZATION_SIZE": true,
|
||||
"BOOTLOADER_COMPILE_TIME_DATE": true,
|
||||
"BOOTLOADER_CPU_CLK_FREQ_MHZ": 80,
|
||||
"BOOTLOADER_CUSTOM_RESERVE_RTC": false,
|
||||
"BOOTLOADER_FACTORY_RESET": false,
|
||||
"BOOTLOADER_FLASH_DC_AWARE": false,
|
||||
"BOOTLOADER_FLASH_XMC_SUPPORT": true,
|
||||
"BOOTLOADER_LOG_COLORS": false,
|
||||
"BOOTLOADER_LOG_LEVEL": 3,
|
||||
"BOOTLOADER_LOG_LEVEL_DEBUG": false,
|
||||
"BOOTLOADER_LOG_LEVEL_ERROR": false,
|
||||
"BOOTLOADER_LOG_LEVEL_INFO": true,
|
||||
"BOOTLOADER_LOG_LEVEL_NONE": false,
|
||||
"BOOTLOADER_LOG_LEVEL_VERBOSE": false,
|
||||
"BOOTLOADER_LOG_LEVEL_WARN": false,
|
||||
"BOOTLOADER_LOG_MODE_TEXT": true,
|
||||
"BOOTLOADER_LOG_MODE_TEXT_EN": true,
|
||||
"BOOTLOADER_LOG_TIMESTAMP_SOURCE_CPU_TICKS": true,
|
||||
"BOOTLOADER_LOG_VERSION": 1,
|
||||
"BOOTLOADER_LOG_VERSION_1": true,
|
||||
"BOOTLOADER_OFFSET_IN_FLASH": 0,
|
||||
"BOOTLOADER_PROJECT_VER": 1,
|
||||
"BOOTLOADER_REGION_PROTECTION_ENABLE": true,
|
||||
"BOOTLOADER_RESERVE_RTC_SIZE": 0,
|
||||
"BOOTLOADER_SKIP_VALIDATE_ALWAYS": false,
|
||||
"BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP": false,
|
||||
"BOOTLOADER_SKIP_VALIDATE_ON_POWER_ON": false,
|
||||
"BOOTLOADER_WDT_DISABLE_IN_USER_CODE": false,
|
||||
"BOOTLOADER_WDT_ENABLE": true,
|
||||
"BOOTLOADER_WDT_TIME_MS": 9000,
|
||||
"BOOT_ROM_LOG_ALWAYS_OFF": false,
|
||||
"BOOT_ROM_LOG_ALWAYS_ON": true,
|
||||
"BOOT_ROM_LOG_ON_GPIO_HIGH": false,
|
||||
"BOOT_ROM_LOG_ON_GPIO_LOW": false,
|
||||
"COMPILER_ASSERT_NDEBUG_EVALUATE": false,
|
||||
"COMPILER_CXX_EXCEPTIONS": false,
|
||||
"COMPILER_CXX_GLIBCXX_CONSTEXPR_COLD": false,
|
||||
"COMPILER_CXX_GLIBCXX_CONSTEXPR_COLD_CONSTEXPR": false,
|
||||
"COMPILER_CXX_GLIBCXX_CONSTEXPR_NO_CHANGE": true,
|
||||
"COMPILER_CXX_RTTI": false,
|
||||
"COMPILER_DISABLE_DEFAULT_ERRORS": true,
|
||||
"COMPILER_DISABLE_GCC12_WARNINGS": false,
|
||||
"COMPILER_DISABLE_GCC13_WARNINGS": false,
|
||||
"COMPILER_DISABLE_GCC14_WARNINGS": false,
|
||||
"COMPILER_DISABLE_GCC15_WARNINGS": false,
|
||||
"COMPILER_DUMP_RTL_FILES": false,
|
||||
"COMPILER_FLOAT_LIB_FROM_GCCLIB": true,
|
||||
"COMPILER_HIDE_PATHS_MACROS": true,
|
||||
"COMPILER_NO_MERGE_CONSTANTS": false,
|
||||
"COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE": false,
|
||||
"COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE": true,
|
||||
"COMPILER_OPTIMIZATION_ASSERTIONS_SILENT": false,
|
||||
"COMPILER_OPTIMIZATION_ASSERTION_LEVEL": 2,
|
||||
"COMPILER_OPTIMIZATION_CHECKS_SILENT": false,
|
||||
"COMPILER_OPTIMIZATION_DEBUG": true,
|
||||
"COMPILER_OPTIMIZATION_NONE": false,
|
||||
"COMPILER_OPTIMIZATION_PERF": false,
|
||||
"COMPILER_OPTIMIZATION_SIZE": false,
|
||||
"COMPILER_ORPHAN_SECTIONS_ERROR": true,
|
||||
"COMPILER_ORPHAN_SECTIONS_PLACE": false,
|
||||
"COMPILER_ORPHAN_SECTIONS_WARNING": false,
|
||||
"COMPILER_RT_LIB_GCCLIB": true,
|
||||
"COMPILER_RT_LIB_NAME": "gcc",
|
||||
"COMPILER_SAVE_RESTORE_LIBCALLS": false,
|
||||
"COMPILER_STACK_CHECK_MODE_ALL": false,
|
||||
"COMPILER_STACK_CHECK_MODE_NONE": true,
|
||||
"COMPILER_STACK_CHECK_MODE_NORM": false,
|
||||
"COMPILER_STACK_CHECK_MODE_STRONG": false,
|
||||
"COMPILER_STATIC_ANALYZER": false,
|
||||
"COMPILER_WARN_WRITE_STRINGS": false,
|
||||
"EFUSE_CUSTOM_TABLE": false,
|
||||
"EFUSE_MAX_BLK_LEN": 256,
|
||||
"EFUSE_VIRTUAL": false,
|
||||
"ESP32C3_REV_MAX_FULL": 199,
|
||||
"ESP32C3_REV_MIN_0": false,
|
||||
"ESP32C3_REV_MIN_1": false,
|
||||
"ESP32C3_REV_MIN_101": false,
|
||||
"ESP32C3_REV_MIN_2": false,
|
||||
"ESP32C3_REV_MIN_3": true,
|
||||
"ESP32C3_REV_MIN_4": false,
|
||||
"ESP32C3_REV_MIN_FULL": 3,
|
||||
"ESP32C3_UNIVERSAL_MAC_ADDRESSES": 4,
|
||||
"ESP32C3_UNIVERSAL_MAC_ADDRESSES_FOUR": true,
|
||||
"ESP32C3_UNIVERSAL_MAC_ADDRESSES_TWO": false,
|
||||
"ESPTOOLPY_AFTER": "hard_reset",
|
||||
"ESPTOOLPY_AFTER_NORESET": false,
|
||||
"ESPTOOLPY_AFTER_RESET": true,
|
||||
"ESPTOOLPY_BEFORE": "default_reset",
|
||||
"ESPTOOLPY_BEFORE_NORESET": false,
|
||||
"ESPTOOLPY_BEFORE_RESET": true,
|
||||
"ESPTOOLPY_FLASHFREQ": "80m",
|
||||
"ESPTOOLPY_FLASHFREQ_20M": false,
|
||||
"ESPTOOLPY_FLASHFREQ_26M": false,
|
||||
"ESPTOOLPY_FLASHFREQ_40M": false,
|
||||
"ESPTOOLPY_FLASHFREQ_80M": true,
|
||||
"ESPTOOLPY_FLASHMODE": "dio",
|
||||
"ESPTOOLPY_FLASHMODE_DIO": true,
|
||||
"ESPTOOLPY_FLASHMODE_DOUT": false,
|
||||
"ESPTOOLPY_FLASHMODE_QIO": false,
|
||||
"ESPTOOLPY_FLASHMODE_QOUT": false,
|
||||
"ESPTOOLPY_FLASHSIZE": "2MB",
|
||||
"ESPTOOLPY_FLASHSIZE_128MB": false,
|
||||
"ESPTOOLPY_FLASHSIZE_16MB": false,
|
||||
"ESPTOOLPY_FLASHSIZE_1MB": false,
|
||||
"ESPTOOLPY_FLASHSIZE_2MB": true,
|
||||
"ESPTOOLPY_FLASHSIZE_32MB": false,
|
||||
"ESPTOOLPY_FLASHSIZE_4MB": false,
|
||||
"ESPTOOLPY_FLASHSIZE_64MB": false,
|
||||
"ESPTOOLPY_FLASHSIZE_8MB": false,
|
||||
"ESPTOOLPY_FLASH_SAMPLE_MODE_STR": true,
|
||||
"ESPTOOLPY_HEADER_FLASHSIZE_UPDATE": false,
|
||||
"ESPTOOLPY_MONITOR_BAUD": 115200,
|
||||
"ESPTOOLPY_NO_STUB": false,
|
||||
"ESP_BROWNOUT_DET": true,
|
||||
"ESP_BROWNOUT_DET_LVL": 7,
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_2": false,
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_3": false,
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_4": false,
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_5": false,
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_6": false,
|
||||
"ESP_BROWNOUT_DET_LVL_SEL_7": true,
|
||||
"ESP_BROWNOUT_USE_INTR": true,
|
||||
"ESP_CONSOLE_NONE": false,
|
||||
"ESP_CONSOLE_ROM_SERIAL_PORT_NUM": 0,
|
||||
"ESP_CONSOLE_SECONDARY_NONE": false,
|
||||
"ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG": true,
|
||||
"ESP_CONSOLE_UART": true,
|
||||
"ESP_CONSOLE_UART_BAUDRATE": 115200,
|
||||
"ESP_CONSOLE_UART_CUSTOM": false,
|
||||
"ESP_CONSOLE_UART_DEFAULT": true,
|
||||
"ESP_CONSOLE_UART_NUM": 0,
|
||||
"ESP_CONSOLE_USB_SERIAL_JTAG": false,
|
||||
"ESP_CONSOLE_USB_SERIAL_JTAG_ENABLED": true,
|
||||
"ESP_DEBUG_OCDAWARE": true,
|
||||
"ESP_DEBUG_STUBS_ENABLE": false,
|
||||
"ESP_DEFAULT_CPU_FREQ_MHZ": 160,
|
||||
"ESP_DEFAULT_CPU_FREQ_MHZ_160": true,
|
||||
"ESP_DEFAULT_CPU_FREQ_MHZ_80": false,
|
||||
"ESP_EFUSE_BLOCK_REV_MAX_FULL": 199,
|
||||
"ESP_EFUSE_BLOCK_REV_MIN_FULL": 0,
|
||||
"ESP_ERR_TO_NAME_LOOKUP": true,
|
||||
"ESP_INTR_IN_IRAM": true,
|
||||
"ESP_INT_WDT": true,
|
||||
"ESP_INT_WDT_TIMEOUT_MS": 300,
|
||||
"ESP_IPC_TASK_STACK_SIZE": 1024,
|
||||
"ESP_MAC_ADDR_UNIVERSE_BT": true,
|
||||
"ESP_MAC_ADDR_UNIVERSE_ETH": true,
|
||||
"ESP_MAC_ADDR_UNIVERSE_WIFI_AP": true,
|
||||
"ESP_MAC_ADDR_UNIVERSE_WIFI_STA": true,
|
||||
"ESP_MAC_UNIVERSAL_MAC_ADDRESSES": 4,
|
||||
"ESP_MAC_UNIVERSAL_MAC_ADDRESSES_FOUR": true,
|
||||
"ESP_MAC_USE_CUSTOM_MAC_AS_BASE_MAC": false,
|
||||
"ESP_MAIN_TASK_AFFINITY": 0,
|
||||
"ESP_MAIN_TASK_AFFINITY_CPU0": true,
|
||||
"ESP_MAIN_TASK_AFFINITY_NO_AFFINITY": false,
|
||||
"ESP_MAIN_TASK_STACK_SIZE": 3584,
|
||||
"ESP_MINIMAL_SHARED_STACK_SIZE": 2048,
|
||||
"ESP_PANIC_HANDLER_IRAM": false,
|
||||
"ESP_PERIPH_CTRL_FUNC_IN_IRAM": true,
|
||||
"ESP_REGI2C_CTRL_FUNC_IN_IRAM": true,
|
||||
"ESP_REV_MAX_FULL": 199,
|
||||
"ESP_REV_MIN_FULL": 3,
|
||||
"ESP_ROM_CONSOLE_OUTPUT_SECONDARY": true,
|
||||
"ESP_ROM_GET_CLK_FREQ": true,
|
||||
"ESP_ROM_HAS_CRC_BE": true,
|
||||
"ESP_ROM_HAS_CRC_LE": true,
|
||||
"ESP_ROM_HAS_ENCRYPTED_WRITES_USING_LEGACY_DRV": true,
|
||||
"ESP_ROM_HAS_ERASE_0_REGION_BUG": true,
|
||||
"ESP_ROM_HAS_ETS_PRINTF_BUG": true,
|
||||
"ESP_ROM_HAS_JPEG_DECODE": true,
|
||||
"ESP_ROM_HAS_LAYOUT_TABLE": true,
|
||||
"ESP_ROM_HAS_MZ_CRC32": true,
|
||||
"ESP_ROM_HAS_NEWLIB": true,
|
||||
"ESP_ROM_HAS_NEWLIB_32BIT_TIME": true,
|
||||
"ESP_ROM_HAS_NEWLIB_NANO_FORMAT": true,
|
||||
"ESP_ROM_HAS_RETARGETABLE_LOCKING": true,
|
||||
"ESP_ROM_HAS_SPI_FLASH": true,
|
||||
"ESP_ROM_HAS_SPI_FLASH_MMAP": true,
|
||||
"ESP_ROM_HAS_SUBOPTIMAL_NEWLIB_ON_MISALIGNED_MEMORY": true,
|
||||
"ESP_ROM_HAS_SW_FLOAT": true,
|
||||
"ESP_ROM_HAS_VERSION": true,
|
||||
"ESP_ROM_NEEDS_SET_CACHE_MMU_SIZE": true,
|
||||
"ESP_ROM_NEEDS_SWSETUP_WORKAROUND": true,
|
||||
"ESP_ROM_PRINT_IN_IRAM": true,
|
||||
"ESP_ROM_RAM_APP_NEEDS_MMU_INIT": true,
|
||||
"ESP_ROM_SUPPORT_DEEP_SLEEP_WAKEUP_STUB": true,
|
||||
"ESP_ROM_UART_CLK_IS_XTAL": true,
|
||||
"ESP_ROM_USB_OTG_NUM": -1,
|
||||
"ESP_ROM_USB_SERIAL_DEVICE_NUM": 3,
|
||||
"ESP_SLEEP_CACHE_SAFE_ASSERTION": false,
|
||||
"ESP_SLEEP_DEBUG": false,
|
||||
"ESP_SLEEP_FLASH_LEAKAGE_WORKAROUND": true,
|
||||
"ESP_SLEEP_GPIO_ENABLE_INTERNAL_RESISTORS": true,
|
||||
"ESP_SLEEP_GPIO_RESET_WORKAROUND": true,
|
||||
"ESP_SLEEP_MSPI_NEED_ALL_IO_PU": false,
|
||||
"ESP_SLEEP_POWER_DOWN_FLASH": false,
|
||||
"ESP_SLEEP_WAIT_FLASH_READY_EXTRA_DELAY": 0,
|
||||
"ESP_SYSTEM_ALLOW_RTC_FAST_MEM_AS_HEAP": true,
|
||||
"ESP_SYSTEM_CHECK_INT_LEVEL_4": true,
|
||||
"ESP_SYSTEM_EVENT_QUEUE_SIZE": 32,
|
||||
"ESP_SYSTEM_EVENT_TASK_STACK_SIZE": 2304,
|
||||
"ESP_SYSTEM_HW_PC_RECORD": true,
|
||||
"ESP_SYSTEM_HW_STACK_GUARD": true,
|
||||
"ESP_SYSTEM_IN_IRAM": true,
|
||||
"ESP_SYSTEM_MEMPROT": true,
|
||||
"ESP_SYSTEM_MEMPROT_PMS": true,
|
||||
"ESP_SYSTEM_MEMPROT_PMS_LOCK": true,
|
||||
"ESP_SYSTEM_NO_BACKTRACE": true,
|
||||
"ESP_SYSTEM_PANIC_PRINT_HALT": false,
|
||||
"ESP_SYSTEM_PANIC_PRINT_REBOOT": true,
|
||||
"ESP_SYSTEM_PANIC_REBOOT_DELAY_SECONDS": 0,
|
||||
"ESP_SYSTEM_PANIC_SILENT_REBOOT": false,
|
||||
"ESP_SYSTEM_RTC_FAST_MEM_AS_HEAP_DEPCHECK": true,
|
||||
"ESP_SYSTEM_SINGLE_CORE_MODE": true,
|
||||
"ESP_SYSTEM_USE_EH_FRAME": false,
|
||||
"ESP_SYSTEM_USE_FRAME_POINTER": false,
|
||||
"ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true,
|
||||
"ESP_TASK_WDT_EN": true,
|
||||
"ESP_TASK_WDT_INIT": true,
|
||||
"ESP_TASK_WDT_PANIC": false,
|
||||
"ESP_TASK_WDT_TIMEOUT_S": 5,
|
||||
"FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true,
|
||||
"FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false,
|
||||
"FREERTOS_CHECK_STACKOVERFLOW_CANARY": true,
|
||||
"FREERTOS_CHECK_STACKOVERFLOW_NONE": false,
|
||||
"FREERTOS_CHECK_STACKOVERFLOW_PTRVAL": false,
|
||||
"FREERTOS_CORETIMER_SYSTIMER_LVL1": true,
|
||||
"FREERTOS_CORETIMER_SYSTIMER_LVL3": false,
|
||||
"FREERTOS_DEBUG_OCDAWARE": true,
|
||||
"FREERTOS_ENABLE_BACKWARD_COMPATIBILITY": false,
|
||||
"FREERTOS_GENERATE_RUN_TIME_STATS": false,
|
||||
"FREERTOS_HZ": 100,
|
||||
"FREERTOS_IDLE_TASK_STACKSIZE": 1536,
|
||||
"FREERTOS_INTERRUPT_BACKTRACE": true,
|
||||
"FREERTOS_IN_IRAM": false,
|
||||
"FREERTOS_ISR_STACKSIZE": 1536,
|
||||
"FREERTOS_MAX_TASK_NAME_LEN": 16,
|
||||
"FREERTOS_NO_AFFINITY": 2147483647,
|
||||
"FREERTOS_NUMBER_OF_CORES": 1,
|
||||
"FREERTOS_OPTIMIZED_SCHEDULER": true,
|
||||
"FREERTOS_PORT": true,
|
||||
"FREERTOS_QUEUE_REGISTRY_SIZE": 0,
|
||||
"FREERTOS_SMP": false,
|
||||
"FREERTOS_SUPPORT_STATIC_ALLOCATION": true,
|
||||
"FREERTOS_SYSTICK_USES_SYSTIMER": true,
|
||||
"FREERTOS_TASK_FUNCTION_WRAPPER": true,
|
||||
"FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES": 1,
|
||||
"FREERTOS_TASK_PRE_DELETION_HOOK": false,
|
||||
"FREERTOS_THREAD_LOCAL_STORAGE_POINTERS": 1,
|
||||
"FREERTOS_TICK_SUPPORT_SYSTIMER": true,
|
||||
"FREERTOS_TIMER_QUEUE_LENGTH": 10,
|
||||
"FREERTOS_TIMER_SERVICE_TASK_CORE_AFFINITY": 2147483647,
|
||||
"FREERTOS_TIMER_SERVICE_TASK_NAME": "Tmr Svc",
|
||||
"FREERTOS_TIMER_TASK_AFFINITY_CPU0": false,
|
||||
"FREERTOS_TIMER_TASK_NO_AFFINITY": true,
|
||||
"FREERTOS_TIMER_TASK_PRIORITY": 1,
|
||||
"FREERTOS_TIMER_TASK_STACK_DEPTH": 2048,
|
||||
"FREERTOS_TLSP_DELETION_CALLBACKS": true,
|
||||
"FREERTOS_UNICORE": true,
|
||||
"FREERTOS_USE_APPLICATION_TASK_TAG": false,
|
||||
"FREERTOS_USE_IDLE_HOOK": false,
|
||||
"FREERTOS_USE_LIST_DATA_INTEGRITY_CHECK_BYTES": false,
|
||||
"FREERTOS_USE_TICK_HOOK": false,
|
||||
"FREERTOS_USE_TIMERS": true,
|
||||
"FREERTOS_USE_TRACE_FACILITY": false,
|
||||
"FREERTOS_WATCHPOINT_END_OF_STACK": false,
|
||||
"GDMA_CTRL_FUNC_IN_IRAM": true,
|
||||
"GDMA_ENABLE_DEBUG_LOG": false,
|
||||
"GDMA_ISR_HANDLER_IN_IRAM": true,
|
||||
"GDMA_OBJ_DRAM_SAFE": true,
|
||||
"HAL_ASSERTION_DISABLE": false,
|
||||
"HAL_ASSERTION_ENABLE": false,
|
||||
"HAL_ASSERTION_EQUALS_SYSTEM": true,
|
||||
"HAL_ASSERTION_SILENT": false,
|
||||
"HAL_DEFAULT_ASSERTION_LEVEL": 2,
|
||||
"HAL_GPIO_USE_ROM_IMPL": true,
|
||||
"IDF_CMAKE": true,
|
||||
"IDF_EXPERIMENTAL_FEATURES": false,
|
||||
"IDF_FIRMWARE_CHIP_ID": 5,
|
||||
"IDF_INIT_VERSION": "6.0.0",
|
||||
"IDF_TARGET": "esp32c3",
|
||||
"IDF_TARGET_ARCH": "riscv",
|
||||
"IDF_TARGET_ARCH_RISCV": true,
|
||||
"IDF_TARGET_ESP32C3": true,
|
||||
"IDF_TOOLCHAIN": "gcc",
|
||||
"IDF_TOOLCHAIN_GCC": true,
|
||||
"LIBC_ASSERT_BUFFER_SIZE": 200,
|
||||
"LIBC_LOCKS_PLACE_IN_IRAM": true,
|
||||
"LIBC_MISC_IN_IRAM": true,
|
||||
"LIBC_NEWLIB": true,
|
||||
"LIBC_NEWLIB_NANO_FORMAT": false,
|
||||
"LIBC_OPTIMIZED_MISALIGNED_ACCESS": true,
|
||||
"LIBC_TIME_SYSCALL_USE_HRT": false,
|
||||
"LIBC_TIME_SYSCALL_USE_NONE": false,
|
||||
"LIBC_TIME_SYSCALL_USE_RTC": false,
|
||||
"LIBC_TIME_SYSCALL_USE_RTC_HRT": true,
|
||||
"LOG_COLORS": false,
|
||||
"LOG_DEFAULT_LEVEL": 3,
|
||||
"LOG_DEFAULT_LEVEL_DEBUG": false,
|
||||
"LOG_DEFAULT_LEVEL_ERROR": false,
|
||||
"LOG_DEFAULT_LEVEL_INFO": true,
|
||||
"LOG_DEFAULT_LEVEL_NONE": false,
|
||||
"LOG_DEFAULT_LEVEL_VERBOSE": false,
|
||||
"LOG_DEFAULT_LEVEL_WARN": false,
|
||||
"LOG_DYNAMIC_LEVEL_CONTROL": true,
|
||||
"LOG_IN_IRAM": true,
|
||||
"LOG_MASTER_LEVEL": false,
|
||||
"LOG_MAXIMUM_EQUALS_DEFAULT": true,
|
||||
"LOG_MAXIMUM_LEVEL": 3,
|
||||
"LOG_MAXIMUM_LEVEL_DEBUG": false,
|
||||
"LOG_MAXIMUM_LEVEL_VERBOSE": false,
|
||||
"LOG_MODE_TEXT": true,
|
||||
"LOG_MODE_TEXT_EN": true,
|
||||
"LOG_TAG_LEVEL_CACHE_ARRAY": false,
|
||||
"LOG_TAG_LEVEL_CACHE_BINARY_MIN_HEAP": true,
|
||||
"LOG_TAG_LEVEL_IMPL_CACHE_AND_LINKED_LIST": true,
|
||||
"LOG_TAG_LEVEL_IMPL_CACHE_SIZE": 31,
|
||||
"LOG_TAG_LEVEL_IMPL_LINKED_LIST": false,
|
||||
"LOG_TAG_LEVEL_IMPL_NONE": false,
|
||||
"LOG_TIMESTAMP_SOURCE_RTOS": true,
|
||||
"LOG_TIMESTAMP_SOURCE_SYSTEM": false,
|
||||
"LOG_VERSION": 1,
|
||||
"LOG_VERSION_1": true,
|
||||
"LOG_VERSION_2": false,
|
||||
"MMU_PAGE_MODE": "64KB",
|
||||
"MMU_PAGE_SIZE": 65536,
|
||||
"MMU_PAGE_SIZE_64KB": true,
|
||||
"PARTITION_TABLE_CUSTOM": false,
|
||||
"PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv",
|
||||
"PARTITION_TABLE_FILENAME": "partitions_singleapp.csv",
|
||||
"PARTITION_TABLE_MD5": true,
|
||||
"PARTITION_TABLE_OFFSET": 32768,
|
||||
"PARTITION_TABLE_SINGLE_APP": true,
|
||||
"PARTITION_TABLE_SINGLE_APP_LARGE": false,
|
||||
"PARTITION_TABLE_TWO_OTA": false,
|
||||
"PARTITION_TABLE_TWO_OTA_LARGE": false,
|
||||
"RTC_CLK_CAL_CYCLES": 1024,
|
||||
"RTC_CLK_SRC_EXT_CRYS": false,
|
||||
"RTC_CLK_SRC_EXT_OSC": false,
|
||||
"RTC_CLK_SRC_INT_8MD256": false,
|
||||
"RTC_CLK_SRC_INT_RC": true,
|
||||
"SECURE_BOOT": false,
|
||||
"SECURE_BOOT_V2_PREFERRED": true,
|
||||
"SECURE_BOOT_V2_RSA_SUPPORTED": true,
|
||||
"SECURE_FLASH_ENC_ENABLED": false,
|
||||
"SECURE_ROM_DL_MODE_ENABLED": true,
|
||||
"SECURE_SIGNED_APPS_NO_SECURE_BOOT": false,
|
||||
"SOC_ADC_ARBITER_SUPPORTED": true,
|
||||
"SOC_ADC_ATTEN_NUM": 4,
|
||||
"SOC_ADC_CALIBRATION_V1_SUPPORTED": true,
|
||||
"SOC_ADC_DIGI_CONTROLLER_NUM": 1,
|
||||
"SOC_ADC_DIGI_DATA_BYTES_PER_CONV": 4,
|
||||
"SOC_ADC_DIGI_IIR_FILTER_NUM": 2,
|
||||
"SOC_ADC_DIGI_MAX_BITWIDTH": 12,
|
||||
"SOC_ADC_DIGI_MIN_BITWIDTH": 12,
|
||||
"SOC_ADC_DIGI_MONITOR_NUM": 2,
|
||||
"SOC_ADC_DIGI_RESULT_BYTES": 4,
|
||||
"SOC_ADC_DIG_CTRL_SUPPORTED": true,
|
||||
"SOC_ADC_DIG_IIR_FILTER_SUPPORTED": true,
|
||||
"SOC_ADC_DMA_SUPPORTED": true,
|
||||
"SOC_ADC_MAX_CHANNEL_NUM": 5,
|
||||
"SOC_ADC_MONITOR_SUPPORTED": true,
|
||||
"SOC_ADC_PATT_LEN_MAX": 8,
|
||||
"SOC_ADC_PERIPH_NUM": 2,
|
||||
"SOC_ADC_RTC_MAX_BITWIDTH": 12,
|
||||
"SOC_ADC_RTC_MIN_BITWIDTH": 12,
|
||||
"SOC_ADC_SAMPLE_FREQ_THRES_HIGH": 83333,
|
||||
"SOC_ADC_SAMPLE_FREQ_THRES_LOW": 611,
|
||||
"SOC_ADC_SELF_HW_CALI_SUPPORTED": true,
|
||||
"SOC_ADC_SHARED_POWER": true,
|
||||
"SOC_ADC_SUPPORTED": true,
|
||||
"SOC_AES_GDMA": true,
|
||||
"SOC_AES_SUPPORTED": true,
|
||||
"SOC_AES_SUPPORT_AES_128": true,
|
||||
"SOC_AES_SUPPORT_AES_256": true,
|
||||
"SOC_AES_SUPPORT_DMA": true,
|
||||
"SOC_AHB_GDMA_SUPPORTED": true,
|
||||
"SOC_AHB_GDMA_VERSION": 1,
|
||||
"SOC_APB_BACKUP_DMA": true,
|
||||
"SOC_ASSIST_DEBUG_SUPPORTED": true,
|
||||
"SOC_ASYNC_MEMCPY_SUPPORTED": true,
|
||||
"SOC_BLE_50_SUPPORTED": true,
|
||||
"SOC_BLE_DEVICE_PRIVACY_SUPPORTED": true,
|
||||
"SOC_BLE_MESH_SUPPORTED": true,
|
||||
"SOC_BLE_SUPPORTED": true,
|
||||
"SOC_BLUFI_SUPPORTED": true,
|
||||
"SOC_BOD_SUPPORTED": true,
|
||||
"SOC_BROWNOUT_RESET_SUPPORTED": true,
|
||||
"SOC_BT_SUPPORTED": true,
|
||||
"SOC_CACHE_FREEZE_SUPPORTED": true,
|
||||
"SOC_CACHE_MEMORY_IBANK_SIZE": 16384,
|
||||
"SOC_CLK_LP_FAST_SUPPORT_XTAL_D2": true,
|
||||
"SOC_CLK_RC_FAST_D256_SUPPORTED": true,
|
||||
"SOC_CLK_RC_FAST_SUPPORT_CALIBRATION": true,
|
||||
"SOC_CLK_TREE_SUPPORTED": true,
|
||||
"SOC_CLK_XTAL32K_SUPPORTED": true,
|
||||
"SOC_COEX_HW_PTI": true,
|
||||
"SOC_CPU_BREAKPOINTS_NUM": 8,
|
||||
"SOC_CPU_CORES_NUM": 1,
|
||||
"SOC_CPU_HAS_CSR_PC": true,
|
||||
"SOC_CPU_HAS_FLEXIBLE_INTC": true,
|
||||
"SOC_CPU_INTR_NUM": 32,
|
||||
"SOC_CPU_WATCHPOINTS_NUM": 8,
|
||||
"SOC_CPU_WATCHPOINT_MAX_REGION_SIZE": 2147483648,
|
||||
"SOC_DEDICATED_GPIO_SUPPORTED": true,
|
||||
"SOC_DEEP_SLEEP_SUPPORTED": true,
|
||||
"SOC_DIG_SIGN_SUPPORTED": true,
|
||||
"SOC_DS_KEY_CHECK_MAX_WAIT_US": 1100,
|
||||
"SOC_DS_KEY_PARAM_MD_IV_LENGTH": 16,
|
||||
"SOC_DS_SIGNATURE_MAX_BIT_LEN": 3072,
|
||||
"SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK": true,
|
||||
"SOC_EFUSE_DIS_DIRECT_BOOT": true,
|
||||
"SOC_EFUSE_DIS_DOWNLOAD_ICACHE": true,
|
||||
"SOC_EFUSE_DIS_ICACHE": true,
|
||||
"SOC_EFUSE_DIS_PAD_JTAG": true,
|
||||
"SOC_EFUSE_DIS_USB_JTAG": true,
|
||||
"SOC_EFUSE_HAS_EFUSE_RST_BUG": true,
|
||||
"SOC_EFUSE_KEY_PURPOSE_FIELD": true,
|
||||
"SOC_EFUSE_REVOKE_BOOT_KEY_DIGESTS": true,
|
||||
"SOC_EFUSE_SECURE_BOOT_KEY_DIGESTS": 3,
|
||||
"SOC_EFUSE_SOFT_DIS_JTAG": true,
|
||||
"SOC_EFUSE_SUPPORTED": true,
|
||||
"SOC_FLASH_ENCRYPTED_XTS_AES_BLOCK_MAX": 32,
|
||||
"SOC_FLASH_ENCRYPTION_XTS_AES": true,
|
||||
"SOC_FLASH_ENCRYPTION_XTS_AES_128": true,
|
||||
"SOC_FLASH_ENC_SUPPORTED": true,
|
||||
"SOC_GDMA_NUM_GROUPS_MAX": 1,
|
||||
"SOC_GDMA_PAIRS_PER_GROUP_MAX": 3,
|
||||
"SOC_GDMA_SUPPORTED": true,
|
||||
"SOC_GPIO_CLOCKOUT_BY_GPIO_MATRIX": true,
|
||||
"SOC_GPIO_CLOCKOUT_CHANNEL_NUM": 3,
|
||||
"SOC_GPIO_DEEP_SLEEP_WAKE_SUPPORTED_PIN_CNT": 6,
|
||||
"SOC_GPIO_DEEP_SLEEP_WAKE_VALID_GPIO_MASK": 0,
|
||||
"SOC_GPIO_FILTER_CLK_SUPPORT_APB": true,
|
||||
"SOC_GPIO_IN_RANGE_MAX": 21,
|
||||
"SOC_GPIO_OUT_RANGE_MAX": 21,
|
||||
"SOC_GPIO_PIN_COUNT": 22,
|
||||
"SOC_GPIO_PORT": 1,
|
||||
"SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP": true,
|
||||
"SOC_GPIO_SUPPORT_FORCE_HOLD": true,
|
||||
"SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP": true,
|
||||
"SOC_GPIO_SUPPORT_PIN_GLITCH_FILTER": true,
|
||||
"SOC_GPIO_VALID_DIGITAL_IO_PAD_MASK": 4194240,
|
||||
"SOC_GPSPI_SUPPORTED": true,
|
||||
"SOC_GPTIMER_SUPPORTED": true,
|
||||
"SOC_HMAC_SUPPORTED": true,
|
||||
"SOC_HP_I2C_NUM": 1,
|
||||
"SOC_I2C_CMD_REG_NUM": 8,
|
||||
"SOC_I2C_FIFO_LEN": 32,
|
||||
"SOC_I2C_NUM": 1,
|
||||
"SOC_I2C_SLAVE_CAN_GET_STRETCH_CAUSE": true,
|
||||
"SOC_I2C_SLAVE_SUPPORT_BROADCAST": true,
|
||||
"SOC_I2C_SLAVE_SUPPORT_I2CRAM_ACCESS": true,
|
||||
"SOC_I2C_SUPPORTED": true,
|
||||
"SOC_I2C_SUPPORT_10BIT_ADDR": true,
|
||||
"SOC_I2C_SUPPORT_HW_CLR_BUS": true,
|
||||
"SOC_I2C_SUPPORT_RTC": true,
|
||||
"SOC_I2C_SUPPORT_SLAVE": true,
|
||||
"SOC_I2C_SUPPORT_XTAL": true,
|
||||
"SOC_I2S_HW_VERSION_2": true,
|
||||
"SOC_I2S_NUM": 1,
|
||||
"SOC_I2S_PDM_MAX_RX_LINES": 1,
|
||||
"SOC_I2S_PDM_MAX_TX_LINES": 2,
|
||||
"SOC_I2S_SUPPORTED": true,
|
||||
"SOC_I2S_SUPPORTS_PCM": true,
|
||||
"SOC_I2S_SUPPORTS_PCM2PDM": true,
|
||||
"SOC_I2S_SUPPORTS_PDM": true,
|
||||
"SOC_I2S_SUPPORTS_PDM_RX": true,
|
||||
"SOC_I2S_SUPPORTS_PDM_TX": true,
|
||||
"SOC_I2S_SUPPORTS_PLL_F160M": true,
|
||||
"SOC_I2S_SUPPORTS_TDM": true,
|
||||
"SOC_I2S_SUPPORTS_XTAL": true,
|
||||
"SOC_LEDC_CHANNEL_NUM": 6,
|
||||
"SOC_LEDC_SUPPORTED": true,
|
||||
"SOC_LEDC_SUPPORT_APB_CLOCK": true,
|
||||
"SOC_LEDC_SUPPORT_FADE_STOP": true,
|
||||
"SOC_LEDC_SUPPORT_XTAL_CLOCK": true,
|
||||
"SOC_LEDC_TIMER_BIT_WIDTH": 14,
|
||||
"SOC_LEDC_TIMER_NUM": 4,
|
||||
"SOC_LIGHT_SLEEP_SUPPORTED": true,
|
||||
"SOC_LP_PERIPH_SHARE_INTERRUPT": true,
|
||||
"SOC_LP_TIMER_BIT_WIDTH_HI": 16,
|
||||
"SOC_LP_TIMER_BIT_WIDTH_LO": 32,
|
||||
"SOC_MAC_BB_PD_MEM_SIZE": 192,
|
||||
"SOC_MEMPROT_CPU_PREFETCH_PAD_SIZE": 16,
|
||||
"SOC_MEMPROT_MEM_ALIGN_SIZE": 512,
|
||||
"SOC_MEMPROT_SUPPORTED": true,
|
||||
"SOC_MEMSPI_IS_INDEPENDENT": true,
|
||||
"SOC_MEMSPI_SRC_FREQ_20M_SUPPORTED": true,
|
||||
"SOC_MEMSPI_SRC_FREQ_26M_SUPPORTED": true,
|
||||
"SOC_MEMSPI_SRC_FREQ_40M_SUPPORTED": true,
|
||||
"SOC_MEMSPI_SRC_FREQ_80M_SUPPORTED": true,
|
||||
"SOC_MMU_LINEAR_ADDRESS_REGION_NUM": 1,
|
||||
"SOC_MMU_PERIPH_NUM": 1,
|
||||
"SOC_MPI_MEM_BLOCKS_NUM": 4,
|
||||
"SOC_MPI_OPERATIONS_NUM": 3,
|
||||
"SOC_MPI_SUPPORTED": true,
|
||||
"SOC_MPU_MIN_REGION_SIZE": 536870912,
|
||||
"SOC_MPU_REGIONS_MAX_NUM": 8,
|
||||
"SOC_MWDT_SUPPORT_XTAL": true,
|
||||
"SOC_PHY_COMBO_MODULE": true,
|
||||
"SOC_PHY_DIG_REGS_MEM_SIZE": 21,
|
||||
"SOC_PHY_SUPPORTED": true,
|
||||
"SOC_PM_CPU_RETENTION_BY_RTCCNTL": true,
|
||||
"SOC_PM_MODEM_PD_BY_SW": true,
|
||||
"SOC_PM_MODEM_RETENTION_BY_BACKUPDMA": true,
|
||||
"SOC_PM_SUPPORTED": true,
|
||||
"SOC_PM_SUPPORT_BT_PD": true,
|
||||
"SOC_PM_SUPPORT_BT_WAKEUP": true,
|
||||
"SOC_PM_SUPPORT_CPU_PD": true,
|
||||
"SOC_PM_SUPPORT_MAC_BB_PD": true,
|
||||
"SOC_PM_SUPPORT_RC_FAST_PD": true,
|
||||
"SOC_PM_SUPPORT_VDDSDIO_PD": true,
|
||||
"SOC_PM_SUPPORT_WIFI_PD": true,
|
||||
"SOC_PM_SUPPORT_WIFI_WAKEUP": true,
|
||||
"SOC_RMT_CHANNELS_PER_GROUP": 4,
|
||||
"SOC_RMT_GROUPS": 1,
|
||||
"SOC_RMT_MEM_WORDS_PER_CHANNEL": 48,
|
||||
"SOC_RMT_RX_CANDIDATES_PER_GROUP": 2,
|
||||
"SOC_RMT_SUPPORTED": true,
|
||||
"SOC_RMT_SUPPORT_APB": true,
|
||||
"SOC_RMT_SUPPORT_ASYNC_STOP": true,
|
||||
"SOC_RMT_SUPPORT_RC_FAST": true,
|
||||
"SOC_RMT_SUPPORT_RX_DEMODULATION": true,
|
||||
"SOC_RMT_SUPPORT_RX_PINGPONG": true,
|
||||
"SOC_RMT_SUPPORT_TX_CARRIER_DATA_ONLY": true,
|
||||
"SOC_RMT_SUPPORT_TX_LOOP_COUNT": true,
|
||||
"SOC_RMT_SUPPORT_TX_SYNCHRO": true,
|
||||
"SOC_RMT_SUPPORT_XTAL": true,
|
||||
"SOC_RMT_TX_CANDIDATES_PER_GROUP": 2,
|
||||
"SOC_RNG_SUPPORTED": true,
|
||||
"SOC_RSA_MAX_BIT_LEN": 3072,
|
||||
"SOC_RTCIO_PIN_COUNT": 0,
|
||||
"SOC_RTC_CNTL_CPU_PD_DMA_BUS_WIDTH": 128,
|
||||
"SOC_RTC_CNTL_CPU_PD_REG_FILE_NUM": 108,
|
||||
"SOC_RTC_FAST_MEM_SUPPORTED": true,
|
||||
"SOC_RTC_MEM_SUPPORTED": true,
|
||||
"SOC_RTC_SLOW_CLK_SUPPORT_RC_FAST_D256": true,
|
||||
"SOC_SDM_SUPPORTED": true,
|
||||
"SOC_SECURE_BOOT_SUPPORTED": true,
|
||||
"SOC_SECURE_BOOT_V2_RSA": true,
|
||||
"SOC_SHARED_IDCACHE_SUPPORTED": true,
|
||||
"SOC_SHA_DMA_MAX_BUFFER_SIZE": 3968,
|
||||
"SOC_SHA_GDMA": true,
|
||||
"SOC_SHA_SUPPORTED": true,
|
||||
"SOC_SHA_SUPPORT_DMA": true,
|
||||
"SOC_SHA_SUPPORT_RESUME": true,
|
||||
"SOC_SHA_SUPPORT_SHA1": true,
|
||||
"SOC_SHA_SUPPORT_SHA224": true,
|
||||
"SOC_SHA_SUPPORT_SHA256": true,
|
||||
"SOC_SLEEP_SYSTIMER_STALL_WORKAROUND": true,
|
||||
"SOC_SLEEP_TGWDT_STOP_WORKAROUND": true,
|
||||
"SOC_SPI_FLASH_SUPPORTED": true,
|
||||
"SOC_SPI_MAXIMUM_BUFFER_SIZE": 64,
|
||||
"SOC_SPI_MAX_CS_NUM": 6,
|
||||
"SOC_SPI_MAX_PRE_DIVIDER": 16,
|
||||
"SOC_SPI_MEM_SUPPORT_AUTO_RESUME": true,
|
||||
"SOC_SPI_MEM_SUPPORT_AUTO_SUSPEND": true,
|
||||
"SOC_SPI_MEM_SUPPORT_AUTO_WAIT_IDLE": true,
|
||||
"SOC_SPI_MEM_SUPPORT_CHECK_SUS": true,
|
||||
"SOC_SPI_MEM_SUPPORT_CONFIG_GPIO_BY_EFUSE": true,
|
||||
"SOC_SPI_MEM_SUPPORT_IDLE_INTR": true,
|
||||
"SOC_SPI_MEM_SUPPORT_SW_SUSPEND": true,
|
||||
"SOC_SPI_MEM_SUPPORT_WRAP": true,
|
||||
"SOC_SPI_PERIPH_NUM": 2,
|
||||
"SOC_SPI_PERIPH_SUPPORT_CONTROL_DUMMY_OUT": true,
|
||||
"SOC_SPI_SCT_BUFFER_NUM_MAX": true,
|
||||
"SOC_SPI_SCT_CONF_BITLEN_MAX": 262138,
|
||||
"SOC_SPI_SCT_REG_NUM": 14,
|
||||
"SOC_SPI_SCT_SUPPORTED": true,
|
||||
"SOC_SPI_SLAVE_SUPPORT_SEG_TRANS": true,
|
||||
"SOC_SPI_SUPPORT_CD_SIG": true,
|
||||
"SOC_SPI_SUPPORT_CLK_APB": true,
|
||||
"SOC_SPI_SUPPORT_CLK_XTAL": true,
|
||||
"SOC_SPI_SUPPORT_CONTINUOUS_TRANS": true,
|
||||
"SOC_SPI_SUPPORT_DDRCLK": true,
|
||||
"SOC_SPI_SUPPORT_SLAVE_HD_VER2": true,
|
||||
"SOC_SUPPORTS_SECURE_DL_MODE": true,
|
||||
"SOC_SUPPORT_COEXISTENCE": true,
|
||||
"SOC_SUPPORT_SECURE_BOOT_REVOKE_KEY": true,
|
||||
"SOC_SYSTIMER_ALARM_MISS_COMPENSATE": true,
|
||||
"SOC_SYSTIMER_ALARM_NUM": 3,
|
||||
"SOC_SYSTIMER_BIT_WIDTH_HI": 20,
|
||||
"SOC_SYSTIMER_BIT_WIDTH_LO": 32,
|
||||
"SOC_SYSTIMER_COUNTER_NUM": 2,
|
||||
"SOC_SYSTIMER_FIXED_DIVIDER": true,
|
||||
"SOC_SYSTIMER_INT_LEVEL": true,
|
||||
"SOC_SYSTIMER_SUPPORTED": true,
|
||||
"SOC_TEMPERATURE_SENSOR_SUPPORT_FAST_RC": true,
|
||||
"SOC_TEMPERATURE_SENSOR_SUPPORT_XTAL": true,
|
||||
"SOC_TEMP_SENSOR_SUPPORTED": true,
|
||||
"SOC_TWAI_BRP_MAX": 16384,
|
||||
"SOC_TWAI_BRP_MIN": 2,
|
||||
"SOC_TWAI_CLK_SUPPORT_APB": true,
|
||||
"SOC_TWAI_CONTROLLER_NUM": 1,
|
||||
"SOC_TWAI_MASK_FILTER_NUM": 1,
|
||||
"SOC_TWAI_SUPPORTED": true,
|
||||
"SOC_TWAI_SUPPORTS_RX_STATUS": true,
|
||||
"SOC_UART_BITRATE_MAX": 5000000,
|
||||
"SOC_UART_FIFO_LEN": 128,
|
||||
"SOC_UART_HP_NUM": 2,
|
||||
"SOC_UART_NUM": 2,
|
||||
"SOC_UART_SUPPORTED": true,
|
||||
"SOC_UART_SUPPORT_APB_CLK": true,
|
||||
"SOC_UART_SUPPORT_FSM_TX_WAIT_SEND": true,
|
||||
"SOC_UART_SUPPORT_RTC_CLK": true,
|
||||
"SOC_UART_SUPPORT_WAKEUP_INT": true,
|
||||
"SOC_UART_SUPPORT_XTAL_CLK": true,
|
||||
"SOC_UART_WAKEUP_SUPPORT_ACTIVE_THRESH_MODE": true,
|
||||
"SOC_UHCI_NUM": 1,
|
||||
"SOC_UHCI_SUPPORTED": true,
|
||||
"SOC_USB_SERIAL_JTAG_SUPPORTED": true,
|
||||
"SOC_WDT_SUPPORTED": true,
|
||||
"SOC_WIFI_CSI_SUPPORT": true,
|
||||
"SOC_WIFI_FTM_SUPPORT": true,
|
||||
"SOC_WIFI_GCMP_SUPPORT": true,
|
||||
"SOC_WIFI_HW_TSF": true,
|
||||
"SOC_WIFI_LIGHT_SLEEP_CLK_WIDTH": 12,
|
||||
"SOC_WIFI_MESH_SUPPORT": true,
|
||||
"SOC_WIFI_PHY_NEEDS_USB_WORKAROUND": true,
|
||||
"SOC_WIFI_SUPPORTED": true,
|
||||
"SOC_WIFI_SUPPORT_VARIABLE_BEACON_WINDOW": true,
|
||||
"SOC_WIFI_WAPI_SUPPORT": true,
|
||||
"SOC_XTAL_SUPPORT_40M": true,
|
||||
"SOC_XT_WDT_SUPPORTED": true,
|
||||
"SPI_FLASH_AUTO_SUSPEND": false,
|
||||
"SPI_FLASH_BROWNOUT_RESET": true,
|
||||
"SPI_FLASH_BROWNOUT_RESET_XMC": true,
|
||||
"SPI_FLASH_BYPASS_BLOCK_ERASE": false,
|
||||
"SPI_FLASH_CHECK_ERASE_TIMEOUT_DISABLED": false,
|
||||
"SPI_FLASH_DANGEROUS_WRITE_ABORTS": true,
|
||||
"SPI_FLASH_DANGEROUS_WRITE_ALLOWED": false,
|
||||
"SPI_FLASH_DANGEROUS_WRITE_FAILS": false,
|
||||
"SPI_FLASH_ENABLE_COUNTERS": false,
|
||||
"SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE": true,
|
||||
"SPI_FLASH_ERASE_YIELD_DURATION_MS": 20,
|
||||
"SPI_FLASH_ERASE_YIELD_TICKS": 1,
|
||||
"SPI_FLASH_FORCE_ENABLE_C6_H2_SUSPEND": false,
|
||||
"SPI_FLASH_FORCE_ENABLE_XMC_C_SUSPEND": false,
|
||||
"SPI_FLASH_OVERRIDE_CHIP_DRIVER_LIST": false,
|
||||
"SPI_FLASH_PLACE_FUNCTIONS_IN_IRAM": true,
|
||||
"SPI_FLASH_ROM_DRIVER_PATCH": true,
|
||||
"SPI_FLASH_ROM_IMPL": false,
|
||||
"SPI_FLASH_SIZE_OVERRIDE": false,
|
||||
"SPI_FLASH_SUPPORT_BOYA_CHIP": true,
|
||||
"SPI_FLASH_SUPPORT_GD_CHIP": true,
|
||||
"SPI_FLASH_SUPPORT_ISSI_CHIP": true,
|
||||
"SPI_FLASH_SUPPORT_MXIC_CHIP": true,
|
||||
"SPI_FLASH_SUPPORT_TH_CHIP": true,
|
||||
"SPI_FLASH_SUPPORT_WINBOND_CHIP": true,
|
||||
"SPI_FLASH_SUSPEND_TSUS_VAL_US": 50,
|
||||
"SPI_FLASH_VENDOR_BOYA_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VENDOR_GD_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VENDOR_ISSI_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VENDOR_MXIC_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VENDOR_TH_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VENDOR_WINBOND_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VENDOR_XMC_SUPPORT_ENABLED": true,
|
||||
"SPI_FLASH_VERIFY_WRITE": false,
|
||||
"SPI_FLASH_WRITE_CHUNK_SIZE": 8192,
|
||||
"SPI_FLASH_YIELD_DURING_ERASE": true,
|
||||
"XTAL_FREQ": 40,
|
||||
"XTAL_FREQ_40": true
|
||||
}
|
@@ -0,0 +1,39 @@
|
||||
# Install script for directory: /home/pi/esp/esp-idf/components/bootloader
|
||||
|
||||
# Set the install prefix
|
||||
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
||||
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||
endif()
|
||||
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
||||
|
||||
# Set the install configuration name.
|
||||
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
||||
if(BUILD_TYPE)
|
||||
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
||||
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_CONFIG_NAME "")
|
||||
endif()
|
||||
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
||||
endif()
|
||||
|
||||
# Set the component getting installed.
|
||||
if(NOT CMAKE_INSTALL_COMPONENT)
|
||||
if(COMPONENT)
|
||||
message(STATUS "Install component: \"${COMPONENT}\"")
|
||||
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
||||
else()
|
||||
set(CMAKE_INSTALL_COMPONENT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Is this installation the result of a crosscompile?
|
||||
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
||||
set(CMAKE_CROSSCOMPILING "TRUE")
|
||||
endif()
|
||||
|
||||
# Set default install directory permissions.
|
||||
if(NOT DEFINED CMAKE_OBJDUMP)
|
||||
set(CMAKE_OBJDUMP "/home/pi/.espressif/tools/riscv32-esp-elf/esp-15.2.0_20250920/riscv32-esp-elf/bin/riscv32-esp-elf-objdump")
|
||||
endif()
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user