commit | 59d07b02473908c34c105c1c05eab5b76c732edb | [log] [tgz] |
---|---|---|
author | Sylvio Alves <sylvio.alves@espressif.com> | Tue Jun 01 12:13:34 2021 -0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 07 12:37:39 2021 -0400 |
tree | 0af8de3782ad333f3ac1ed23267f9af0f5d2c102 | |
parent | 98108d9d71e8cf4e6472aaa28a93fcbb2ccf80e1 [diff] |
linker: esp32: Add missing iterable sections This fixes missing PPP iterable and adds all common-rom.ld iterables. ESP32 and esptool does not support more then 16 segments, which blocks including common iterables section as is. This partially reverts commit ad0bf94f772d28d12986bd17552575442147f9f7 Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>