1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
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
..
arm7_common cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
atmega328p cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega1281 cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega2560 cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
atmega_common Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
cc26x0 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
cc430 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
cc2538 Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
cortexm_common core, cpu: rename thread_start_threading() -> cpu_switch_context_exit() 2017-11-16 14:40:16 +01:00
efm32_common cpu: efm32_common: add peripheral drivers 2017-11-13 20:27:16 +01:00
efr32mg1p cpu: efm32mg1p: add support for the efr32mg1p132f256gm32. 2017-11-20 17:38:05 +01:00
ezr32wg make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
kinetis make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
lm4f120 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
lpc1768 cpu/cortexm: Remove leftover _estack declarations 2017-11-10 15:38:14 +01:00
lpc2387 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
mips32r2_common Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
mips32r2_generic cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common. 2017-11-24 17:15:58 +01:00
mips_pic32_common Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
mips_pic32mx Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
mips_pic32mz Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
msp430_common cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
msp430fxyz Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
native cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
nrf5x_common Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
nrf51 Merge pull request #8018 from smlng/nrf51/fix_i2c 2017-11-16 13:24:31 +01:00
nrf52 cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
sam0_common Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
sam3 Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +01:00
sam_common cpu, sam3: adapt to sam_common 2017-10-09 12:06:35 +02:00
samd21 make: fix sign-compare errors 2017-11-28 11:55:48 +01:00
saml21 make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
stellaris_common cpu/stellaris: Rename Makefile -> Makefile.include 2017-04-04 19:57:12 +02:00
stm32_common make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
stm32f0 cpu/stm32f0: fix missing isr vectors 2017-11-13 12:35:15 +01:00
stm32f1 cpu/stm32: removed file guards from periph drivers 2017-11-09 16:27:24 +01:00
stm32f2 cpu/stm32f2: fixed cppcheck issue in i2c driver 2017-11-09 16:27:24 +01:00
stm32f3 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
stm32f4 make: fix various compile errors with Wextra 2017-11-28 18:31:43 +01:00
stm32f7 cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
stm32l0 build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
stm32l1 cpu/cortexm: Remove leftover _estack declarations 2017-11-10 15:38:14 +01:00
stm32l4 cpu/stm32l4: optmized isr vector definitions 2017-11-22 13:53:39 +01:00
doc.txt cpu: doc typos 2017-01-20 13:36:26 +01:00