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

5306 Commits

Author SHA1 Message Date
haukepetersen
c737bacace board/airfy-beacon: use unified openocd script 2015-02-10 14:27:45 +01:00
haukepetersen
f334a8b317 board/stm32f0discovery: use unified openocd script 2015-02-10 14:27:45 +01:00
haukepetersen
03858bffe9 board/stm32f3discovery: use unified openocd script 2015-02-10 14:27:45 +01:00
haukepetersen
63f019210c dist: added unified openocd control script 2015-02-10 14:27:45 +01:00
Hauke Petersen
d46d6541c1 Merge pull request #2399 from haukepetersen/ng_netconf
ng_net: add global configuration options
2015-02-10 14:26:27 +01:00
Ludwig Ortmann
8234bc87e7 ng_net: unify header guard 2015-02-10 14:22:36 +01:00
Ludwig Ortmann
3f055f18dd ng_net: fix doxygen group 2015-02-10 14:22:15 +01:00
Martine Lenders
09ebb0e89c Merge pull request #2400 from haukepetersen/ng_netapi
ng_net: add new version of NETAPI
2015-02-10 14:03:27 +01:00
Thomas Eichinger
7a492f1650 Merge pull request #2402 from haukepetersen/add_nrf_crash
cpu/nrf51822: use core_panic in startup code
2015-02-10 13:35:17 +01:00
Martine Lenders
9d36c05398 nettype: intial import 2015-02-10 13:32:10 +01:00
BytesGalore
c7eea4d0d5 sys/net/sixlowpan: change to release lowpan.c::lowpan_context_mutex when no context is recognized 2015-02-10 12:27:56 +01:00
Hauke Petersen
c5c9c3dfab ng_net: added global configuration options 2015-02-10 11:41:27 +01:00
Hauke Petersen
87e2b6db50 ng_net: added new version of NETAPI 2015-02-10 11:34:56 +01:00
Hauke Petersen
419e39fca3 Merge pull request #2398 from haukepetersen/ng_ndetdev
net: add ng version of the netdev interface
2015-02-10 11:33:45 +01:00
Hauke Petersen
02831e325f cpu/nrf51822: use of core_panic in startup code 2015-02-10 09:40:35 +01:00
Joakim Gebart
bf730c1c60 Merge pull request #2415 from haukepetersen/add_m0_crash
cpu/cortex_m0_common: added crash.c
2015-02-10 09:18:01 +01:00
Joakim Gebart
4d47e652dc Merge pull request #2416 from haukepetersen/add_m4_crash
cpu/cortex-m4_common: added crash.c
2015-02-10 08:07:19 +01:00
Johann Fischer
0326385148 Merge pull request #2393 from gebart/pr/kinetis-ldscripts
kinetis: Share ldscripts between CPUs
2015-02-09 23:09:09 +01:00
Joakim Gebart
fa429a2521 Merge pull request #2275 from gebart/pr/ftdi-tools
Add tools for finding USB serial devices' `tty` names on Linux.
2015-02-09 19:44:20 +01:00
Joakim Gebart
086825bfa3 dist: Add tools for finding USB serial adapters on Linux.
These tools can be used to find the corresponding TTY device node of
attached USB serial adapter devices.
2015-02-09 19:43:18 +01:00
Hauke Petersen
71496771c5 net: added ng version of the netdev interface 2015-02-09 18:53:04 +01:00
Hauke Petersen
68b167ca77 cpu/cortex-m4_common: added crash.c 2015-02-09 18:28:32 +01:00
Hauke Petersen
7a11301451 cpu/cortex_m0_common: added crash.c 2015-02-09 18:27:42 +01:00
Joakim Gebart
29d3959b10 kinetis: Add shared Kinetis linker script. 2015-02-09 17:52:04 +01:00
Martine Lenders
fe29514597 Merge pull request #2411 from cgundogan/ip_static_addr_str
ip: make addr_str static
2015-02-08 22:15:08 +01:00
Ludwig Ortmann
dd2da2fb71 Merge pull request #2405 from cgundogan/restrict_with_leading_underscores
Use `__restrict` instead of `restrict`
2015-02-08 22:07:23 +01:00
Cenk Gündoğan
4347039e88 ip: make addr_str static
When setting the `ENABLE_DEBUG` flag to *1* in ip.c,
the **rpl_udp** example won't compile, because the variable `addr_str`
is also defined in **rpl_udp.h** as extern.
Prefixing `addr_str` with `static` in ip.c solves this problem.
2015-02-08 22:07:19 +01:00
Ludwig Ortmann
daac342a69 Merge pull request #2331 from gebart/pr/Makefile-ar-wrapper-refactor
Makefile: Respect ARFLAGS and refactor OSX ar test
2015-02-08 22:03:58 +01:00
Joakim Gebart
8d68afa6e6 Makefile: Add ARFLAGS for overriding command line options to ar
- Makefile.base: Respect ARFLAGS when building static archives.
 - Makefile.cflags: Add default ARFLAGS.
 - Makefile.vars: Add description for ARFLAGS.
