Commit Graph

13533 Commits (3bc0cfd2a79609c060fbcee442a159c174a11e38)
 

Author SHA1 Message Date
Ludwig Knüpfer 3bce74aee7 examples/gnrc_networking: update blacklist
NRF51822 based boards have enough memory for this project -> remove from `BOARD_INSUFFICIENT_MEMORY`
6 years ago
Martine Lenders c0b9b0fb56 Merge pull request #5938 from miri64/pkg/feat/lwip-sock-tcp
pkg: provide sock_tcp support for lwip
6 years ago
Martine Lenders b915d15de1 pkg: provide sock_tcp support for lwip 6 years ago
Hauke Petersen 90bc8e0505 boards/avsextrem: remove deprectated smb380 driver 6 years ago
Hauke Petersen 6e6a14f449 drivers: remove outdated ltc4150 driver 6 years ago
Vincent Dupont 881ef849ac Merge pull request #6574 from haukepetersen/opt_stm32_flashpage
cpu/stm32: moved flashpage driver to common code
6 years ago
Hauke Petersen d84982428b cpu/stm32: added compile guards to flashpage.c 6 years ago
Hauke Petersen ad8f390cc1 boards: enabled flashpage feature for selected ones 6 years ago
Hauke Petersen 3bd8c32554 cpu/stm32: moved flashpage driver to common code 6 years ago
Hauke Petersen 2bb3425d4b s pwm.h: fixed doc 6 years ago
Hauke Petersen 8064bd9fa9 periph/pwm: remove pwm_(start|stop) + doc
- joined start/stop and poweron/poweroff
- added general documentation
6 years ago
Francisco Acosta e38329ed83 Merge pull request #6590 from aabadie/fix_header_guards
Fix header guards trailing underscores
6 years ago
Alexandre Abadie c436241792 boards/nucleo32-f303: fix header guards 6 years ago
Alexandre Abadie d4285d42f8 boards/maple-mini: fix header guards 6 years ago
Kaspar Schleiser bebc5c4d57 Merge pull request #6586 from kaspar030/remove_murdock_debug_check
CI: murdock2: remove obsolete workdir check
6 years ago
Kaspar Schleiser b6ea92d047 Merge pull request #6585 from neiljay/pr/update_toolchain_info_script_for_mips_v2
dist: update toolchain info script for mips
6 years ago
Kaspar Schleiser 6d6deabccc CI: murdock2: remove obsolete workdir check 6 years ago
Kaspar Schleiser ef958cc0e6 Merge pull request #6060 from neiljay/pr/add_mips32r2_common_v2
mips: Import of mips32r2_common module
6 years ago
Neil Jones ceb0fa9205 dist: update toolchain info script for mips 6 years ago
Martin Elshuber b9bb22b393 Added test application for reentrant mutexes
* fixed BOARD_INSUFFICIENT_MEMORY for rmutex
6 years ago
Martin Elshuber b9c2fc8254 Added reentrant mutex implementation
In contrast to normal mutexes, reeentrant mutexes allow to be relocked
multiple times from the same thread.
6 years ago
Neil Jones 8434f9c932 test: slip: blacklist mips-malta board
It has no UART.
6 years ago
Neil Jones fd9ce7a865 tests: Add mssing includes for leds and xtimer test 6 years ago
Neil Jones 4d7b7a8641 sys: od: Fix build on MIPS gcc. 6 years ago
Neil Jones e3c8386d12 sys: fmt: include stdio.h for mips. 6 years ago
Neil Jones bc57f42a2a gnrc_boarder_router: blacklist mips-malta board
No UART is available on the mips-malta board so blacklist this board.
6 years ago
Kaspar Schleiser 64c12da8f5 make: export MIPS_ELF_ROOT in Makefile.buildtest subtargets 6 years ago
Neil Jones d09fd777fc boards: mips-malta: Add basic malta FPGA support.
Add basic support for the MIPS malta FPGA platform.
6 years ago
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).
6 years ago
Neil Jones eb9985119b cpu: mips32r2_common: Add make infrastructure for mips. 6 years ago
Hauke Petersen c3f54e9d7f cpu/stm32_common: init RX pin only if RX is active 6 years ago
Hauke Petersen b0def58927 cpu/nrf5x: implemented UART TX only mode 6 years ago
Hauke Petersen a2bc7bf8c7 cpu/ezr32wg: implement UART TX only mode 6 years ago
Hauke Petersen 99c2704583 cpu/atmega: implement UART TX only 6 years ago
Hauke Petersen 18fe26a5c8 periph/uart: documented TX only mode 6 years ago
Joakim Nohlgård 094107863f Merge pull request #5688 from gebart/pr/atomics-refactor
core: Provide all C11 atomic operations
6 years ago
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);
6 years ago
Vincent Dupont 2490b8ed2d boards/nucleo144-f207: fix ADC config 6 years ago
Vincent Dupont 4ced9421b2 boards/nucleo144-f207: clean up board.h 6 years ago
Vincent Dupont 4d595ad36e boards: rename nucleo-f207 -> nucleo144-f207 6 years ago
Joakim Nohlgård f055137e02 sys/posix: Add missing Doxygen comment on spinlock flag member 6 years ago
Joakim Nohlgård bec5b57f0d doc/doxygen: Exclude msp430-common imported newlib headers 6 years ago
Joakim Nohlgård 4bc120f54d dist/tools/licenses: Add BSD 1 clause style license from newlib sys/features.h
Used in msp430-common
6 years ago
Joakim Nohlgård 4fdd2ea41a core: Remove atomic in favour of C11 stdatomic 6 years ago
Joakim Nohlgård 83c2630d00 x86: Remove atomic_arch 6 years ago
Joakim Nohlgård 20b184604b cortexm_common: Remove atomic_arch 6 years ago
Joakim Nohlgård cb34eed8f3 tests/unittests/core-atomic: Use stdatomic.h instead of custom atomic.h 6 years ago
Joakim Nohlgård c1b84f0e4f tests/emb6: Use stdatomic.h instead of custom atomic.h 6 years ago
Joakim Nohlgård 597db0358d sys/posix/pthread: Use C11 atomic instead of atomic.h 6 years ago
Joakim Nohlgård ee0cae69a5 msp430_common: Add supplemental __clzhi2, __ctzhi2, for old MSPGCC 6 years ago