1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/auto_init/saul
smlng b283b7784c make: fix various compile errors with Wextra
pkg, nordic_softdevice_ble: disable CFLAGS to omit compiler error
        sys, pm_layered: fix casting nonscalar to the same type
        cpu, stm32_common: fix type-limits, remove always true assert
        cpu, stm32f4: fix pointer arithmetic in periph/i2c
        drivers, at86rf2xx: fix type-limits where condition always true
        saul, gpio: fix if no gpio configured for saul
        cpu, saml21: add frequency check to periph/timer
        driver, cc110x: fix unused param and type-limts errors
        boards, wsn430-common: fix old-style-declaration
        make: fix old style definition
        drivers, sdcard_spi: fix old style typedef
        driver, at30tse: remove unnecessary check
        driver, nrf24: fix type-limit
        driver, pn532: change buffer from char to uint8_t
        tests/driver_sdcard: fix type limits
        boards, feather-m0: add missing field inits
        driver, tcs37727: fix type limits
        pkg, emb6: disable some compiler warnings
        tests/emb6: disable some compiler warings
        pkg, openthread: fix sign compare and unused params
        tests/trickle: fix struct init
        tests/pthread_cooperation: fix type limits
        board, mips-malta: remove feature periph_uart
        shell: fix var size for netif command
        gnrc, netif: fix sign-compare
        gnrc, nib: fix sign-compare
        shell: fix output in netif command
        posix: fix type-limits in pthread_cond
2017-11-28 18:31:43 +01:00
..
auto_init_adc.c saul: add missing headers in auto_init 2017-04-11 16:39:58 +02:00
auto_init_adcxx1c.c drivers/adcxx1c: add ADC081C/ADC101C/ADC121C i2c adc support 2017-06-26 09:46:03 +02:00
auto_init_adxl345.c drivers/adxl345: initial implementation + SAUL adaptation 2017-03-20 22:52:21 +01:00
auto_init_bmp180.c drivers: remove useless saul name suffix 2017-06-21 15:06:53 +02:00
auto_init_bmx280.c drivers: remove useless saul name suffix 2017-06-21 15:06:53 +02:00
auto_init_dht.c drivers/dht: some cleanup 2017-06-28 16:57:29 +02:00
auto_init_gpio.c make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
auto_init_grove_ledbar.c saul: add support for grove ledbar 2017-08-30 09:12:57 +02:00
auto_init_hdc1000.c saul: add missing headers in auto_init 2017-04-11 16:39:58 +02:00
auto_init_hts221.c driver, hts221: add SAUL adaption 2017-11-22 11:33:54 +01:00
auto_init_io1_xplained.c saul: add missing headers in auto_init 2017-04-11 16:39:58 +02:00
auto_init_isl29020.c sys/auto_init: fix return statement in some device auto init function 2017-03-28 21:03:20 +02:00
auto_init_jc42.c drivers, jc42: fix constness in jc42_init 2017-06-26 16:22:34 +02:00
auto_init_l3g4200d.c sys/auto_init: fix return statement in some device auto init function 2017-03-28 21:03:20 +02:00
auto_init_lis3dh.c drivers/lis3dh: fixed bug and simplified init() 2017-01-26 10:12:44 +01:00
auto_init_lps331ap.c drivers/lps331ap: add saul support for temperature sensor 2017-08-25 10:19:18 +02:00
auto_init_lsm6dsl.c drivers, lsm6dsl: add SAUL for temperature 2017-07-03 16:00:32 +02:00
auto_init_lsm303dlhc.c sys/auto_init: fix return statement in some device auto init function 2017-03-28 21:03:20 +02:00
auto_init_mag3110.c driver, mag3110: add saul auto init 2017-04-13 21:14:44 +02:00
auto_init_mma8x5x.c saul: add missing headers in auto_init 2017-04-11 16:39:58 +02:00
auto_init_mpl3115a2.c saul: add mpl3115a2 2017-06-29 09:57:17 +02:00
auto_init_mpu9150.c sys/auto_init/saul: provide saul adaption to mpu9150 2017-11-08 09:09:21 +01:00
auto_init_si70xx.c drivers/si70xx: cleanup and use pseudomodules 2017-11-05 18:13:19 +01:00
auto_init_tcs37727.c sys/auto_init: fix return statement in some device auto init function 2017-03-28 21:03:20 +02:00
auto_init_tmp006.c tmp006: optional raw values, low power mode, SAUL type 2017-11-06 00:04:50 -08:00
auto_init_tsl2561.c saul: add missing headers in auto_init 2017-04-11 16:39:58 +02:00
auto_init_veml6070.c saul: add missing headers in auto_init 2017-04-11 16:39:58 +02:00
Makefile sys/auto_init: added auto init for SAUL devices 2015-11-30 20:33:54 +01:00