Joakim Nohlgård
7275f9845f
cpu: Conditionally define LITTLE_ENDIAN
...
Caused problems with redefined macros when building with a recent newlib
2016-07-05 13:22:50 +02:00
Joakim Nohlgård
0bc04f5278
Merge pull request #5600 from OlegHahm/samd21_LE_redefine
...
samd21: do not redefine LITTLE_ENDIAN
2016-07-05 13:18:54 +02:00
kYc0o
62a9773a9c
boards/waspmote-pro: add support for Waspmote PRO v1.2
2016-07-05 13:05:12 +02:00
Oleg Hahm
d2e8efc6cc
samd21: do not redefine LITTLE_ENDIAN
2016-07-05 12:10:30 +02:00
Joakim Nohlgård
77a15e7886
make: Place most configuration macros in a separate file instead of on the command line
2016-07-05 11:22:58 +02:00
Joakim Nohlgård
73a3fb7b2a
Merge pull request #5571 from zhuoshuguo/fix_include_guards
...
cpu/stellaris: fix header include guards.
2016-07-04 19:46:04 +02:00
Joakim Nohlgård
7dd6dfa582
Merge pull request #5586 from locicontrols/doxygen
...
doc: eliminate clutter in adc and gpio periph docs
2016-07-04 19:42:47 +02:00
Peter Kietzmann
4d7664c357
Merge pull request #4748 from alignan/pull/remote-update
...
RE-Mote revision A update
2016-06-30 10:21:32 +02:00
Ian Martin
49ae438dd5
doc: eliminate clutter in adc and gpio periph docs
2016-06-29 15:08:32 -04:00
Antonio Lignan
8d07c01085
boards/remote: added revision A and remote-common folder
2016-06-29 17:19:24 +02:00
René Kijewski
7b11a95ca3
Merge pull request #5579 from zhuoshuguo/fix_cpu_x86_include_header_guard
...
cpu/x86: fix header include guard.
2016-06-29 17:11:03 +02:00
zhuoshuguo
9f0d2ccc2b
fix cpu/x86 include header guard.
2016-06-29 15:01:25 +02:00
Peter Kietzmann
e6dd02f1ad
Merge pull request #5567 from keestux/samd21-small-fix-1
...
cpu/samd21: remove include instance_sercom3.h
2016-06-29 13:45:20 +02:00
Peter Kietzmann
fef632aa57
Merge pull request #5577 from PeterKietzmann/tests_thread_exti_doc
...
tests/thread_exti: add small README
2016-06-29 11:21:33 +02:00
zhuoshuguo
10f8ce1118
cpu/stm32: fix include header guards.
2016-06-28 20:30:29 +02:00
Sebastian Meiling
121028d33f
Merge pull request #5569 from aabadie/fix_coap_example
...
examples/microcoap_server: fix .well-known/core endpoint
2016-06-28 18:49:39 +02:00
PeterKietzmann
a74bc86eec
tests/thread_exti: add minimal README
2016-06-28 17:39:24 +02:00
PeterKietzmann
dbd51aeb65
tests/thread_exti: fix typo
2016-06-28 17:39:21 +02:00
BytesGalore
205bf36185
Merge pull request #5576 from PeterKietzmann/tests_xtimer_longterm_tickstousec
...
tests/xtimer_longterm: fix expected delays
2016-06-28 15:48:22 +02:00
PeterKietzmann
473b2e8fe2
tests/xtimer_longterm: fix expected delays
2016-06-28 15:23:30 +02:00
PeterKietzmann
411626fec4
cpu/msp430: initialize gpio as input OR output
2016-06-28 10:23:57 +02:00
zhuoshuguo
c9bedd2d51
cpu/stellaris: fix include guards.
2016-06-27 18:24:49 +02:00
83f2b0a131
examples/microcoap_server: fix .well-known/core endpoint
2016-06-24 09:38:06 +02:00
Joseph Noir
ed2c94764b
Merge pull request #4643 from gebart/pr/clang-warning-fixes
...
Clang: Add support for C++
2016-06-23 13:06:55 +02:00
kYc0o
15bda62304
Merge pull request #5521 from kYc0o/gnrc_minimal_xbee
...
examples: add xbee support for gnrc_minimal
2016-06-23 12:04:15 +02:00
kYc0o
c9118e5fe4
examples/gnrc_minimal: Add support for XBee into gnrc_minimal
2016-06-23 11:45:42 +02:00
Joakim Nohlgård
edaa5bb7a8
Merge pull request #5558 from gebart/pr/cortexm-isr-stack-usage
...
cortexm_common: Fix isr_stack usage count
2016-06-23 08:48:44 +02:00
Kees Bakker
417023c256
cpu/samd21: remove include instance_sercom3.h
...
That include will be already picked up by cpu.h -> cpu_conf.h -> samd21.h
2016-06-22 22:14:36 +02:00
42d34e69c3
Merge pull request #5529 from kYc0o/atmega_common_unify
...
cpu/atmega*: unify common code for atmega CPUs
2016-06-22 15:43:57 +02:00
kYc0o
abba25e068
boards/arduino-mega2560: define UART for STDIO
2016-06-22 14:25:10 +02:00
kYc0o
be70924800
cpu/atmega2560: update atmega2560 CPU code to use atmega_common code
2016-06-22 14:25:10 +02:00
kYc0o
17c78e70e2
cpu/atmega_common: add common atmega CPU code to atmega_common
2016-06-22 14:25:10 +02:00
Joakim Nohlgård
9a0f3a9e40
Merge pull request #5540 from zhuoshuguo/fix_cpu_header_include_guards
...
CPU:Fix header include guards
2016-06-22 11:58:02 +02:00
Joakim Nohlgård
cb19a4c709
cortexm_common: Fix isr_stack_usage
...
Refactor and add multiply by word size to get the usage in number of
bytes instead of in number of words.
Verified implementation by manual memory inspection in GDB.
2016-06-20 14:33:17 +02:00
Joakim Nohlgård
4c91121372
Merge pull request #5455 from locicontrols/move-stack
...
cortexm_common: move the stack to the bottom of RAM
2016-06-20 14:28:10 +02:00
zhuoshuguo
efbbca1322
cpu: Fix header include guards
2016-06-20 10:18:59 +02:00
kYc0o
2adf76c977
Merge pull request #5537 from kYc0o/reworked_uart_wfix
...
cpu/atmega2560: reworked UART (from #5026 )
2016-06-20 00:19:57 +02:00
Andreas "Paul" Pauli
87cb266a1b
Merge pull request #5437 from miri64/doc/enh/netdev-rx-fig
...
doc: add operational flow figure for netdev
2016-06-16 19:33:37 +02:00
Martine Lenders
1701b12f29
Merge pull request #5383 from A-Paul/fix_tests_printf_float
...
tests_printf_float: fixed precision in test case
2016-06-16 11:16:43 +02:00
Martine Lenders
af2e169db1
netdev2: doc: update doc text for operational flow figure
2016-06-15 23:26:23 +02:00
Martine Lenders
16bcffc69b
doc: add operational flow figure for netdev
2016-06-15 23:26:22 +02:00
René Kijewski
c97d452b05
Merge pull request #5550 from mali/fixtypos
...
drivers/uart: fix typos
2016-06-15 15:31:58 +02:00
Laurent Navet
96ebff9174
drivers/uart: fix typos
2016-06-14 22:54:25 +02:00
Martine Lenders
f209c2603b
Merge pull request #5547 from OlegHahm/gcc6_readme_note
...
README: added note about GCCv6 problem
2016-06-13 13:11:36 +02:00
Oleg Hahm
7277cf8d46
README: added note about GCCv6 problem
2016-06-13 13:07:49 +02:00
Martine Lenders
9e2920e325
Merge pull request #5548 from OlegHahm/readme_cosmetics
...
Readme cosmetics
2016-06-13 12:10:48 +02:00
Oleg Hahm
1d98b8a809
README: remove FUB mention from license statement
2016-06-13 12:04:17 +02:00
Oleg Hahm
2f70d1c271
README: obey character limit
2016-06-13 12:04:17 +02:00
Oleg Hahm
a701262cc7
Merge pull request #5546 from mali/fixtypos
...
sys/arduino: fix typos in documentation
2016-06-12 12:11:19 +02:00
Laurent Navet
b702049134
sys/arduino: fix typos in documentation
2016-06-12 10:45:25 +02:00