Martine Lenders
d09999a127
tests: provide unittests for bcd
2017-07-06 20:43:30 +02:00
Martine Lenders
3f95f9ed85
bcd: initial import of binary coded decimal en-/decoder
2017-07-06 20:43:29 +02:00
Martine Lenders
d61be01596
Merge pull request #6797 from aabadie/driver_sx127x
...
drivers/sx127x: rework of implementations from #6645 and #6002
2017-06-30 20:19:19 +02:00
57c51e4014
test: add sx127x test application
2017-06-30 19:00:59 +02:00
0ccc264538
drivers: initial implementation of sx127x radio (LoRa mode only)
2017-06-30 19:00:40 +02:00
b80c249d2c
sys/netopt: add new enum types for LoRa
2017-06-30 18:59:49 +02:00
b52040b129
Merge pull request #7191 from kYc0o/bossa_osx_build
...
dist/tools/bossa: patch Makefile for OS X build
2017-06-30 17:47:01 +02:00
kYc0o
c0b2182d01
dist/tools/bossa: add patch for OS X build
2017-06-30 16:44:47 +02:00
Martine Lenders
acbdfe8878
Merge pull request #7285 from aabadie/forupstream_radio_fix
...
drivers/at86rf2xx: remove redundant radio wakeup
2017-06-30 15:48:45 +02:00
Hyungsin
112a446b9d
drivers/at86rf2xx: remove redundant radio wakeup
2017-06-30 15:06:30 +02:00
6c8c50b3ec
Merge pull request #7281 from aabadie/const_mtd
...
drivers/mtd: constify where possible
2017-06-30 13:41:31 +02:00
Peter Kietzmann
afbb00cca7
Merge pull request #7225 from dnahm/atmega_spi
...
cpu/atmega_common: adjust spi for at328p and at1281
2017-06-30 08:53:10 +02:00
dnahm
af34c87a8d
cpu/atmega_common: adjust spi for at328p and at1281
2017-06-30 08:34:47 +02:00
8d74212afa
drivers/mtd: constify where possible
2017-06-29 22:46:16 +02:00
122076976d
Merge pull request #7274 from smlng/cpu/periph/spi/const
...
cpu, periph: retain constness in spi_transfer_bytes
2017-06-29 16:03:28 +02:00
smlng
01af6d94c4
cpu, periph: retain constness in spi_transfer_bytes
2017-06-29 15:47:13 +02:00
Martine Lenders
abe2d44861
Merge pull request #7041 from OTAkeys/pr/stm32f413vg
...
cpu/stm32f4: add stm32f413vg support
2017-06-29 14:48:14 +02:00
Martine Lenders
ab6754c2d7
Merge pull request #7272 from smlng/sys/uart_stdio/retain_constness
...
sys, uart_stdio: retain constness on cast
2017-06-29 14:26:24 +02:00
Martine Lenders
29587d01a0
Merge pull request #7273 from mfrey/unittest-readme
...
doc: changed include and function call in README
2017-06-29 14:24:13 +02:00
Martine Lenders
adc02a962e
Merge pull request #7275 from aabadie/fix_at86rf2xx_ping
...
drivers/at86rf2xx: fix tx prepare leading to inconsistent idle state
2017-06-29 14:17:12 +02:00
Michael Frey
5964eaa336
doc: changed include and function call in README
2017-06-29 14:03:53 +02:00
Martine Lenders
3c5c1c7987
Merge pull request #7251 from haukepetersen/opt_stm32_dac
...
cpu/stm32: unified and cleaned up DAC driver
2017-06-29 13:40:28 +02:00
9834b1d9f9
drivers/at86rf2xx: fix tx prepare leading to inconsistent idle state
2017-06-29 13:39:14 +02:00
Hauke Petersen
73ede74cd8
cpu/stm32: unified and cleaned up DAC driver
...
- removed neccessity to define empty `DAC_NUMOF 0` for each STM
base board
- adapted all board configs to this
- joined stm32f2 to use common DAC driver
- improved code of DAC driver
2017-06-29 13:03:12 +02:00
smlng
70007e5ea4
sys, uart_stdio: retain constness on cast
2017-06-29 13:02:02 +02:00
49c1725d98
Merge pull request #7249 from haukepetersen/opt_dac_doc
...
drivers/dac: clarified doc and named return values
2017-06-29 12:29:05 +02:00
4d27c13d31
Merge pull request #7269 from miri64/examples/fix/saul-name
...
examples: fix name of saul application
2017-06-29 10:33:26 +02:00
Martine Lenders
4f516ec9cd
examples: fix name of saul application
2017-06-29 10:29:13 +02:00
725144896d
Merge pull request #7120 from smlng/drivers/mpl3115a2/rework
...
drivers/mpl3115a2: rework
2017-06-29 10:03:42 +02:00
smlng
addf64349c
saul: add mpl3115a2
2017-06-29 09:57:17 +02:00
smlng
9bed191b4f
tests: adapt driver_mpl3115a2
2017-06-29 09:57:17 +02:00
smlng
c7375529e3
drivers: rework mpl3115a2 pressure sensor
2017-06-29 09:57:15 +02:00
Martine Lenders
5505c800f2
Merge pull request #7228 from haukepetersen/fix_emcute_lenchecking
...
net/emcute: check value of length field before use
2017-06-28 23:27:53 +02:00
524f2e57bd
Merge pull request #7254 from haukepetersen/add_sam3_adc
...
cpu/sam3: add ADC implementation
2017-06-28 22:56:21 +02:00
Hauke Petersen
9ec615f8c2
net/emcute: added doc for maximum buffer size
...
On 16- and 8-bit platforms, ssizte_t can only hold 2 byte (maximum
of 32767). So when calling sock_udp_recv() we can not pass it a
buffer exeeding this size without potially running into overflow
issues...
2017-06-28 22:52:34 +02:00
Hauke Petersen
91ff52a897
net/emcute: use size_t for length comparisons
2017-06-28 22:52:34 +02:00
Hauke Petersen
ae367e5537
net/emcute: check value of length field before use
2017-06-28 22:51:39 +02:00
Hauke Petersen
8286c8f686
boards/ardunio-due: added mapping for analog pins
2017-06-28 22:08:03 +02:00
Hauke Petersen
30ef5d0a30
cpu/sam3: added ADC implementation
2017-06-28 22:03:11 +02:00
Francisco Acosta
d31d870b26
Merge pull request #5412 from dkm/pr/spi
...
cpu/lm4f120: SPI support
2017-06-28 18:09:51 +02:00
Martine Lenders
a5d3630531
Merge pull request #7265 from aabadie/driver_dht_cleanup
...
drivers/dht: some cleanup
2017-06-28 17:48:46 +02:00
f1a93bf36e
drivers/dht: some cleanup
2017-06-28 16:57:29 +02:00
Marc Poulhiès
11893d8e5f
cpu/lm4f120 fix cpuid cleanup
...
remove dangling CPUID_LEN macro left after fe75996c
that caused some
code to wronlgy believe this cpu has cpuid_get().
2017-06-28 16:54:37 +02:00
Marc Poulhiès
685b42c9a2
cpu/lm4f120: SPI support
2017-06-28 16:54:37 +02:00
Martine Lenders
ce0a8ac744
Merge pull request #7193 from smlng/sys/phydat/add_hecto_prefix
...
sys,phydat: add missing prefix, and string conversions
2017-06-28 14:45:42 +02:00
Martine Lenders
96b90645ba
Merge pull request #7259 from OTAkeys/pr/const_input_cipher_cbc
...
crypto/cbc: constify input buffers
2017-06-27 19:16:14 +02:00
Vincent Dupont
4f6fadbdc7
crypto/cbc: constify input buffers
2017-06-27 18:58:33 +02:00
44fc2c6a2a
Merge pull request #6176 from kaspar030/add_ssp_support
...
sys: add ssp support
2017-06-27 18:55:10 +02:00
277189ef05
cpu: k60: remove ssp code
2017-06-27 18:05:14 +02:00
7b1a1e9d81
tests: add SSP (stack smashing protector) test application
2017-06-27 18:05:14 +02:00