stm32-l451-miromico-sx1280: update readme

This commit is contained in:
Matthias Ringwald 2021-04-26 22:58:46 +02:00
parent affe4dee35
commit d42180bbda
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -99,7 +99,7 @@ void btstack_port(void){
// lptim1_calibration();
// Bring up BTstack
printf("BTstack Controller using Semtech SA1280\n");
printf("BlueKitchen Cinnamon Controller for Semtech SX1280\n");
btstack_memory_init();
btstack_run_loop_init(btstack_run_loop_embedded_get_instance());