From edbc01eea520cc3ea1b82119e7bdda6b1208fd23 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 23 Feb 2017 16:52:42 +0100 Subject: [PATCH] esp32: added README.md --- port/esp32/README.md | 26 ++++++++++++++++++++++++++ port/esp32/main/main.c | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 port/esp32/README.md diff --git a/port/esp32/README.md b/port/esp32/README.md new file mode 100644 index 000000000..90fb8240b --- /dev/null +++ b/port/esp32/README.md @@ -0,0 +1,26 @@ +# BTstack Port for the Espressif ESP32 Platform + +Status: Experimental/initial port. Only LE Counter example provided. Timers are not supported. + +## Setup + +- Follow [Espressif IoT Development Framework (IDF) setup](https://github.com/espressif/esp-idf) to install xtensa toolchain and esp-idf. +- In port/esp32, configure serial port for firmware upload as described before + +## Usage + +In port/esp32, run + + make + +to compile the LE Counter example + +Run + + make flash + +to upload it to your device. + +# Acknowledgments + +First HCI Reset was sent to Bluetooth chipset [Matt Kelly](https://github.com/mattkelly) diff --git a/port/esp32/main/main.c b/port/esp32/main/main.c index d7f7be95b..eb8369571 100644 --- a/port/esp32/main/main.c +++ b/port/esp32/main/main.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 BlueKitchen GmbH + * Copyright (C) 2016 BlueKitchen GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions