Marc Poulhiès
7c0c942e8e
drivers/servo: fix API doc
...
Parameters for servo_init/servo_set are in ms only when using default values for SERVO_RESOLUTION and SERVO_FREQUENCY.
When using non default values, user must scale values to be in the range of [0, SERVO_RESOLUTION]
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:28:27 +01:00
Marc Poulhiès
d0fb8adf45
cpu/lm4f120: ADC support
...
Only ADC_0 and no precision support.
Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
2016-03-09 13:24:31 +01:00
Baptiste
455555304c
SAML21/RTC: Add RTC driver
2016-03-09 09:28:42 +01:00
Michael Andersen
2f001776db
ndp: fix stub parameters
2016-03-08 23:21:16 -08:00
IldarValiev
a8391e346e
core: added documentation to cib.h
...
size can be equal 0 or 2^n only. Because else mask won't consist of consecutive '1' only (e.g., 0b00111111) and functions cib_get() and cib_put() will return wrong values.
2016-03-09 01:53:12 +01:00
Oleg Hahm
0047fc9496
Merge pull request #4999 from OlegHahm/cortex_m4_more_ci_groups
...
ci: split up cortex_m4 in even more groups
2016-03-09 01:52:58 +01:00
9e3081849e
sys: xtimer: fix some race conditions
2016-03-09 01:51:59 +01:00
Oleg Hahm
2c33e69def
Merge pull request #4995 from OlegHahm/conn_udp_doc_same_thread
...
doc: add notes that UDP receive functions must be called from same thread
2016-03-09 00:17:33 +01:00
Oleg Hahm
8986b98281
make: check if APPLICATION is set
...
Fixes #1282 .
2016-03-08 21:08:04 +01:00
Oleg Hahm
f576317194
ci: split up cortex_m4 in even more groups
2016-03-08 20:37:25 +01:00
kYc0o
e92f214478
boards/cc2538dk: adding PORT_DARWIN for mac support
2016-03-08 19:49:42 +01:00
Oleg Hahm
b61b8e9f00
sockets: add documentation about implicite binding
2016-03-08 19:48:20 +01:00
Oleg Hahm
ee0f31df9a
conn_udp: document correct create & recv usage
...
Both functions must be called from the same thread.
2016-03-08 19:48:20 +01:00
Oleg Hahm
8c7cfca340
make: missing dependency to gnrc_netdev2
...
If netdev2_tap is used with gnrc, this module is also required.
2016-03-08 16:38:45 +01:00
Oleg Hahm
7552867858
make: removed non-existing gnrc_netdev_eth
2016-03-08 16:33:57 +01:00
Oleg Hahm
c2ebeb1281
gnrc: removed deprecated and unused header
2016-03-08 16:33:12 +01:00
Joakim Nohlgård
7fa56b8d3b
boards/wsn430-common: Use another module name for drivers subdirectory
2016-03-08 14:20:01 +01:00
Joakim Nohlgård
e9d7087a05
boards/native: Use another module name for drivers subdirectory
2016-03-08 14:19:52 +01:00
Joakim Nohlgård
047a522e8c
boards/msba2-common: Use another module name for drivers subdirectory
2016-03-08 14:19:43 +01:00
Joakim Nohlgård
1d2d6bae44
boards/msb-430-common: Use another module name for drivers subdirectory
2016-03-08 14:19:34 +01:00
Joakim Nohlgård
d11b0bfd12
boards/chronos: Use another module name for drivers subdirectory
2016-03-08 14:19:23 +01:00
Joakim Nohlgård
90aa327614
boards/avsextrem: Use another module name for drivers subdirectory
2016-03-08 14:19:14 +01:00
Joakim Nohlgård
49a7368c33
Merge pull request #4970 from kaspar030/fix_board_common_module_names
...
boards: fix board common module names
2016-03-08 14:06:03 +01:00
Martine Lenders
b38a06cf9e
Merge pull request #4983 from authmillenon/gnrc_netdev2_eth/fix/error-handling-on-send
...
gnrc_netdev_eth: handle error on iovec initialization.
2016-03-08 13:31:41 +01:00
kYc0o
afeaea02aa
Merge pull request #2652 from locicontrols/cc2538-uart-mis
...
cpu/cc2538: clear only the latched UART interrupt flags
2016-03-08 11:56:28 +01:00
Joakim Nohlgård
44fcde36ab
boards/mulle: Avoid RMW bitbanding in LED macros
2016-03-08 09:48:10 +01:00
10f190300e
Merge pull request #4969 from LudwigKnuepfer/pr/board-msb-430-doc
...
boards/msb-430: fix and improve documentation
2016-03-08 00:45:59 +01:00
Ian Martin
705879741c
cpu/cc2538: use the MCU's default UART FIFO interrupt levels
2016-03-07 17:52:06 -05:00
Ian Martin
5f05a956db
cpu/cc2538: clear only the latched UART interrupt flags
...
Otherwise incoming bytes can remain in the receive FIFO indefinitely.
2016-03-07 17:52:06 -05:00
f488998c3f
Merge pull request #3723 from A-Paul/test_thread_flood
...
tests: Adding test for thread_create
2016-03-07 23:47:34 +01:00
fd703188b6
Merge pull request #4984 from kaspar030/fix_cc2538_periph_conf
...
cpu: cc2538: add missing include to periph_cpu.h
2016-03-07 23:39:33 +01:00
a6a98dc5a9
cpu: cc2538: add missing include to periph_cpu.h
2016-03-07 23:25:20 +01:00
Ludwig Knüpfer
9dd666768a
boards/msb-430: fix style
2016-03-07 22:45:09 +01:00
Ludwig Knüpfer
94709cfcdf
boards/msb-430: fix and improve Doxygen
...
Add reference URL, fix typos.
2016-03-07 22:45:08 +01:00
Ludwig Knüpfer
5ad3073a7d
boards/msb-430: fix components documentation
2016-03-07 22:45:08 +01:00
Martine Lenders
d8c3301492
gnrc_netdev_eth: handle error on iovec initialization.
2016-03-07 21:36:35 +01:00
Peter Kietzmann
e5500072d2
Merge pull request #4957 from botmayank/develop
...
stm32f0: GPIO enable IRQ for EXTI0_1
2016-03-07 21:36:15 +01:00
Martine Lenders
32e0c7ae66
Merge pull request #4636 from authmillenon/ieee802154/enh/general-hdr
...
ieee802154: provide general header build and read functions
2016-03-07 21:02:52 +01:00
Martine Lenders
dc16cb188a
Merge pull request #4433 from aeneby/openmote-cca
...
Update OpenMote board header file to define UPDATE_CCA
2016-03-07 20:02:45 +01:00
kYc0o
740635daaa
Merge pull request #3765 from locicontrols/cc2538-i2c
...
cpu/cc2538: add periph/i2c driver
2016-03-07 18:22:32 +01:00
Martine Lenders
ab0505dfff
tests: provide unittests for ieee802154 module
2016-03-07 16:40:30 +01:00
Martine Lenders
399b8026d3
ieee802154: provide general header build and read functions
2016-03-07 16:40:30 +01:00
Peter Kietzmann
dcc58da35a
Merge pull request #4959 from shady33/fix-stm32l1-timer
...
Mistyped argument name
2016-03-07 15:50:12 +01:00
botmayank
35154e0c84
cpu/stm32f0: GPIO enable IRQ for EXTI0_1
...
Removed unnecessary EXTI2_3 interrupt enable
cpu/stm32f0: gpio removed trailing whitespace
2016-03-07 14:18:39 +01:00
lakshbhatia
773453e187
stm32l1/timer: fix callback argument initialization
2016-03-07 12:41:15 +01:00
Peter Kietzmann
2f0b4c20bf
Merge pull request #4849 from haukepetersen/add_test_leds
...
tests: added test for on-board LED macros
2016-03-07 09:42:13 +01:00
Martine Lenders
cba05cc028
Merge pull request #4873 from Yonezawa-T2/zero_udp_checksum
...
udp: fixed a corner case for checksum computation.
2016-03-07 09:21:24 +01:00
Martine Lenders
9201063bd1
Merge pull request #3307 from OlegHahm/sixlowpan-tests_0
...
unittests: initial import of 6LoWPAN tests
2016-03-07 09:16:05 +01:00
Martine Lenders
1a34075388
Merge pull request #4972 from kaspar030/higher_testrunner_default_timeout
...
dist: tools: testrunner: increase default timeout to 10 secs
2016-03-07 08:29:18 +01:00
Yonezawa-T2
b1dd2818fe
udp: discard UDP packets with zero checksum.
...
RFC 2460 Section 8.1
> IPv6 receivers must discard UDP packets containing a zero checksum,
> and should log the error.
2016-03-07 15:46:29 +09:00