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
..
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-11-22 14:04:37 +01:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-11-05 12:37:41 +01:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-10-17 12:52:18 +02:00
2019-03-08 21:14:22 +01:00
2019-10-02 10:06:28 +02:00
2019-09-12 19:13:20 +02:00
2019-09-05 12:47:10 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-11-13 12:56:26 +01:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-02-05 22:17:30 +01:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-23 12:11:16 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2019-08-06 19:43:54 +02:00
2018-08-02 15:52:58 +02:00
2015-11-30 20:33:54 +01:00