From 617ddcc1032cfca8ea036f37bc832713ac44872d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Jun 2013 08:23:06 -0600 Subject: [PATCH] Add NRF24L01 terminal example. From Laurent Latil. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8dc73af5ee0..72096da5a6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4848,3 +4848,5 @@ Latil (2013-6-1). * drivers/wireless/cc1101: Move files in the cc1101 up one directory. From Laurent Latil (2013-6-1). + * configs/stm32_tiny: Fix nRF24L01+ driver integration for the STM32 + Tiny. From Laurent Latil (2013-6-01).