mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-23 11:43:24 +00:00
stm32-l451-miromico-sx1280: update readme
This commit is contained in:
parent
affe4dee35
commit
d42180bbda
@ -1,4 +1,9 @@
|
|||||||
# Experimental port for Semtech SX1280 2.4 GHz Multi Protocol Controller
|
# BTstack port with Cinnamon for Semtech SX1280 2.4 GHz Multi Protocol Controller
|
||||||
|
|
||||||
|
*Cinnamon* is BlueKitchen's minimal, yet robust Controller/Link Layer implementation for use with BTstack.
|
||||||
|
|
||||||
|
In contrast to common Link Layer implementations, our focus is on a robust and compact implementation for production use,
|
||||||
|
where code size matters (e.g. current code size about 8 kB).
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ void btstack_port(void){
|
|||||||
// lptim1_calibration();
|
// lptim1_calibration();
|
||||||
|
|
||||||
// Bring up BTstack
|
// Bring up BTstack
|
||||||
printf("BTstack Controller using Semtech SA1280\n");
|
printf("BlueKitchen Cinnamon Controller for Semtech SX1280\n");
|
||||||
|
|
||||||
btstack_memory_init();
|
btstack_memory_init();
|
||||||
btstack_run_loop_init(btstack_run_loop_embedded_get_instance());
|
btstack_run_loop_init(btstack_run_loop_embedded_get_instance());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user