Update README and C comments.
This commit is contained in:
parent
5fe6981c9a
commit
d851ba56e1
@ -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
|
||||
==============
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user