1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 08:21:18 +01:00
Hauke Petersen b7f33bd84f drivers/bmx280: significant driver rework
bugs fixed:
- move global variables into device descriptor
- guard bus access (use acquire and release)

added functionality:
- enable SPI mode

structural improvements:
- reduce stack usage
- simplify the driver's structure
- centralize bus access code
- use assertions
- cleanup includes
- use shortcuts for bus access

style changes:
- fix line length
- cleanup and improve doxygen
- unify pointer notation (char *var over char* var)
- unify (error) return messages
- use `#ifdef MODULE_BME280` instead of `#if defined(BME..)`
- unify debug messages -> using `[bmx28] x: msg` scheme
2019-11-22 14:04:37 +01:00
..
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2019-03-14 14:32:28 +01:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2019-10-02 11:16:39 +02:00
2017-06-21 17:05:45 +02:00
2018-08-02 15:52:58 +02:00
2019-03-11 01:44:22 +01:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2019-09-10 13:26:05 +02:00
2017-08-30 09:06:03 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2019-10-02 10:06:28 +02:00
2019-09-12 19:11:52 +02:00
2017-09-01 15:12:20 +02:00
2017-09-01 15:12:20 +02:00
2019-11-05 12:37:41 +01:00
2017-09-01 15:12:20 +02:00
2018-06-27 08:58:00 +02:00
2019-06-05 21:24:38 +02:00
2018-07-25 12:01:38 +02:00
2018-07-25 12:01:40 +02:00
2019-07-04 14:23:48 +02:00
2018-06-11 19:10:40 +02:00
2019-11-08 22:17:44 +01:00