Logo
Explore Help
Sign In
feedc0de/arduino-esp32
1
0
Fork 0
You've already forked arduino-esp32
forked from espressif/arduino-esp32
Code Pull Requests Activity
Files
aa83fca438a42d4cb80bf2a563909ae2c1f8a96d
arduino-esp32/tools/sdk/include/bluedroid/osi.h

17 lines
237 B
C
Raw Normal View History

Update IDF, fix SS definition, add custom partitions and debug level selection (#174) * Add build time partitions compilation * Fix wrong definition of SS pin * Add support for core debug level selection * update idf libs
2017-02-06 15:17:11 +02:00
#ifndef _OSI_H_
#define _OSI_H_
#include <stdbool.h>
#include <stdint.h>
#define UNUSED_ATTR __attribute__((unused))
#define CONCAT(a, b) a##b
Update IDF to 9a26296
2017-09-12 09:40:52 +03:00
#define COMPILE_ASSERT(x)
Update IDF, fix SS definition, add custom partitions and debug level selection (#174) * Add build time partitions compilation * Fix wrong definition of SS pin * Add support for core debug level selection * update idf libs
2017-02-06 15:17:11 +02:00
Update IDF to 9a26296
2017-09-12 09:40:52 +03:00
int osi_init(void);
void osi_deinit(void);
Update IDF, fix SS definition, add custom partitions and debug level selection (#174) * Add build time partitions compilation * Fix wrong definition of SS pin * Add support for core debug level selection * update idf libs
2017-02-06 15:17:11 +02:00
#endif /*_OSI_H_*/
Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 20ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API