George Hopkins
|
e3d42681b7
|
cpu/stm32f1: add support for STM32F103ZE
|
2017-12-01 21:20:56 +01:00 |
|
Francisco Acosta
|
38880acad8
|
Merge pull request #7799 from kYc0o/factorise_stm32_ld
ld: refactor stm32 linker scripts
|
2017-11-30 14:28:51 +01:00 |
|
kYc0o
|
d6751dde22
|
cpu/stm32_common/Makefile.include: add ccm linker var
|
2017-11-30 14:11:08 +01:00 |
|
kYc0o
|
ab60f9dc47
|
cpu/stm32*/ldscripts: remove all stm32 family linker scripts
|
2017-11-30 14:11:07 +01:00 |
|
kYc0o
|
945d7f6887
|
cpu/stm32_common: add stm32_mem_lengths.mk to calculate ROM and RAM lengths
|
2017-11-30 14:11:07 +01:00 |
|
Martine Lenders
|
071d9c2d7f
|
Merge pull request #8176 from PeterKietzmann/pr_msp430_check_tim_chan
cpu/xxx430: correct channel check in periph timer driver
|
2017-11-29 17:09:21 +01:00 |
|
PeterKietzmann
|
b6b6fd2626
|
cpu/xxx430: correct channel check in periph timer driver
|
2017-11-29 16:47:09 +01:00 |
|
Bas Stottelaar
|
be24c66592
|
cpu: efm32_common: override CMU/EMU parameters in board.h.
|
2017-11-29 16:15:28 +01:00 |
|
Sebastian Meiling
|
a6c2558802
|
Merge pull request #8175 from smlng/cpu/efm32/fix_sign_compare
cpu, efm32_common: fix sign-compare error in flashpage
|
2017-11-29 16:14:10 +01:00 |
|
smlng
|
2be6cf0938
|
cpu, efm32_common: fix sign-compare error in flashpage
|
2017-11-29 15:20:37 +01:00 |
|
Bas Stottelaar
|
156240c3b6
|
Merge pull request #8166 from basilfx/feature/efm32_periph_improvements
cpu: efm32_common: add support for GPIO ports A-K and I2C2.
|
2017-11-29 10:46:04 +01:00 |
|
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 |
|
Bas Stottelaar
|
8660a1ba9e
|
cpu: efm32_common: add support for GPIO ports A-K and I2C2.
|
2017-11-28 15:30:23 +01:00 |
|
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 |
|
kYc0o
|
d0067b451f
|
cpu/stm32_common/ldscripts: add stm32_common.ld to manage specific ST ccmram
|
2017-11-17 00:29:06 +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 |
|