Cradicle Explorer
MaixPy.git
Info
Issues
Patches
Wallets
Source
Source
.github
assets
components
boards
drivers
kendryte_sdk
include
libs
src
src2
bsp2.c
crt.S
heap_4.c
locks.c
.gitignore
CMakeLists.txt
Kconfig
kendryte-standalone-sdk
micropython
spiffs
utils
projects
tools
.gitignore
.gitmodules
.travis.yml
Kconfig
LICENSE.md
README.md
README_ZH.md
build.md
requirements.txt
/
components
/
kendryte_sdk
/
src2
/ bsp2.c
bsp2.c
1
2
3
int pthread_setcancelstate(int __state, int *__oldstate)
4
{
5
return 0;
6
}
7