Gregory Nutt
92b925ba02
arch/Kconfig: Bring-up features should also depend on CONFIG_DEBUG_FEATURES. I missed a bring-up feature that is specific to the ESP32. I hope that the ESP32 ports still work as intended! It depended on some of these bring-up settings in the header file. I moved the definitions to the ESP32 defconfig files.
2018-08-19 15:38:06 -06:00
Gregory Nutt
d52c63f632
Change all references from OSX to macOS
2018-06-01 13:25:50 -06:00
Gregory Nutt
e4922ed9f0
Remove instructures to CD to tools/ before running ./configure.sh
...
Squashed commit of the following:
configs/*/README.txt: Replace each occurrence of './configure.sh' with 'tools/configure.sh'
configs/*/README.txt: Remove 'cd ..' after each './configure.sh'
configs/*/README.txt: Remove 'cd -' after each './configure.sh'
configs/*/README.txt: Remove 'cd tools' before each './configure.sh'
configs/README.txt: Remove instruction to CD tools/ before running configure.sh.
2018-05-09 11:41:46 -06:00
Gregory Nutt
a45f76db2a
Update ESP32 Core README.txt.
2017-08-13 08:16:03 -06:00
Gregory Nutt
44545781e5
configs/: Remove dangline space at the end of lines in .txt files.
2017-06-28 13:18:41 -06:00
Gregory Nutt
0de294a586
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
Gregory Nutt
9aac1dd44d
configs: Remove all setenv.bat files. Remove all references to setenv.sh and setenv.bat from all config README files.
2017-04-26 10:12:13 -06:00
Gregory Nutt
c5bb717976
Update README
2016-12-24 10:25:54 -06:00
Gregory Nutt
4f4242ef27
Xtensa ESP32: Update some stack sizes
2016-12-24 08:55:24 -06:00
Gregory Nutt
714e6f80ca
Xtensa ESP32: Corrects a problem with dispatching to signal handlers: Cannot vector directly to the signal handling function as in other ABIs under the Xtensa Window ABI. In that case, we need to go through a tiny hook when performs the correct window call (call4) otherwise registers will be scrambled in the signal handler
2016-12-22 11:19:38 -06:00
Gregory Nutt
d9a64b9ca9
Xtensa ESP32: Some fixes from integration of ostest configuration. Almost works: There are some assertions in xtensa_sigdeliver()
2016-12-22 09:34:39 -06:00
Gregory Nutt
2b5235e937
Xtensa ESP32: Add an OS test to verify the port.
2016-12-22 08:20:05 -06:00
Gregory Nutt
404925d93e
Update README
2016-12-20 10:03:48 -06:00
Gregory Nutt
4e9a0ffea5
Xtensa ESP32: Update APP CPU startup logic to match current Expressif example code.
2016-12-20 09:00:04 -06:00
Gregory Nutt
b47255a6de
Update README.
2016-12-18 17:30:30 -06:00
Gregory Nutt
5755f2348c
Fix some crap left in README from copy and paste.
2016-12-14 14:57:43 -06:00
Gregory Nutt
b504b8daff
Update README
2016-12-14 12:34:25 -06:00
Gregory Nutt
23d2915179
Update README
2016-11-15 13:25:30 -06:00
Gregory Nutt
a2531cea0c
ESP32: Refresh configurations, update README
2016-11-15 07:28:37 -06:00
Gregory Nutt
5dfc5f1da5
ESP32 Core v2: Add configuration to supporting linking NuttX for execution out of IRAM.
2016-11-14 17:51:50 -06:00
Gregory Nutt
0ed0217be2
ESP32: Trivial typo prevent good link
2016-11-14 13:41:30 -06:00
Gregory Nutt
c84db68103
Xtensa ESP32: Fix some compilation errors that snuck with some of the last changes
2016-11-14 13:29:08 -06:00
Gregory Nutt
3b6c4b37b0
Update README
2016-11-14 12:54:29 -06:00
Gregory Nutt
c7dad4ffe0
Update README
2016-11-14 11:52:33 -06:00
Gregory Nutt
74089c5198
ESP32 Core v2: Include a copy of the OpenOCD config file.
2016-11-14 11:30:40 -06:00
Gregory Nutt
efbb622ab8
Update README
2016-11-14 10:30:10 -06:00
Gregory Nutt
c7b5f20b5d
Update README
2016-11-13 09:30:45 -06:00
Gregory Nutt
102abb380d
Update README
2016-11-13 07:55:34 -06:00
Gregory Nutt
e87f1360c6
Update README
2016-11-12 15:51:14 -06:00
Gregory Nutt
f22c41c7cd
Updae README
2016-11-12 15:10:23 -06:00
Gregory Nutt
9045959aa6
Update TODO and README
2016-11-08 07:45:21 -06:00
Gregory Nutt
d675901913
ESP32: Update README.
2016-11-07 11:03:01 -06:00
Gregory Nutt
abf5b011b5
Update README files
2016-11-01 15:12:30 -06:00
Gregory Nutt
a787a99071
ESP32: Add inter-cpu interrupts
2016-10-31 08:29:28 -06:00
Gregory Nutt
4997ec7a1e
ESP32 Core V2: Add an SMP configuration to support development (not yet usable).
2016-10-29 14:56:07 -06:00
Gregory Nutt
7b7e352d6e
ESP32: Add some peripheral configuration
2016-10-24 14:09:47 -06:00
Gregory Nutt
7a007a1e8e
ESP32: The ESP32 Core V2 board does not have any user controllable LEDs.
2016-10-21 07:35:56 -06:00
Gregory Nutt
275120a6d1
XTENSA: Add some context switching definitions (incomplete); ESP32: Add some dummy LED definitions
2016-10-15 14:57:06 -06:00
Gregory Nutt
b669d78f8c
Trivial changes to README.txt
2016-10-14 11:01:28 -06:00
Gregory Nutt
1c383b6651
Update README
2016-10-13 16:29:54 -06:00
Gregory Nutt
52b1ca8747
configs/esp32-core: Add basic directory to support the ESP32 Core board V2
2016-10-12 15:27:34 -06:00