1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
Commit Graph

5523 Commits

Author SHA1 Message Date
Alexandru Caciulescu
57dd7d35a1 drivers/include/servo: Repair header file include guards 2015-03-24 17:55:43 +02:00
Alexandru Caciulescu
d31f9cbb1b drivers/include/rgbled: Repair header file include guards 2015-03-24 17:55:42 +02:00
Alexandru Caciulescu
2c5164004c drivers/include/pir: Repair header file include guards 2015-03-24 17:55:42 +02:00
Alexandru Caciulescu
451bf78549 drivers/include/periph: Repair header file include guards 2015-03-24 17:55:42 +02:00
Alexandru Caciulescu
2b88c861c9 drivers/include/nrf24l01: Repair header file include guards 2015-03-24 17:55:41 +02:00
Alexandru Caciulescu
78618961f0 drivers/include/mq3: Repair header file include guards 2015-03-24 17:55:41 +02:00
Alexandru Caciulescu
ebaf61cc94 drivers/include/ltc4150: Repair header file include guards 2015-03-24 17:55:41 +02:00
Alexandru Caciulescu
7d68efcc38 drivers/include/lsm303dlhc: Repair header file include guards 2015-03-24 17:55:40 +02:00
Alexandru Caciulescu
81787154d0 drivers/include/lps331ap: Repair header file include guards 2015-03-24 17:55:40 +02:00
Alexandru Caciulescu
3d39c855c6 drivers/include/netdev: Repair header file include guards 2015-03-24 17:55:40 +02:00
Alexandru Caciulescu
a25a4d4fe5 drivers/include/cc110x_legacy: Repair header file include guards 2015-03-24 17:55:39 +02:00
Alexandru Caciulescu
3d209c3db1 drivers/mags3110: Repair header file include guards
removed trailing underscores
2015-03-24 17:55:39 +02:00
Alexandru Caciulescu
d7a3eeaacd drivers/mma8652: Repair header file include guards
removed trailing underscores
2015-03-24 17:55:39 +02:00
Alexandru Caciulescu
2de348570d drivers/mpl3115a2: Repair header file include guards
removed trailing underscores
2015-03-24 17:55:38 +02:00
Alexandru Caciulescu
69c4cd2aca drivers/nrf24l01p: Repair header file include guards 2015-03-24 17:55:38 +02:00
Oleg Hahm
96e6d2aee3 Merge pull request #2471 from haukepetersen/fix_openocd_shutdown
dist/openocd.sh: added shutdown to flash commands
2015-03-05 17:18:10 +01:00
Peter Kietzmann
7ae25c06d8 Merge pull request #2542 from OlegHahm/missing_semicolon_breaks_everything
core: added missing semicolon in header
2015-03-05 17:14:10 +01:00
Oleg Hahm
e75d9505ae core: added missing semicolon in header 2015-03-05 17:08:52 +01:00
Oleg Hahm
bbefdcaba7 Merge pull request #2533 from authmillenon/unittests/fix/remove-unnecessary-macro
unittests: remove unnecessary MODULE macro definition
2015-03-05 16:42:05 +01:00
Peter Kietzmann
0ae274d5c5 Merge pull request #2541 from OlegHahm/tiny_ccnl_dbg_fix
ccnl: correct debug output
2015-03-05 16:32:35 +01:00
Oleg Hahm
c1fe7f0095 ccnl: correct debug output 2015-03-05 16:27:37 +01:00
Oleg Hahm
cbbc2d9937 Merge pull request #2539 from OlegHahm/msg_reply_int_documentation
core: document msg_reply_int()
2015-03-05 16:07:05 +01:00
Oleg Hahm
b441cdfb3a core: documentation: document msg_reply_int() 2015-03-05 16:03:08 +01:00
Oleg Hahm
460dcdf8bb core: documentation: msg_reply returns -1 on error 2015-03-05 15:54:43 +01:00
Oleg Hahm
579377a6a1 Merge pull request #2535 from authmillenon/netif/fix/add-missing-include
ng_netif: Add missing include
2015-03-04 22:23:34 +01:00
Martine Lenders
878bc94b38 ng_netif: Add missing include 2015-03-04 18:30:45 +01:00
Martine Lenders
904b363b77 unittests: remove unnecessary MODULE macro definition 2015-03-04 18:07:03 +01:00
Lotte Steenbrink
1793eb7ec8 Merge pull request #2450 from authmillenon/netreg/api/pointer-based
RFC: netreg: move to pointer-based API
2015-03-04 15:33:15 +01:00
Martine Lenders
ec5f686cd0 netreg: move to pointer-based API
Moving to a pointer-based API simplifies a lot, since there is no need
for an internal pool of entries anymore. Therefore, a lot of
organizational overhead and some restrictions (e.g. an upper limit on
entries) are dropped.

