Logo
Explore Help
Sign In
espressif/arduino-esp32
1
0
Fork 1
You've already forked arduino-esp32
mirror of https://github.com/0xFEEDC0DE64/arduino-esp32.git synced 2025-07-02 21:41:01 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
146b2f6a23482eade5e9e4fd94230347b8ab8b25
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_*/
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 24ms 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