|
036e7f248d
|
drivers: ethos: fix compile errors
|
2016-03-30 17:09:58 +02:00 |
|
Oleg Hahm
|
506e23f481
|
Merge pull request #2362 from kaspar030/add_lgpl_compliance_simplified
add infrastructure for binary LGPL compliance checks
|
2016-03-30 13:56:02 +02:00 |
|
Oleg Hahm
|
7800f46593
|
Merge pull request #5199 from Yonezawa-T2/fix_driver_pir_unused_arg
driver_pir: fix unused parameter
|
2016-03-30 13:51:13 +02:00 |
|
Oleg Hahm
|
3dfedd3fc7
|
Merge pull request #5198 from Yonezawa-T2/fix_compile_auto_init_slip
auto_init_slip: fix comparison between signed and unsigned
|
2016-03-30 13:41:06 +02:00 |
|
Cenk Gündoğan
|
4e82028a9d
|
Merge pull request #5170 from OTAkeys/use_APPDIR_iso_CURDIR
Makefile.include: use defined application directory
|
2016-03-30 13:19:06 +02:00 |
|
Toon Stegen
|
d5195b6bbc
|
make: Use defined application directory
Instead of looking in the current directory for the application source
files, look into the defined APPDIR directory.
|
2016-03-30 12:23:26 +02:00 |
|
|
5f81284270
|
Merge pull request #4103 from kaspar030/add_thread_flags
core: add thread flags
|
2016-03-30 12:17:53 +02:00 |
|
Yonezawa-T2
|
5f904f13b6
|
driver_pir: fix unused parameter
|
2016-03-30 19:10:25 +09:00 |
|
Yonezawa-T2
|
266ed4a2c8
|
auto_init_slip: fix comparison between signed and unsigned
|
2016-03-30 19:08:43 +09:00 |
|
Cenk Gündoğan
|
9dbfdcac0b
|
Merge pull request #4279 from BytesGalore/fib_prefix_handling_change
fib: changed handling of the net prefix by the FIB
|
2016-03-30 11:19:49 +02:00 |
|
|
1a003ebb97
|
examples: add example for "make bindist"
|
2016-03-30 11:00:31 +02:00 |
|
|
37bbdacd38
|
tests: thread_flags: initial commit
|
2016-03-30 10:38:53 +02:00 |
|
|
abff2e3fb7
|
core: introduce thread flags
|
2016-03-30 10:38:53 +02:00 |
|
BytesGalore
|
38d5fc2476
|
universal_address: replaced returned literals by defined constants
* added and adjusted doxy for the new defined return values
* stripped whitespaces for statements in the compare functions
|
2016-03-30 10:29:00 +02:00 |
|
BytesGalore
|
1bc9c3bfd2
|
fib: changed handling of the net prefix
Until now the prefix length has been determined automatically by the FIB
This PR changes it to be provided as msb(yte) in the global_flags of an entry
|
2016-03-30 10:05:05 +02:00 |
|
Cenk Gündoğan
|
8b7512f0bf
|
Merge pull request #5187 from Yonezawa-T2/i2c_debug
i2c: add missing #ifdef block
|
2016-03-30 09:34:40 +02:00 |
|
Peter Kietzmann
|
1756e9e270
|
Merge pull request #4156 from DipSwitch/add_clock_selection_stm32f0
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F0 family
|
2016-03-30 09:33:54 +02:00 |
|
Peter Kietzmann
|
3c2e90e952
|
Merge pull request #4165 from DipSwitch/add_clock_selection_stm32f4
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F4 family
|
2016-03-30 09:33:30 +02:00 |
|
Peter Kietzmann
|
126f12b138
|
Merge pull request #4164 from DipSwitch/add_clock_selection_stm32f3
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F3 family
|
2016-03-30 09:32:33 +02:00 |
|
Cenk Gündoğan
|
13b5ae5605
|
Merge pull request #5195 from authmillenon/vagrant/doc/update-readmee
vagrant: update README
|
2016-03-30 09:30:43 +02:00 |
|
Cenk Gündoğan
|
8cdbc5cc1e
|
Merge pull request #5196 from Yonezawa-T2/rpl_fix_debug_dodag_id
rpl: fix compile error in DEBUG
|
2016-03-30 09:28:17 +02:00 |
|
Yonezawa-T2
|
7271c928cc
|
i2c: add missing #ifdef block
|
2016-03-30 16:24:38 +09:00 |
|
Yonezawa-T2
|
35cf255330
|
rpl: fix compile error in DEBUG
|
2016-03-30 14:16:06 +09:00 |
|
Oleg Hahm
|
07b1c94f40
|
Merge pull request #4923 from kaspar030/optimize_clist
core: make clist singly-linked
|
2016-03-30 01:44:15 +02:00 |
|
Martine Lenders
|
5c34e200f0
|
vagrant: update README
|
2016-03-30 01:40:28 +02:00 |
|
Oleg Hahm
|
d411387bec
|
Merge pull request #4225 from DipSwitch/stm32f1_dac_implementation
cpu/stm32f1/periph/dac: DAC implementation for STM32F1
|
2016-03-30 01:31:43 +02:00 |
|
Oleg Hahm
|
7bce5a9ef8
|
Merge pull request #5189 from OlegHahm/cc110x_fix_typo
cc110x: fix typo
|
2016-03-30 01:17:39 +02:00 |
|
|
1bac3f3a2f
|
tests: unittests: adapt tests-core-clist to singly linked clist
|
2016-03-30 00:27:49 +02:00 |
|
|
f9f6adb48d
|
core: clist: make singly linked
|
2016-03-30 00:27:49 +02:00 |
|
DipSwitch
|
20d39f1c97
|
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F0
|
2016-03-29 23:27:52 +02:00 |
|
DipSwitch
|
5b526df730
|
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F4 family
|
2016-03-29 23:09:22 +02:00 |
|
Peter Kietzmann
|
e93d616025
|
Merge pull request #4930 from shady33/stm32l1-rtc
STM32L1 RTC driver
|
2016-03-29 23:07:02 +02:00 |
|
Hauke Petersen
|
26bbb6a3b4
|
Merge pull request #3495 from ReneHerthel/lis3mdl
LIS3MDL driver implementation for LimiFrog V1
|
2016-03-29 23:06:00 +02:00 |
|
Oleg Hahm
|
86a83f8f86
|
cc110x: use CPP check instead of runtime check
|
2016-03-29 22:51:53 +02:00 |
|
|
c04877dd95
|
make: add bindist targets / Makefiles
|
2016-03-29 22:46:28 +02:00 |
|
DipSwitch
|
cc5a06d954
|
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F3 family
|
2016-03-29 22:45:11 +02:00 |
|
DipSwitch
|
bd9b3a269c
|
cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics
|
2016-03-29 22:25:50 +02:00 |
|
DipSwitch
|
6e9f36c0c5
|
cpu/stm32_common/gpio: Use default gpio_t type and defines
|
2016-03-29 22:25:50 +02:00 |
|
|
f626ee5969
|
Merge pull request #4557 from kaspar030/introduce_intrusive_singly_linked_list
core: mutex: several optimizations
|
2016-03-29 22:25:43 +02:00 |
|
Hauke Petersen
|
b612eb9dff
|
Merge pull request #5190 from haukepetersen/add_test_mutex
tests: added test for mutex unlock order
|
2016-03-29 21:59:32 +02:00 |
|
|
3d9020eb46
|
sys: cpp11-compat: adapt to changed mutex implementation
|
2016-03-29 21:50:18 +02:00 |
|
|
c0f39bb55f
|
sys: posix: pthread: fix mutex usage
|
2016-03-29 21:50:17 +02:00 |
|
|
350c341ce1
|
core: mutex: use of intrusive linked list instead of priority queue
|
2016-03-29 21:50:17 +02:00 |
|
|
7c39134d5d
|
core: introduce intrusive singly linked list
|
2016-03-29 21:50:17 +02:00 |
|
Hauke Petersen
|
01137c5741
|
tests: added test for mutex unlock order
|
2016-03-29 21:40:35 +02:00 |
|
Rene Herthel
|
44ee645373
|
drivers/lis3mdl: Initial create of lis3mdl
|
2016-03-29 21:02:18 +02:00 |
|
Oleg Hahm
|
0ed54f0d4e
|
cc110x: fix typo (missing semicolon)
|
2016-03-29 20:11:35 +02:00 |
|
Martine Lenders
|
6504671a33
|
Merge pull request #5179 from OlegHahm/ipv6_recv_assert_instead_check
gnrc ipv6: replace check by assert
|
2016-03-29 19:42:00 +02:00 |
|
Oleg Hahm
|
376874284b
|
Merge pull request #3721 from cgundogan/pr/rpl/gnrc_rpl_p2p
rpl: introducing P2P-RPL
|
2016-03-29 19:04:27 +02:00 |
|
Oleg Hahm
|
f15e038efe
|
doc: mandatory netif snip for gnrc_ipv6 receive()
|
2016-03-29 18:42:58 +02:00 |
|