The entries can be stored in the stack of the respective thread.
2015-03-04 13:17:00 +01:00
Oleg Hahm
023fef4d1c Merge pull request #2100 from haukepetersen/fix_stm32f3_spinbarrier
cpu/stm32f3: set cpu specific hwtimer spin barrier
2015-03-04 13:08:35 +01:00
Hauke Petersen
d19515d590 cpu/stm32f3: set cpu specific hwtimer spin barrier 2015-03-04 10:44:26 +01:00
Peter Kietzmann
0c2cc6af95 Merge pull request #2529 from gebart/pr/lis3dh-test-spi-conf-define-fix
tests/lis3dh: Fix SPI_CONF #define
2015-03-04 09:42:24 +01:00
Peter Kietzmann
1a9c01d1fa Merge pull request #2481 from gebart/pr/kinetis-i2c-speed
kinetis: Add configuration macros for I2C bus speed parameters.
2015-03-04 09:41:04 +01:00
Joakim Gebart
f317cf42a8 kinetis: Add configuration macros for I2C bus speed parameters. 2015-03-04 08:55:06 +01:00
Joakim Gebart
6a4c61534c tests/lis3dh: Fix SPI_CONF #define 2015-03-04 08:51:41 +01:00
Oleg Hahm
a846409a55 Merge pull request #2523 from gebart/pr/lowpan-eui-short-addr-local
sixlowpan: Handle short hardware addresses correctly
2015-03-04 02:38:40 +01:00
Martine Lenders
36c757b8c8 Merge pull request #2448 from haukepetersen/fix_doc_shell
sys/shell: fixed and unified doxygen headers
2015-03-03 23:14:46 +01:00
Thomas Eichinger
8b5f784e0b Merge pull request #2446 from thomaseichinger/ng_netconf_reset
net/ng_netconf: improve comment describing NETCONF_STATE_*
2015-03-03 23:07:43 +01:00
Thomas Eichinger
40062c3ac3 net/ng_netconf.h: fix doxygen comments 2015-03-03 23:06:32 +01:00
Oleg Hahm
f978282ff8 Merge pull request #2326 from PeterKietzmann/make_drivers_thread_safe
drivers/... : Acquire exclusive access to I2C bus
2015-03-03 22:38:44 +01:00
Joseph Noir
f614d4b186 Merge pull request #1222 from BytesGalore/add_pthread_simple_tls
Everything seems to work, so here we go: sys:posix:pthread added dynamic pthread thread local storage
2015-03-03 22:38:27 +01:00
Hauke Petersen
50ef37c907 Merge pull request #2524 from haukepetersen/ng_fix_pktbuf
net/ng_pktbuf: added missing #inlcude <stdio.h>
2015-03-03 22:16:03 +01:00
haukepetersen
b6ca321270 net/ng_pktbuf: added missing #inlcude <stdio.h> 2015-03-03 22:12:16 +01:00
Hauke Petersen
4b9eaa9a69 Merge pull request #2449 from haukepetersen/ng_llhdr
net: added generic network interface header format
2015-03-03 22:01:37 +01:00
Hauke Petersen
be9987292f net: added generic network interface header format 2015-03-03 22:00:46 +01:00
Ludwig Ortmann
48e6247f4f Merge pull request #2507 from authmillenon/travis/remove-outputting-nproc
travis: remove unnecessary nproc output
2015-03-03 21:38:34 +01:00
Ludwig Ortmann
2ff29ea1de Merge pull request #2487 from gebart/pr/openocd-init-arguments
dist/tools/openocd: Replace OPENOCD_EXTRA_INIT with command line arguments
2015-03-03 21:15:44 +01:00
Oleg Hahm
198c496134 Merge pull request #2492 from cgundogan/readme_add_aodvv2_nhdp
add AODVv2 and NHDP to the README
2015-03-03 20:37:40 +01:00
Cenk Gündoğan
d6242360da net_if: proper u/l-bit inversion for short addresses 2015-03-03 20:03:54 +01:00
Joakim Gebart
2aa031e7c7 sixlowpan: Set U/L bit in short address to local. 2015-03-03 19:56:11 +01:00