Marc Poulhiès
961056548b
initial work for uDMA + SPI
6 years ago
Marc Poulhiès
abd0d91e04
drivers/rotary_encoder : WIP
6 years ago
Marc Poulhiès
9d4accfe1a
initial support for PWM output
...
ATM, only on timer1/PB4, but more can be easily added (and will be)
Signed-off-by: Marc <dkm@kataplop.net>
6 years ago
Marc Poulhiès
b4eacbbe67
something for PWM
6 years ago
Peter Kietzmann
afbb00cca7
Merge pull request #7225 from dnahm/atmega_spi
...
cpu/atmega_common: adjust spi for at328p and at1281
6 years ago
dnahm
af34c87a8d
cpu/atmega_common: adjust spi for at328p and at1281
6 years ago
Alexandre Abadie
122076976d
Merge pull request #7274 from smlng/cpu/periph/spi/const
...
cpu, periph: retain constness in spi_transfer_bytes
6 years ago
smlng
01af6d94c4
cpu, periph: retain constness in spi_transfer_bytes
6 years ago
Martine Lenders
abe2d44861
Merge pull request #7041 from OTAkeys/pr/stm32f413vg
...
cpu/stm32f4: add stm32f413vg support
6 years ago
Martine Lenders
ab6754c2d7
Merge pull request #7272 from smlng/sys/uart_stdio/retain_constness
...
sys, uart_stdio: retain constness on cast
6 years ago
Martine Lenders
29587d01a0
Merge pull request #7273 from mfrey/unittest-readme
...
doc: changed include and function call in README
6 years ago
Martine Lenders
adc02a962e
Merge pull request #7275 from aabadie/fix_at86rf2xx_ping
...
drivers/at86rf2xx: fix tx prepare leading to inconsistent idle state
6 years ago
Michael Frey
5964eaa336
doc: changed include and function call in README
6 years ago
Martine Lenders
3c5c1c7987
Merge pull request #7251 from haukepetersen/opt_stm32_dac
...
cpu/stm32: unified and cleaned up DAC driver
6 years ago
Alexandre Abadie
9834b1d9f9
drivers/at86rf2xx: fix tx prepare leading to inconsistent idle state
6 years ago
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
6 years ago
smlng
70007e5ea4
sys, uart_stdio: retain constness on cast
6 years ago
Alexandre Abadie
49c1725d98
Merge pull request #7249 from haukepetersen/opt_dac_doc
...
drivers/dac: clarified doc and named return values
6 years ago
Kaspar Schleiser
4d27c13d31
Merge pull request #7269 from miri64/examples/fix/saul-name
...
examples: fix name of saul application
6 years ago
Martine Lenders
4f516ec9cd
examples: fix name of saul application
6 years ago
Alexandre Abadie
725144896d
Merge pull request #7120 from smlng/drivers/mpl3115a2/rework
...
drivers/mpl3115a2: rework
6 years ago
smlng
addf64349c
saul: add mpl3115a2
6 years ago
smlng
9bed191b4f
tests: adapt driver_mpl3115a2
6 years ago
smlng
c7375529e3
drivers: rework mpl3115a2 pressure sensor
6 years ago
Martine Lenders
5505c800f2
Merge pull request #7228 from haukepetersen/fix_emcute_lenchecking
...
net/emcute: check value of length field before use
6 years ago
Alexandre Abadie
524f2e57bd
Merge pull request #7254 from haukepetersen/add_sam3_adc
...
cpu/sam3: add ADC implementation
6 years ago
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...
6 years ago
Hauke Petersen
91ff52a897
net/emcute: use size_t for length comparisons
6 years ago
Hauke Petersen
ae367e5537
net/emcute: check value of length field before use
6 years ago
Hauke Petersen
8286c8f686
boards/ardunio-due: added mapping for analog pins
6 years ago
Hauke Petersen
30ef5d0a30
cpu/sam3: added ADC implementation
6 years ago
Francisco Acosta
d31d870b26
Merge pull request #5412 from dkm/pr/spi
...
cpu/lm4f120: SPI support
6 years ago
Martine Lenders
a5d3630531
Merge pull request #7265 from aabadie/driver_dht_cleanup
...
drivers/dht: some cleanup
6 years ago
Alexandre Abadie
f1a93bf36e
drivers/dht: some cleanup
6 years ago
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().
6 years ago
Marc Poulhiès
685b42c9a2
cpu/lm4f120: SPI support
6 years ago
Martine Lenders
ce0a8ac744
Merge pull request #7193 from smlng/sys/phydat/add_hecto_prefix
...
sys,phydat: add missing prefix, and string conversions
6 years ago
Martine Lenders
96b90645ba
Merge pull request #7259 from OTAkeys/pr/const_input_cipher_cbc
...
crypto/cbc: constify input buffers
6 years ago
Vincent Dupont
4f6fadbdc7
crypto/cbc: constify input buffers
6 years ago
Kaspar Schleiser
44fc2c6a2a
Merge pull request #6176 from kaspar030/add_ssp_support
...
sys: add ssp support
6 years ago
Kaspar Schleiser
277189ef05
cpu: k60: remove ssp code
6 years ago
Kaspar Schleiser
7b1a1e9d81
tests: add SSP (stack smashing protector) test application
6 years ago
Kaspar Schleiser
7a0fcc30c8
sys: add initial SSP support
6 years ago
Martine Lenders
7a62a33ab2
Merge pull request #7230 from OTAkeys/pr/cbor
...
sys/cbor: remove default configuration and allow apps to enable features
6 years ago
Martine Lenders
7cfe818c09
Merge pull request #7256 from kaspar030/fix_xtimer_msg_receive_timeout
...
tests: xtimer_msg_receive_timeout: always wait for not received message
6 years ago
Martine Lenders
6d878b112a
Merge pull request #7245 from smlng/enh/saul/const
...
saul: use const for device parameter
6 years ago
Pieter Willemsen
6706e763d4
sys: cbor: add test app for cbor_stream_decode
6 years ago
Pieter Willemsen
29e8bd1351
sys: cbor: makefiles can enable cbor functionality
...
new cbor pseudomodules:
- cbor_ctime
- cbor_float
- cbor_semantic_tagging
6 years ago
Kaspar Schleiser
4c717d42c1
tests: xtimer_msg_receive_timeout: always wait for not received message
6 years ago
Kaspar Schleiser
1d0055b5b4
Merge pull request #7003 from miri64/tests/feat/add-release-spec-6
...
tests: add application for release specs 6
6 years ago