Skip to content

Commit 44a57b0

Browse files
committed
Merge branch 'master' of [email protected]:btx000/Kenduino-core.git into Wire
2 parents 04786ca + d379e83 commit 44a57b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+988
-58433
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cores/arduino/kendryte-standalone-sdk"]
2+
path = cores/arduino/kendryte-standalone-sdk
3+
url = https://github.com/sipeed/kendryte-standalone-sdk
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
#ifndef __ARDUINO_SPI_HAL_H
3+
#define __ARDUINO_SPI_HAL_H
4+
5+
#define SPI_MUTEX_LOCK()
6+
#define SPI_MUTEX_UNLOCK()
7+
8+
9+
#endif //__ARDUINO_SPI_HAL_H
10+
11+
12+
Submodule kendryte-standalone-sdk added at 1743492

0 commit comments

Comments
 (0)