espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
270 stars 164 forks source link

Long file paths prevents cloning all nested submodules (CA-316) #202

Open amoeder opened 1 year ago

amoeder commented 1 year ago

On my windows pc, I cannot recursively clone all nested submodules contained in this repo except from in the C: root.

Within the subfolders, there are a number of redundant and overly-descriptive directory names that could be shortened or eliminated.

There are also nested submodules that are duplicates of submodules that already exist higher up the tree (maybe different versions, though which is also confusing).

I realize that some of these issues stem from submodules themselves, but it seems like this ought to be reorganized and cleaned up.