Hauke Petersen
6e6a14f449
drivers: remove outdated ltc4150 driver
2017-02-13 14:08:34 +01:00
Vincent Dupont
881ef849ac
Merge pull request #6574 from haukepetersen/opt_stm32_flashpage
...
cpu/stm32: moved flashpage driver to common code
2017-02-13 12:09:22 +01:00
Hauke Petersen
d84982428b
cpu/stm32: added compile guards to flashpage.c
2017-02-13 09:45:37 +01:00
Hauke Petersen
ad8f390cc1
boards: enabled flashpage feature for selected ones
2017-02-13 09:45:37 +01:00
Hauke Petersen
3bd8c32554
cpu/stm32: moved flashpage driver to common code
2017-02-13 09:45:37 +01:00
Hauke Petersen
2bb3425d4b
s pwm.h: fixed doc
2017-02-13 09:37:31 +01:00
Hauke Petersen
8064bd9fa9
periph/pwm: remove pwm_(start|stop) + doc
...
- joined start/stop and poweron/poweroff
- added general documentation
2017-02-13 09:37:31 +01:00
Francisco Acosta
e38329ed83
Merge pull request #6590 from aabadie/fix_header_guards
...
Fix header guards trailing underscores
2017-02-12 14:35:07 +01:00
c436241792
boards/nucleo32-f303: fix header guards
2017-02-12 11:25:17 +01:00
d4285d42f8
boards/maple-mini: fix header guards
2017-02-12 11:24:57 +01:00
bebc5c4d57
Merge pull request #6586 from kaspar030/remove_murdock_debug_check
...
CI: murdock2: remove obsolete workdir check
2017-02-10 21:35:01 +01:00
b6ea92d047
Merge pull request #6585 from neiljay/pr/update_toolchain_info_script_for_mips_v2
...
dist: update toolchain info script for mips
2017-02-10 09:50:38 +01:00
6d6deabccc
CI: murdock2: remove obsolete workdir check
2017-02-09 18:03:19 +01:00
ef958cc0e6
Merge pull request #6060 from neiljay/pr/add_mips32r2_common_v2
...
mips: Import of mips32r2_common module
2017-02-09 18:00:34 +01:00
Neil Jones
ceb0fa9205
dist: update toolchain info script for mips
2017-02-09 15:54:59 +00:00
Martin Elshuber
b9bb22b393
Added test application for reentrant mutexes
...
* fixed BOARD_INSUFFICIENT_MEMORY for rmutex
2017-02-09 15:29:24 +01:00
Martin Elshuber
b9c2fc8254
Added reentrant mutex implementation
...
In contrast to normal mutexes, reeentrant mutexes allow to be relocked
multiple times from the same thread.
2017-02-09 15:17:39 +01:00
Neil Jones
8434f9c932
test: slip: blacklist mips-malta board
...
It has no UART.
2017-02-09 13:06:26 +00:00
Neil Jones
fd9ce7a865
tests: Add mssing includes for leds and xtimer test
2017-02-09 13:05:07 +00:00
Neil Jones
4d7b7a8641
sys: od: Fix build on MIPS gcc.
2017-02-09 12:26:50 +00:00
Neil Jones
e3c8386d12
sys: fmt: include stdio.h for mips.
2017-02-09 12:25:52 +00:00
Neil Jones
bc57f42a2a
gnrc_boarder_router: blacklist mips-malta board
...
No UART is available on the mips-malta board so blacklist this board.
2017-02-09 12:25:03 +00:00
64c12da8f5
make: export MIPS_ELF_ROOT in Makefile.buildtest subtargets
2017-02-09 12:23:55 +00:00
Neil Jones
d09fd777fc
boards: mips-malta: Add basic malta FPGA support.
...
Add basic support for the MIPS malta FPGA platform.
2017-02-09 12:22:28 +00:00
Neil Jones
c74ec1c253
cpu: mips: Add support for mips32r2
...
cpu/mips32r2_common adds base architecture support for mips32r2 cores it can be
built in it own right as a 'CPU', but is dependant on a bootloader (like
u-boot) to have bootstrapped the system, this has been tested on a 'malta'
FPGA system (BOARD=mips-malta) with various mips32r2 compliant cores
(interAptiv, P5600, etc).
2017-02-09 12:18:44 +00:00
Neil Jones
eb9985119b
cpu: mips32r2_common: Add make infrastructure for mips.
2017-02-09 12:16:55 +00:00
Hauke Petersen
c3f54e9d7f
cpu/stm32_common: init RX pin only if RX is active
2017-02-09 10:42:53 +01:00
Hauke Petersen
b0def58927
cpu/nrf5x: implemented UART TX only mode
2017-02-09 10:42:53 +01:00
Hauke Petersen
a2bc7bf8c7
cpu/ezr32wg: implement UART TX only mode
2017-02-09 10:42:53 +01:00
Hauke Petersen
99c2704583
cpu/atmega: implement UART TX only
2017-02-09 10:42:53 +01:00
Hauke Petersen
18fe26a5c8
periph/uart: documented TX only mode
2017-02-09 10:42:52 +01:00
Joakim Nohlgård
094107863f
Merge pull request #5688 from gebart/pr/atomics-refactor
...
core: Provide all C11 atomic operations
2017-02-09 09:00:16 +01:00
Laurent Navet
13286cd89f
tests/driver_mq3: fix build upon avr 8 bits MCU
...
fix tests/driver_mq3/main.c:58:27: error: integer overflow in expression [-Werror=overflow]
xtimer_usleep(500 * 1000);
2017-02-08 23:07:36 +01:00
Vincent Dupont
2490b8ed2d
boards/nucleo144-f207: fix ADC config
2017-02-08 17:43:30 +01:00
Vincent Dupont
4ced9421b2
boards/nucleo144-f207: clean up board.h
2017-02-08 17:43:29 +01:00
Vincent Dupont
4d595ad36e
boards: rename nucleo-f207 -> nucleo144-f207
2017-02-08 17:22:54 +01:00
Joakim Nohlgård
f055137e02
sys/posix: Add missing Doxygen comment on spinlock flag member
2017-02-08 16:23:51 +01:00
Joakim Nohlgård
bec5b57f0d
doc/doxygen: Exclude msp430-common imported newlib headers
2017-02-08 16:23:50 +01:00
Joakim Nohlgård
4bc120f54d
dist/tools/licenses: Add BSD 1 clause style license from newlib sys/features.h
...
Used in msp430-common
2017-02-08 16:23:50 +01:00
Joakim Nohlgård
4fdd2ea41a
core: Remove atomic in favour of C11 stdatomic
2017-02-08 16:23:50 +01:00
Joakim Nohlgård
83c2630d00
x86: Remove atomic_arch
2017-02-08 16:23:50 +01:00
Joakim Nohlgård
20b184604b
cortexm_common: Remove atomic_arch
2017-02-08 16:23:49 +01:00
Joakim Nohlgård
cb34eed8f3
tests/unittests/core-atomic: Use stdatomic.h instead of custom atomic.h
2017-02-08 16:23:49 +01:00
Joakim Nohlgård
c1b84f0e4f
tests/emb6: Use stdatomic.h instead of custom atomic.h
2017-02-08 16:23:49 +01:00
Joakim Nohlgård
597db0358d
sys/posix/pthread: Use C11 atomic instead of atomic.h
2017-02-08 16:23:49 +01:00
Joakim Nohlgård
ee0cae69a5
msp430_common: Add supplemental __clzhi2, __ctzhi2, for old MSPGCC
2017-02-08 16:23:48 +01:00
Joakim Nohlgård
0cb384829c
msp430-common: Add stdatomic.h, sys/cdefs.h, sys/features.h from newlib
2017-02-08 16:23:47 +01:00
Joakim Nohlgård
4297e06fe5
core: add __sync_x library helpers for <gcc-4.7
2017-02-08 16:23:47 +01:00
Joakim Nohlgård
fcdb157228
core: rename c11_atomic -> atomic_c11
2017-02-08 16:23:47 +01:00
Joakim Nohlgård
6d20ac084b
core/c11_atomic.c: Add remaining C11 atomic library helpers for GCC
2017-02-08 16:23:47 +01:00