Sara Souza
|
59313c86d1
|
xtensa/esp32: Adds oneshot timer driver.
|
2021-03-24 16:01:26 -03:00 |
|
chenwen
|
f54aef9977
|
xtensa/esp32: Support esp32 wireless ioctl cmd
|
2021-03-23 16:29:52 -03:00 |
|
Gustavo Henrique Nihei
|
ca05ff5ffb
|
boards/esp32-ethernet-kit: Add configuration for testing Button device
|
2021-03-23 16:29:15 -03:00 |
|
Gustavo Henrique Nihei
|
72d98e645a
|
boards/esp32-ethernet-kit: Add Button support via the BOOT button
|
2021-03-23 16:29:15 -03:00 |
|
Abdelatif Guettouche
|
cc23bdeca4
|
boards/xtensa/esp32: Add a section in external memory to hold some BSS
data.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-03-23 16:39:01 +09:00 |
|
Abdelatif Guettouche
|
04dffb551d
|
boards/xtensa/esp32: Delete the QEMU generated image on distclean.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-03-22 09:51:49 +09:00 |
|
Alin Jerpelea
|
6f14299dd0
|
boards: nxstyle fixes
nxstyle fixes to pass the CI check
Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
|
2021-03-18 22:58:27 -07:00 |
|
Jiuzhu Dong
|
59eb4fa8d6
|
fs: delete NFILE_DESCRIPTORS for allocating dynamically
Change-Id: Id06d215063796d222b9792d25ab2d6742167729f
Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
|
2021-03-17 06:46:42 -07:00 |
|
Dong Heng
|
b2f5031e96
|
xtensa/esp32: Refactor ESP32 WiFi driver to support station and softAP coexistence
|
2021-03-16 10:20:59 -03:00 |
|
Abdelatif Guettouche
|
28160823b6
|
arch/xtensa/esp32: ~6KB of memory at address 0x3ffae6f0 is not used by
the ROM bootloader, add that to the heap as well.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-03-16 16:22:08 +09:00 |
|
Abdelatif Guettouche
|
cba44928d2
|
arch/xtensa/esp32: Part of the ROM regions in middle of DRAM are not
used, retrieve them as heap.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-03-16 16:22:08 +09:00 |
|
Gustavo Henrique Nihei
|
31816d2726
|
boards/esp32-ethernet-kit: Mount tmpfs on bring up
|
2021-03-15 19:59:49 -07:00 |
|
Xiang Xiao
|
9473434587
|
Ensure the kernel component don't call userspace API
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2021-03-01 09:23:09 +09:00 |
|
Gustavo Henrique Nihei
|
ed0a1b724b
|
xtensa/esp32: Fix typos reported by codespell
|
2021-02-25 15:02:15 +00:00 |
|
Abdelatif Guettouche
|
10fca18b55
|
boards/*/esp32: Add instructions on how to use the configs with QEMU.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2021-02-21 09:57:01 -08:00 |
|
YAMAMOTO Takashi
|
aed24f1255
|
esp32: Retire XTENSA_IMEM_PROCFS
Now /proc/meminfo has the equivalent.
|
2021-02-12 03:16:03 -08:00 |
|
Gustavo Henrique Nihei
|
ccc75a09e9
|
boards/esp32: Add module config to ESP32 boards defconfig
|
2021-02-08 21:17:22 +00:00 |
|
Alan C. Assis
|
c4f87977dc
|
xtensa/esp32: Fix cache issue detected by DEBUG_ASSERTION
|
2021-02-04 21:22:01 +00:00 |
|
Gustavo Henrique Nihei
|
053a560aa1
|
esp32: Make esp32 boards share a common Config.mk with POSTBUILD command
|
2021-02-03 18:15:56 -03:00 |
|
Gustavo Henrique Nihei
|
afad13dfaa
|
esp32: Refactor QEMU image generation on POSTBUILD
|
2021-02-03 18:15:56 -03:00 |
|
YAMAMOTO Takashi
|
99a9e2bf3d
|
esp32: Enable renew for "wapi" configs
It's handy to have it when testing wifi stuff.
|
2021-01-27 00:21:33 -08:00 |
|
YAMAMOTO Takashi
|
7a9f180faf
|
esp32: Bump NAME_MAX where CONFIG_ESP32_WIFI_SAVE_PARAM=y
CONFIG_ESP32_WIFI_SAVE_PARAM seems to use a bit long names
on the filesystem.
eg. "wifi.nvs.net80211.sta.scan_method", which is 33 characters long.
|
2020-12-21 09:58:22 +01:00 |
|
Abdelatif Guettouche
|
2a9329615a
|
boards/xtensa/esp32: Normalize all the configs.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-12-10 12:31:17 -06:00 |
|
Abdelatif Guettouche
|
cda3dd6816
|
baords/xtensa/esp32: Add WAPI and LEDs configs.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-12-10 12:31:17 -06:00 |
|
Abdelatif Guettouche
|
c95aba84f1
|
boards/xtensa/esp32: Move the LED definition to the private header and
remove userleds for boards that don't have that.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-12-10 12:31:17 -06:00 |
|
Abdelatif Guettouche
|
9d74362d75
|
boards: Add the new boards to the boards's Kconfig.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-12-10 12:31:17 -06:00 |
|
Abdelatif Guettouche
|
cea53ed2ff
|
boards/xtensa/esp32: Rename the common files as esp32_board_* to avoid
any naming collisions.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-12-10 12:31:17 -06:00 |
|
Abdelatif Guettouche
|
e097890f22
|
boards/xtensa/esp32: Initial support for the ESP32 Ethernet Kit.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
|
2020-12-10 12:31:17 -06:00 |
|