Cenk Gündoğan
935292ce44
gcoap: make stack size configurable
6 years ago
Hauke Petersen
2b855a673d
drivers/sdcard_spi: remove xtimer_init
6 years ago
smlng
15f8703f01
doc: use markdown sections, adapt pwm.h
6 years ago
smlng
756e3d95fb
doc: make detailed description of flashpage interface more visibile
6 years ago
smlng
236c6cb013
doc: enhance doxygen doc of PM module
6 years ago
smlng
ab6cb269ed
doc: fix UART doxygen docu
...
- move detailed description to be visible on respective module page
- see and compare other periph interfaces, i.e., GPIO, PWM ...
6 years ago
smlng
f5cd3a4496
doc: reorganize and enhance docu on common I2C periph interface
6 years ago
Francisco Acosta
6df211383e
Merge pull request #5366 from haukepetersen/add_flashrom_samd21
...
cpu/samd21: added flashpage driver implementation
6 years ago
Alexandre Abadie
ccc098b36c
Merge pull request #7131 from In0ut/nucleo-l0-rtc
...
cpu/stm32-common: add RTC support to stm32l0
6 years ago
Martine Lenders
99327c7c04
Merge pull request #7137 from smlng/driver/encx24j600/fix_overflow
...
driver, encx24j600: fix possible buffer overflow
6 years ago
smlng
164768be54
netstats_l2: correct rx_bytes in encx24j600
6 years ago
smlng
b41219744a
driver, encx24j600: fix possible buffer overflow
...
overflow if len < payload_len, that is packet too big
6 years ago
Martine Lenders
045b9e7f18
Merge pull request #7136 from smlng/tests/emb6/fix_unused_var
...
tests, emb6: fix unused var
6 years ago
smlng
ce0aa113b3
tests, periph_spi: fix unused variable
6 years ago
smlng
26fb62b279
tests, emb6: fix unused var
6 years ago
joris
2135dcc70c
boards/nucleo32-l031: configure RTC
6 years ago
joris
fa2b1511a2
boards/nucleo-l053: configure RTC
6 years ago
joris
19baa390de
boards/nucleo-l073: configure RTC
6 years ago
joris
6a5da1c1f7
cpu/stm32-common: add RTC support to stm32l0
...
Signed-off-by: joris <laborde.joris@gmail.com>
6 years ago
Sebastian Meiling
3cdb92aaf4
Merge pull request #7126 from cgundogan/pr/packer_udev_rules
...
packer: import openocd udev rules
6 years ago
Francisco Acosta
983406cfda
Merge pull request #6661 from aabadie/driver_bmx280
...
drivers/bmx280: make bme280 driver more generic and also add support to bmp280
6 years ago
Alexandre Abadie
82e68b008c
test/bmx280: rename bme280 test
6 years ago
Alexandre Abadie
d7543ccf31
sys/auto_init: use new bmx280 implementation for bme280 and bmp280
6 years ago
Alexandre Abadie
4a852abd03
drivers/bmx280: factorize bme280 and bmp280 implementation
6 years ago
Martine Lenders
4e7afa44ea
Merge pull request #7103 from kb2ma/opt_gcoap_moveimplstatus
...
net/gcoap: add table of contents to module doc
6 years ago
Hauke Petersen
fd981dff22
cpu/cortexm: set VTOR for selected M0+ CPUs
6 years ago
Hauke Petersen
e9fad57925
boards/samX21-xpro: enabled flashpage feature
...
done so for:
- samr21-xpro
- saml21-xpro
- samd21-xpro
6 years ago
Hauke Petersen
4e29dce36b
cpu/samd0: added flashpage driver implemenation
6 years ago
neiljay
12a9c5e3b4
Merge pull request #7012 from francois-berder/wifire-led
...
boards: pic32-wifire: Add LEDs support
6 years ago
neiljay
7c3601ae8f
Merge pull request #7013 from francois-berder/clicker-led
...
boards: pic32-clicker: Add LEDs support
6 years ago
Cenk Gündoğan
1186029102
packer: add custom udev rules
6 years ago
Cenk Gündoğan
901bbf6898
packer: import openocd udev rules
6 years ago
Alexandre Abadie
25d909725b
Merge pull request #7124 from haukepetersen/rm_stm32f1_cpuclockscale
...
cpu/stm32f1: remove unused cpu_clock_scale
6 years ago
Alexandre Abadie
1a2097e97e
Merge pull request #7082 from jia200x/openthread_core
...
pkg/openthread: core and tests
6 years ago
José Ignacio Alamos
fc4fd6222f
pkg/openthread: Add tests
6 years ago
José Ignacio Alamos
017280db13
pkg/openthread: add OpenThread core
6 years ago
Martine Lenders
679afe60b6
Merge pull request #6604 from haukepetersen/opt_netdev_doc
...
drivers/netdev: added more comprehensive doc
6 years ago
Hauke Petersen
d0f84e5460
drivers/netdev2: added more comprehensive doc
6 years ago
Hauke Petersen
9e995dde81
cpu/stm32f1: remove unused cpu_clock_scale
6 years ago
Ken Bannister
fac0ae1aa9
net/gcoap: Add table of contents to group documentation.
6 years ago
Hauke Petersen
4bc1d2916b
Merge pull request #7096 from haukepetersen/opt_gcoap_misc2
...
net/gcoap: some more minor improvements
6 years ago
Martine Lenders
b28a61d61c
Merge pull request #6670 from gebart/pr/newlib-split-syscalls
...
newlib: Split newlib into one generic part and one default syscalls part
6 years ago
Hauke Petersen
b104433d4e
net/gcoap: improved header documentation
...
- fixed/unified indention throughout the file
- use same style for @brief blocks
- removed colons from end of brief descriptions
- fixed in and out annotations for function parameters
6 years ago
Hauke Petersen
7ba22cfbf8
net/gcoap: added some additional debug output
6 years ago
Hauke Petersen
9d3abe0d12
Merge pull request #7097 from haukepetersen/opt_gcoap_moveimplstatus
...
net/gcoap: moved implemenation status to gcoap.h
6 years ago
Joakim Nohlgård
7548c509e6
Merge pull request #7101 from haukepetersen/opt_kinetis_rmsymlinks
...
cpu/kinetis: prevent use of symlinks for ld-scripts
6 years ago
Martine Lenders
f6cb8a89ce
Merge pull request #7117 from cgundogan/pr/netdev_doc
...
netdev.h: remove indirect reference to netdev2 from doc
6 years ago
Cenk Gündoğan
1f4dbcb089
Merge pull request #6676 from astralien3000/rm_aversiveplusplus
...
pkg : remove aversiveplusplus
6 years ago
Cenk Gündoğan
1473adde17
netdev.h: remove indirect reference to netdev2 from doc
6 years ago
Loïc Dauphin
f8675f77b7
pkg: removed aversiveplusplus
6 years ago