Ludwig Ortmann
|
2c697bd8a4
|
drivers/mq3: add extern "C" to header
|
2014-10-31 12:30:03 +01:00 |
|
Ludwig Ortmann
|
2117737302
|
Merge pull request #1806 from BytesGalore/extern_C_in_headers_boards
boards: add `extern "C"` to header files
|
2014-10-31 04:25:15 -07:00 |
|
BytesGalore
|
fc56535dd3
|
boards: add extern "C" to header files
|
2014-10-31 11:27:59 +01:00 |
|
Ludwig Ortmann
|
e7ccc8027d
|
Merge pull request #1802 from Troels51/ieee-802.15.4-frame-format-fix
fix in ieee 802.15.4 frame
|
2014-10-31 03:11:56 -07:00 |
|
Hinnerk van Bruinehsen
|
1cc71e81f8
|
Merge pull request #1724 from LudwigOrtmann/flash-all
make: remove dependency from flash to all
|
2014-10-31 11:08:55 +01:00 |
|
Ludwig Ortmann
|
2c9c8bf2e0
|
make: remove dependency from flash to all
* print message when no hex file is found instead
* add objcopy for native so that flash can succeed
|
2014-10-31 10:31:47 +01:00 |
|
Troels Hoffmeyer
|
406872751a
|
Only read pan ID when address mode is not 0, when reading 802.15.4 header
|
2014-10-31 10:16:34 +01:00 |
|
Oleg Hahm
|
fce3a2243e
|
Merge pull request #1846 from thomaseichinger/at86rf23x
drivers/at86rf231: refactoring of the at86rf231 radio driver
|
2014-10-31 09:33:30 +01:00 |
|
Hinnerk van Bruinehsen
|
bc37cbeb55
|
Merge pull request #1820 from N8Fear/cppcheck-cleanup
lint: take care of various warnings/errors issued by cppcheck
|
2014-10-31 07:36:45 +01:00 |
|
Hinnerk van Bruinehsen
|
72115d629d
|
lint: fix uninitstring in sixlowdriver
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
0e065cff2c
|
lint: fix va_end_missing in cpu/native/syscalls.c
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
d1775a1ad1
|
lint: fix redundantCopy in udp code
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
75c02c937a
|
lint: suppress unusedStructMember in vendor files
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
ce075d9cbd
|
lint: suppress warning about obsoleteFuntionsasctime
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
9ba980dfd9
|
cpu: stm32f1 spi: fix typos
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
145d345edf
|
lint: fix syntaxError warning
|
2014-10-31 01:24:32 +01:00 |
|
Hinnerk van Bruinehsen
|
e3aa222d6c
|
lint: fix nullPointer errors
|
2014-10-31 01:24:30 +01:00 |
|
Hinnerk van Bruinehsen
|
aca4724447
|
lint: fix warnings of possible nullPointer dereferences
|
2014-10-31 01:24:30 +01:00 |
|
Hinnerk van Bruinehsen
|
ff6a7febc6
|
lint: fix uselessAssignmentPtrArg
|
2014-10-31 01:24:30 +01:00 |
|
Hinnerk van Bruinehsen
|
3114f362df
|
lint: fix invalidPrintfArgType_sint warning
|
2014-10-31 01:24:30 +01:00 |
|
Hinnerk van Bruinehsen
|
8723ba7568
|
lint: fix variableScope warnings
|
2014-10-31 01:24:30 +01:00 |
|
Hinnerk van Bruinehsen
|
a5aeaab87b
|
lint: fix unreadVariable warnings
|
2014-10-31 01:24:30 +01:00 |
|
Hinnerk van Bruinehsen
|
4b68b9e547
|
lint: fix redundantAssignment warnings
SQUASH ME: redundantAssignment (remove FAT stuff)
SQUASH ME: into redundantAssignment unnecessary supp
|
2014-10-31 01:24:29 +01:00 |
|
Hinnerk van Bruinehsen
|
ec98c85a05
|
lint: fix unusedVariable warnings
SQUASH ME: into unusedVariable (annotated)
SQUASH ME: into unusedVariable (II)
SQUASH ME: into unreadVariable (II)
|
2014-10-31 01:24:29 +01:00 |
|
Hinnerk van Bruinehsen
|
2103249815
|
lint: fix unassignedVariable warnings in stm32f1
|
2014-10-31 01:24:28 +01:00 |
|
Hauke Petersen
|
9ba48e409f
|
Merge pull request #1916 from mehlis/yunjia-rm-unused-file
yunjia: rm unused file
|
2014-10-30 23:41:00 +01:00 |
|
Christian Mehlis
|
7ebeab48da
|
yunjia: rm unused file
|
2014-10-30 23:39:47 +01:00 |
|
Oleg Hahm
|
8c44eaa6f8
|
Merge pull request #1903 from authmillenon/rpl_udp_non_routing
rpl_udp: add non-routing hosts to example
|
2014-10-30 23:38:59 +01:00 |
|
Oleg Hahm
|
62006b6f34
|
Merge pull request #1915 from OlegHahm/replace_has_radio_by_feature
make: replace has radio by feature
|
2014-10-30 23:29:49 +01:00 |
|
Hauke Petersen
|
56062b0f23
|
Merge pull request #1872 from thomaseichinger/stm32f1-i2c-multibyte-fix
cpu/stm32f1: fix i2c master read for N=2 and N>2 bytes
|
2014-10-30 23:24:00 +01:00 |
|
|
feb550f17a
|
Merge pull request #1885 from OlegHahm/thread_yield_higher_cleanup
core: thread_yield_higher cleanup
|
2014-10-30 23:22:27 +01:00 |
|
Oleg Hahm
|
50ad24b011
|
Merge pull request #1911 from OlegHahm/fix_trickle_timer_stacksize
trickle: fix timer stacksize
|
2014-10-30 23:21:00 +01:00 |
|
|
f2483dfd5b
|
Merge pull request #1649 from kaspar030/ringbuffer_remove
sys: lib: introduce ringbuffer_remove()
|
2014-10-30 23:20:06 +01:00 |
|
|
e4257284ad
|
sys: lib: introduce ringbuffer_remove()
This commit adds a function that deletes n elements from the ringbuffer
without actually writing them somewhere.
|
2014-10-30 23:23:27 +01:00 |
|
Oleg Hahm
|
1b47b76135
|
config: use FEATURE_PROVIDED instead of HAS_RADIO
|
2014-10-30 23:13:52 +01:00 |
|
Oleg Hahm
|
3c0d91720b
|
Revert "boards: introduced a HAS_RADIO define"
This reverts commit 4238f40429 .
|
2014-10-30 23:13:52 +01:00 |
|
benpicco
|
54c3cb259e
|
Merge pull request #1908 from OlegHahm/ps_fix_after_tcb_cleanup
sys: fix thread_print_all
|
2014-10-30 22:46:02 +01:00 |
|
Thomas Eichinger
|
9e2cfdc4da
|
netdev/802154: suppress cppcheck warnings in 802154.h
Suppress cppcheck warnings of class unusedStructMember because
this interface is not used yet. Remove these comments once it
is used.
|
2014-10-30 22:35:00 +01:00 |
|
Thomas Eichinger
|
dfb1b56fad
|
drivers/at86rf231: refactoring of the at86rf231 radio driver
* deploy extended operation mode
* cleanup
* implement netdev 802154.h interface
|
2014-10-30 22:35:00 +01:00 |
|
Christian Mehlis
|
3e5cfaece3
|
Merge pull request #1555 from haukepetersen/fix_nrf_uartdriver
cpu/nrf51822: added interrupt mode to UART driver
|
2014-10-30 22:33:22 +01:00 |
|
Thomas Eichinger
|
5965220efe
|
Merge pull request #1900 from OlegHahm/config_radio_address_t
config: use radio_address_t in config_t
|
2014-10-30 22:28:45 +01:00 |
|
Thomas Eichinger
|
a2d7b5abd6
|
Merge pull request #1909 from locicontrols/cc2538dk-jlink
boards/cc2538dk: Support flashing and debugging using the SEGGER JLink.
|
2014-10-30 22:28:10 +01:00 |
|
Oleg Hahm
|
99b5ff81fa
|
config: suppress cppcheck warnings
|
2014-10-30 22:27:12 +01:00 |
|
Oleg Hahm
|
576e76db51
|
config: make members feature specific
Channel and address are only sensible for boards that actually have a
transceiver.
|
2014-10-30 22:27:12 +01:00 |
|
Oleg Hahm
|
6b39ce9650
|
config: moved from core to sys
There's no need to run config_load from core directly, can be done by
auto_init.
|
2014-10-30 22:27:11 +01:00 |
|
Oleg Hahm
|
09f225f6ed
|
config: use radio_address_t
|
2014-10-30 22:27:11 +01:00 |
|
Hauke Petersen
|
64c5ee3322
|
cpu/nrf51822: made syscalls aware of uart0
|
2014-10-30 21:51:31 +01:00 |
|
Hauke Petersen
|
32e8415c7c
|
boards: added missing STD_RX_BUFSIZE defines
added for:
- pca10000
- pca10005
- yunjia-nrf51822
|
2014-10-30 21:51:31 +01:00 |
|
Hauke Petersen
|
7d8e9def20
|
tests/periph_uart_int: fixed formatting
|
2014-10-30 21:51:31 +01:00 |
|
Hauke Petersen
|
2bab8aed2e
|
cpu/nrf51822: added interrupt mode to UART driver
|
2014-10-30 21:51:31 +01:00 |
|