Update README and C comments.

This commit is contained in:
Gregory Nutt 2019-03-05 06:33:42 -06:00
parent 5fe6981c9a
commit d851ba56e1
2 changed files with 8 additions and 4 deletions

View File

@ -44,9 +44,12 @@ STATUS
CONFIG_SUPPRESS_UART_CONFIG=y
The NuttX fork, TizenRT, has taken the NuttX ESP32 code and taken it futher.
Refer to https://github.com/Samsung/TizenRT/tree/master/os/arch/xtensa for
the current status.
The NuttX fork, TizenRT, has taken the NuttX ESP32 code and developed it
further. Refer to:
https://github.com/Samsung/TizenRT/tree/master/os/arch/xtensai
for the current status.
ESP32 Features
==============

View File

@ -197,7 +197,8 @@ int pthread_spin_lock(pthread_spinlock_t *lock)
/* Loop until we successfully take the spinlock (i.e., until the previous
* state of the spinlock was SP_UNLOCKED). NOTE that the test/set operaion
* is performed via boardctl() to avoid a variety of issues.
* is performed via boardctl() to avoid a variety of issues. An option
* might be to move the implementation of up_testset() to libs/libc/machine.
*/
do