2015-02-08 20:08:19 +01:00
Joakim Gebart
5e2b9f52ba Makefile.include: Refactor ar-wrapper test.
llvm-ar does not understand `-rc`, but works for creating empty
archives when called with `rc` (without the leading dash). BSD `ar`
which ships with OSX, which the test is written for, understands the
argument with or without the leading dash (but does not support creating
empty archives.)
2015-02-08 20:08:14 +01:00
Cenk Gündoğan
d456e57a8a Merge pull request #2410 from authmillenon/unittests/doc/add-mail
doc: Add mail address where it is missing
2015-02-08 19:49:11 +01:00
Martine Lenders
498313a23f doc: Add mail address where it is missing 2015-02-08 19:41:14 +01:00
Martine Lenders
7c482f55a0 Merge pull request #2409 from authmillenon/all/doc/change-name
doc: use my real name
2015-02-08 19:40:33 +01:00
Cenk Gündoğan
50112af413 tests: restrict => __restrict 2015-02-08 19:22:29 +01:00
Cenk Gündoğan
3ff5231ffd sys: restrict => __restrict 2015-02-08 19:19:50 +01:00
Cenk Gündoğan
432f0014c0 cpu: restrict => __restrict 2015-02-08 19:15:14 +01:00
Martine Lenders
0eb2d78dda doc: use my real name 2015-02-08 18:52:16 +01:00
Christian Mehlis
08aa333193 Merge pull request #2403 from haukepetersen/opt_nrf_stacksize
cpu/nrf51822: raised default stack size
2015-02-08 16:18:36 +01:00
Ludwig Ortmann
031bed01d3 Merge pull request #2236 from d00616/new_micro-ecc
New package for ECDH and ECDSA
2015-02-08 16:17:05 +01:00
Frank Holtz
f3e1922f9d pkg_micro-ecc: Eliptic curve cryptography from https://github.com/kmackay/micro-ecc 2015-02-07 21:08:06 +01:00
Hauke Petersen
a5e80fbcf8 tests/pthread_rwlock: blacklisted airfy-beacon 2015-02-07 16:33:09 +01:00
Hauke Petersen
21dd39249f cpu/nrf51822: raised default stack size 2015-02-07 13:22:18 +01:00
Oleg Hahm
7fc721e277 Merge pull request #2396 from BytesGalore/rpl_udp_add_default_values_to_readme
examples/rpl_udp: added the explicit default values as values to the README.md
2015-02-06 16:06:49 +01:00
BytesGalore
d593d4972d examples/rpl_udp: added the explicit default values as values 2015-02-06 15:39:19 +01:00
Cenk Gündoğan
a8c710982e Merge pull request #2249 from BytesGalore/add_rpl_configurable_mop
rpl: added configurable RPL MOP on compile time
2015-02-06 13:56:08 +01:00
BytesGalore
4b189b6e58 rpl: added configurable RPL MOP on compile time
- e.g. `make RPL_MOP=RPL_MOP_NON_STORING_MODE`
     - changed the MOP defines to have `RPL_MOP_*` prefix
2015-02-05 19:17:51 +01:00
Oleg Hahm
e8ac359765 Merge pull request #2390 from BytesGalore/fix_rpl_udp_warning
examples/rpl_udp: changed printing the actual set channel
2015-02-05 17:19:27 +01:00
Joakim Gebart
890262e6ff Merge pull request #2265 from jfischer-phytec-iot/pr@kinetis_common
Support for Freescale Kinetis MCUs, kinetis_common
2015-02-05 10:00:02 +01:00
BytesGalore
0569b2e145 examples/rpl_udp: changed printing the actual set channel 2015-02-04 18:34:00 +01:00
Thomas Eichinger
304d3b13eb Merge pull request #2371 from gebart/pr/cmsis-hal-4.0
Update CMSIS HAL to version 4.0
2015-02-04 15:50:17 +01:00