Martine Lenders
|
39c122155c
|
Merge pull request #7995 from smlng/make/fix/unused_params
make: fix unused-params error
|
2017-11-28 14:46:23 +01:00 |
|
smlng
|
7309171303
|
build: fix unused parameter errors
cpu, sam0_common: fix unused parameter in periph/spi
cpu, kinetis_common: fix unused parameter in periph/spi
cpu, cc2538: fix unused param in periph/i2c
cpu, cc2538: fix unused param in periph/spi
cpu, sam3: fix unused param in periph/spi
cpu, stm32_common: fix unused param in periph/pm
cpu, stm32f3: fix unused params in periph/i2c
cpu, nrf5x_common: fix unused param in periph/gpio
cpu, nrf5x_common: fix unused param in periph/spi
cpu, lpc2387: fix unused params in periph/spi
cpu, cc2538: fix unused params in radio/netdev
cpu, cc2650: fix unused params in periph/uart
cpu, lm4f120: fix unused param in periph/spi
cpu, lm4f120: fix unused params in periph/timer
cpu, lm4f120: fix unused params in periph/uart
cpu, stm32_common: fix unused params in periph/dac
cpu, stm32l0: fix unused params in periph/i2c
cpu, msp430fxyz: fix unused params in periph/uart
cpu, mips: fix unused params
cpu, cc430: fix unused-params in periph/timer
cpu, msp430fxyz: fix unused params in periph/spi
drivers, cc2420: fix unused param
cpu, mips32r2_common: fix unused params in periph/timer
cpu, cc2538: fix unused-param in periph/i2c
cpu, mips32r2_common: fix unused-param in periph/timer
cpu, msp430fxyz: fix unused params in periph/timer
cpu, atmega_common: fix unused params in periph/spi
driver, nrfmin: fix unused params
cpu, cc2538_rf: fix unused params
driver, netdev_ieee802514: fix unused param
cpu, mip_pic32m: fix unused params
cpu, lpc2387: fix unused params in periph/pwm
tests/driver_sdcard_spi: fix unused params
cpu, sam3: fix unused param in periph/pwm
tests/driver_dynamixel: fix unused params, and style issues
cpu, cc430: fix unused param in periph/rtc
cpu, atmega_common: fix unused params in periph/i2c
|
2017-11-28 14:36:01 +01:00 |
|
neiljay
|
5ccfe68f1f
|
Merge pull request #8032 from cladmi/pr/cpu/mips_cleanup_modules
cpu/mips: make `mips32r2_common` only a common cpu and remove cpu/periph module duplicate names.
|
2017-11-28 13:34:30 +00:00 |
|
smlng
|
e381317fbf
|
make: fix sign-compare errors
cpu, nrf5x_common: fix sign-compare in periph/flashpage
drivers, periph_common: fix sign-compare in flashpage
cpu, sam0_common: fix sign-compare error in periph/gpio
cpu, cc2538: fix sign-compare in periph/timer
cpu, sam3: fix sign-compare in periph/gpio
cpu, stm32_common: fix sign-compare in periph/pwm
cpu, stm32_common: fix sign-compare in periph/timer
cpu, stm32_common: fix sign-compare in periph/flashpage
cpu, nrf5x_common: fix sign-compare in radio/nrfmin
cpu, samd21: fix sign-compare in periph/pwm
cpu, ezr32wg: fix sign-compare in periph/gpio
cpu, ezr32wg: fix sign-compare in periph/timer
drivers, ethos: fix sign-compare
sys, net: fix sign-compare
cpu, atmega_common: fix sign-compare error
cpu, msp430fxyz: fix sign-compare in periph/gpio
boards, msb-430-common: fix sign-compare in board_init
driver, cc2420: fix sign-compared
sys/net: fix sign-compare in gnrc_tftp
driver, pcd8544: fix sign-compare
driver, pn532: fix sign-compare
driver, sdcard_spi: fix sign-compare
tests: fix sign_compare
sys/net, lwmac: fix sign_compare
pkg, lwip: fix sign-compare
boards, waspmote: make CORECLOCK unsigned long to fix sign_compare error
tests, sock_ip: fix sign compare
tests, msg_avail: fix sign compare
tests, sock_udp: fix sign compare
boards: fix sign-compare for calliope and microbit matrix
|
2017-11-28 11:55:48 +01:00 |
|
|
8a6d04ce52
|
Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master
gnrc_netif2: gnrc_ipv6_nib: full integration into GNRC
|
2017-11-27 21:12:14 +01:00 |
|
Gaëtan Harter
|
2375fcd82e
|
cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common.
|
2017-11-24 17:15:58 +01:00 |
|
Gaëtan Harter
|
2d8c96820d
|
cpu/mips_pic32mx/mz: add missing mips32r2_common/Makefile.features
|
2017-11-24 16:47:36 +01:00 |
|
Gaëtan Harter
|
68945246ef
|
cpu/mips_pic32mx/mz: remove unneeded USEMODULE in Makefile
USEMODULE in Makefile is not used by the build system and so does nothing.
|
2017-11-24 16:44:46 +01:00 |
|
Gaëtan Harter
|
71b6fce711
|
cpu/mips_pic32_common: prefix modules with mips_pic32_common namespace
This prevents clash between modules names cpu and periph with main cpus.
Add dependency management in Makefile.include to keep things contained.
|
2017-11-24 16:44:46 +01:00 |
|
Gaëtan Harter
|
383a69dfd2
|
cpu/mips32r2_common: prefix modules with mips32r2_common namespace
This prevents clash between modules names cpu and periph with main cpus.
Add dependency management in Makefile.include to keep things contained.
|
2017-11-24 16:44:46 +01:00 |
|
Gaëtan Harter
|
c835ddf4e9
|
cpu/mips32r2_common: only build newlib_syscalls_mips_uhi when needed
|
2017-11-24 16:44:46 +01:00 |
|
Gaëtan Harter
|
1a8bb14acc
|
cpu/mips32r2_common: mips32r2_common/include INCLUDES path.
Add include path for 'eic_irq.h' file and fix c files relative include.
Also remove wrong include to it in 'mips_pic32_common'.
|
2017-11-24 16:44:46 +01:00 |
|
Gaëtan Harter
|
d864e79c4a
|
cpu/mips32r2_common: Use common 'Makefile.include' for cpus
Use mips32r2_common 'Makefile.include' to simplify depending cpus:
'mips_pic32mx', 'mips_pic32mz' and 'mips32r2_generic'.
|
2017-11-24 16:44:46 +01:00 |
|
Gaëtan Harter
|
062fbd85ce
|
cpu/mips32r2_generic: add new cpu that depends on mips32r2_common
Prepare to make `mips32r2_common` only a common cpu and not a standalone one.
|
2017-11-24 16:44:46 +01:00 |
|
Hauke Petersen
|
58567ae33f
|
cpu/stm32l4: optmized isr vector definitions
|
2017-11-22 13:53:39 +01:00 |
|
Hauke Petersen
|
e5083ab5b7
|
Merge pull request #8047 from basilfx/feature/ikea-tradfri
boards: ikea-tradfri: add support
|
2017-11-21 11:17:10 +01:00 |
|
|
15f10b088c
|
Merge pull request #8015 from haukepetersen/fix_stm32_isrvectors
cpu/stm32f0: fix missing isr vectors
|
2017-11-21 09:16:50 +01:00 |
|
Bas Stottelaar
|
db214508cb
|
cpu: efm32mg1p: add support for the efr32mg1p132f256gm32.
|
2017-11-20 17:38:05 +01:00 |
|
smlng
|
d03551756f
|
cpu, cc2538: adapt periph drivers to refined gpio handling
|
2017-11-17 20:06:41 +01:00 |
|
smlng
|
8fb71afa79
|
cpu, cc2538: refine gpio handling
- hide (more) internal functions
- optimize gpio_init_af
- remove obsolete code
|
2017-11-17 20:06:35 +01:00 |
|
Martine Lenders
|
31b1ceb440
|
gnrc_netif2: rename to gnrc_netif
|
2017-11-17 10:41:54 +01:00 |
|
|
32c10ae2c9
|
core, cpu: rename thread_start_threading() -> cpu_switch_context_exit()
|
2017-11-16 14:40:16 +01:00 |
|
|
86665b71bf
|
cpu: adapt to COREIF_NG removal
|
2017-11-16 14:40:16 +01:00 |
|
Peter Kietzmann
|
ea5d61f9dd
|
Merge pull request #8018 from smlng/nrf51/fix_i2c
nrf51: fix returns and error codes in periph/i2c
|
2017-11-16 13:24:31 +01:00 |
|
Peter Kietzmann
|
e60a7504f9
|
Merge pull request #8017 from smlng/atmega_common/fix_i2c
cpu, atmega_common: fix returns and error codes in periph/i2c
|
2017-11-16 13:03:19 +01:00 |
|
Hauke Petersen
|
fc45d7c5ac
|
cpu: remove support for x86
|
2017-11-16 10:35:16 +01:00 |
|
Hauke Petersen
|
b3654c2ead
|
cpu/nrf52: some optimizations for ADC driver
|
2017-11-15 11:16:05 +01:00 |
|
dnahm
|
6f9a5004c6
|
drivers: add adc driver for nrf52
|
2017-11-15 11:15:10 +01:00 |
|
Bas Stottelaar
|
102d85b2a1
|
cpu: efr32mg1p: add support
|
2017-11-13 20:27:16 +01:00 |
|
Bas Stottelaar
|
0537e50614
|
cpu: efm32_common: add peripheral drivers
|
2017-11-13 20:27:16 +01:00 |
|
Hauke Petersen
|
89db77710f
|
Merge pull request #7963 from dylad/opt_sam0_gpio
cpu/sam0: share GPIO configuration
|
2017-11-13 14:58:56 +01:00 |
|
smlng
|
1540ec0509
|
nrf51: fix returns and error codes in periph/i2c
|
2017-11-13 13:38:47 +01:00 |
|
smlng
|
27c2ee50f9
|
cpu, atmega_common: fix returns and error codes in periph/i2c
|
2017-11-13 13:23:06 +01:00 |
|
Hauke Petersen
|
ba6f2a4c4f
|
Merge pull request #8013 from smlng/cpu/sam3/fix_periph_dac
cpu, sam3: fix periph/dac poweron
|
2017-11-13 12:46:35 +01:00 |
|
Hauke Petersen
|
eabbad3a1a
|
cpu/stm32f0: fix missing isr vectors
|
2017-11-13 12:35:15 +01:00 |
|
smlng
|
eb8c55d7f7
|
cpu, sam3: fix periph/dac poweron
|
2017-11-13 12:03:05 +01:00 |
|
Peter Kietzmann
|
89994604af
|
Merge pull request #7954 from smlng/cpu/atmega/adc
cpu, atmega_common: add periph/adc
|
2017-11-13 11:44:56 +01:00 |
|
|
f6d7e54228
|
Merge pull request #7739 from kYc0o/factorise_sam0_ldscripts
ld: refactor sam0 ldscripts
|
2017-11-13 11:36:25 +01:00 |
|
Martine Lenders
|
00d5484fcd
|
Merge pull request #8001 from george-hopkins/stm32-timer-multiplier
cpu/stm32_common: consider timer multiplier for PWM
|
2017-11-13 09:34:08 +01:00 |
|
George Hopkins
|
ebd525306a
|
cpu/stm32_common: consider timer multiplier for PWM
|
2017-11-10 17:25:13 +01:00 |
|
Joakim Nohlgård
|
e3d5a70e0c
|
cpu/cortexm: Remove leftover _estack declarations
These are leftovers from before the Cortex-M common ISR vectors were
split into vectors_cortexm.c
|
2017-11-10 15:38:14 +01:00 |
|
Laurent Navet
|
9de00af063
|
cpu/atmega_common: add adc driver
|
2017-11-10 14:19:08 +01:00 |
|
dylad
|
2f4254b0df
|
cpu/sam0: ensure PD is selected
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2017-11-10 10:43:40 +01:00 |
|
dylad
|
a06ace7904
|
cpu/sam0: share GPIO configuration
Signed-off-by: dylad <dylan.laduranty@mesotic.com>
|
2017-11-10 10:43:08 +01:00 |
|
Joakim Nohlgård
|
33e751e8a8
|
kinetis: Remove periph driver xxx_NUMOF guards
|
2017-11-10 10:43:00 +01:00 |
|
Joakim Nohlgård
|
925a908d95
|
kinetis: Update RNGA driver configuration to automatically detect the module
|
2017-11-10 10:43:00 +01:00 |
|
Joakim Nohlgård
|
19d407a3e9
|
kinetis: Add script for generating vendor header include lines
|
2017-11-10 10:42:59 +01:00 |
|
Joakim Nohlgård
|
22c52bd3a8
|
kinetis: Unify all Kinetis CPUs in one directory
|
2017-11-10 10:42:59 +01:00 |
|
Joakim Nohlgård
|
cb8e3f19a2
|
kinetis: Use one ldscript for all CPUs
|
2017-11-10 10:42:54 +01:00 |
|
Joakim Nohlgård
|
0dabad20b4
|
kinetis: Extract detailed information from CPU_MODEL
|
2017-11-10 10:39:53 +01:00 |
|