1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

11577 Commits

Author SHA1 Message Date
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
kYc0o
7f0a1a7b5a cpu/atmega2560: ISR UART typo 2016-06-09 14:50:06 +02:00
Hauke Petersen
5fc67747e6 cpu/atmega2560: fixed typo in reg definition 2016-06-09 14:49:44 +02:00
Martine Lenders
789b2c0917 Merge pull request #5534 from aeneby/sc_netif_send_empty_payload
shell: set NULL pointer for data pakets with zero-length payload
2016-06-09 11:04:44 +02:00
Aaron Sowry
1ae7bc23d8 shell: set NULL pointer for data pakets with zero-length payload 2016-06-09 10:01:17 +12:00
Andreas "Paul" Pauli
29f0eea2ef cpu/cc2538: add GPIO_PIN() macro to periph_conf.h. (#5507) 2016-06-08 14:36:54 -04:00
Martine Lenders
e67eb87f57 Merge pull request #5510 from miri64/tests/enh/gnrc_netif_naming
unittests: apply proper naming for gnrc_netif tests
2016-06-08 18:53:44 +02:00
Martine Lenders
9f6a493970 Merge pull request #5528 from zhuoshuguo/fix_header_include_guard
CPU: Fixed include guards
2016-06-08 18:35:33 +02:00
Hauke Petersen
a2ddb1dd7f boards/atmega2560: adapted UART configuration 2016-06-08 18:32:17 +02:00
Hauke Petersen
ccf7cde82d cpu/atmega2560: reworked UART implementation 2016-06-08 18:32:17 +02:00
Hauke Petersen
e57d511499 cpu/atmega2560: added CMSIS style reg defs for UART 2016-06-08 18:32:17 +02:00
zhuoshuguo
1cbe79a373 CPU: fix include header guards
Fix cpu/lpc2387/include/lpc2387.h
2016-06-08 16:38:20 +02:00
Martine Lenders
e9bbd54f58 Merge pull request #5033 from Yonezawa-T2/validate_ipv6_size
gnrc_ipv6: validates payload size
2016-06-07 17:50:28 +02:00
Martine Lenders
7c3f3931e8 Merge pull request #5523 from aeneby/sc_ack_req
shell: Enable setting acknowledgement request flag from shell
2016-06-07 16:58:07 +02:00
Martine Lenders
0f6d8f2949 Merge pull request #5502 from Yonezawa-T2/tests_gnrc_sixlowpan
tests: adds 6LoWPAN receiving test
2016-06-07 16:53:46 +02:00
Aaron Sowry
384fce3ae7 shell: Enable setting acknowledgement request flag from shell 2016-06-07 23:08:00 +12:00
Yonezawa-T2
0de34c91c6 gnrc_ipv6: validates payload size 2016-06-07 10:01:23 +09:00
Yonezawa-T2
f7bd2374d0 tests: adds 6LoWPAN receiving test 2016-06-07 09:57:40 +09:00
kYc0o
69b1ef3a41 Merge pull request #5167 from aabadie/iotlab-a8-m3
board: port to iotlab M3 of A8
2016-06-06 15:08:32 +02:00
Martine Lenders
a7d7b1188d Merge pull request #5517 from aabadie/saul_luminosity
sys/phydat: adding luminosity unit (Lux)
2016-06-06 11:38:54 +02:00
e2e3704973 sys/phydat: adding illuminance unit (Lux) 2016-06-06 11:04:11 +02:00
Martine Lenders
64b4698fcd Merge pull request #5516 from cgundogan/pr/rpl/docfix
gnrc_rpl: doc fix
2016-06-06 00:30:37 +02:00
Cenk Gündoğan
7c5c3f2673 gnrc_rpl: doc fix 2016-06-05 23:05:59 +02:00
Martine Lenders
b0d5b6d15e Merge pull request #5508 from ibriano/master
cpu: native: Add [v]fprintf to syscalls
2016-06-04 22:38:39 +02:00
Martine Lenders
2af14d6373 unittests: apply proper naming for gnrc_netif tests 2016-06-04 17:21:27 +02:00
Martine Lenders
8426ca99ca Merge pull request #4178 from rousselk/csma-sender
New 'csma_sender' helper module
2016-06-04 14:49:21 +02:00