diff --git a/ChangeLog b/ChangeLog index 76c78a5991..61602bcd45 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10740,3 +10740,7 @@ * STM32 F7 Discovery: Basic NSH configuration is functional with a serial console. I-/D-Caches and DTCM have been enabled. The delay loop has been calibrated -- very fast (2015-07-19). + * drivers/sensor and include/nuttx/sensors: Add support to Bosch BMP180 + barometer. From Alan Carvalho de Assis. + * configs/stm32f4discovery/: Add support to BMP180 driver on the + STM32F4Discovery. From Alan Carvalho de Assis. diff --git a/configs b/configs index 78716e8dba..789d480436 160000 --- a/configs +++ b/configs @@ -1 +1 @@ -Subproject commit 78716e8dbacee7ffe65016ab5511c248835341c8 +Subproject commit 789d48043629e77cc10b0531db7c8dbb9d069317