Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2025-12-21 10:12:50 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
dae9b1c024bcdd205cc154b644f09cf05bae7c5d
firmware/src/target_specific.h

10 lines
220 B
C
Raw Normal View History

begin splitting up source files, so we can have a tree of sources... unique to each architecture. For now, we have "esp32" and "bare" esp32 is the old esp stuff bare is an target suitable for emulation that doesn't require any particular hardware to run (no bluetooth, no i2c devices, no spi devices)
2020-04-10 12:15:00 -07:00
#pragma once
portduino now links!
2020-09-06 09:24:08 -07:00
#include <Arduino.h>
begin splitting up source files, so we can have a tree of sources... unique to each architecture. For now, we have "esp32" and "bare" esp32 is the old esp stuff bare is an target suitable for emulation that doesn't require any particular hardware to run (no bluetooth, no i2c devices, no spi devices)
2020-04-10 12:15:00 -07:00
// Functions that are unique to particular target types (esp32, bare, nrf52 etc...)
// Enable/disable bluetooth.
NRF52 bluetooth cleanup and fix (#3328) * NRF52 bluetooth cleanup. Fixes BLE not returning after serial PhoneAPI connection * Use new var name in esp32 arch
2024-03-03 13:56:55 -06:00
void setBluetoothEnable(bool enable);
portduino now links!
2020-09-06 09:24:08 -07:00
void getMacAddr(uint8_t *dmac);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 203ms Template: 0ms
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