Commit Graph

12936 Commits (4f4214235bed18c44e7adc1be7e0178c2ac72fde)
 

Author SHA1 Message Date
Joakim Nohlgård 8c82d9952b cortexm_common: Fix -Wsign-compare warning in cortexm_init 6 years ago
Joakim Nohlgård 2c5e1065c5 cortexm_common: Fix unused parameter warnings in mpu_configure 6 years ago
Peter Kietzmann 1e06934d39 Merge pull request #6272 from miri64/iana/enh/rename
iana: rename to portrange
6 years ago
Martine Lenders 7f7f08bf50 cc110x: only handle NETOPT_PROTO if gnrc_netif module is present
The cc110x_t::proto field is only present when the `gnrc_netif` module
is present. Handling its corresponding `NETOPT_PROTO` value leads to a
compile error when trying to compile without GNRC.
6 years ago
Alexandre Abadie 85a7d39498 Merge pull request #6338 from ant9000/pyterm_reconnect_fix
pyterm serial reconnect fix for Linux - udev
6 years ago
Alexandre Abadie 6feebb676c Merge pull request #5951 from mali/uno_saul
boards/arduino-common: export led via saul
6 years ago
Sebastian Meiling 40f1dfecce Merge pull request #6365 from cgundogan/pr/jenkins_delete_workspace
jenkins: delete workspace after build
6 years ago
Antonio Galea 2fa4ad3833 reconnecting a USB-serial dongle under Linux might give permission errors until udev scripts complete 6 years ago
Laurent Navet 200916ab33 boards/arduino-common: export led via saul
expose on-board led to saul interface.
6 years ago
Martine Lenders 0f824b6756 iana: rename to portrange 6 years ago
Oleg Hahm 3999d08f8c Merge pull request #6363 from LudwigKnuepfer/pr/fix-pn532-doxygengroup
doc: drivers/pn532: add missing ingroup
6 years ago
Peter Kietzmann 937e3a28c2 Merge pull request #6292 from bergzand/jc42
drivers/jc42: Add JEDEC JC42.4 temperature sensors
6 years ago
Oleg Hahm c2893d4a88 sys: crypto: remove twofish and rc5 6 years ago
Alexandre Abadie cfa2beadf5 examples/nanocoap_server: update nanocoap version 6 years ago
Koen Zandberg d2685f2515 Add test case for the jc42 temperature sensor 6 years ago
Koen Zandberg 03d0f138b4 drivers/jc42 fix temperature parameter signedness 6 years ago
Koen Zandberg ad874fb694 drivers/jc42: Add i2c periph requirement 6 years ago
Koen Zandberg 9a55556644 Removes not needed includes 6 years ago
Koen Zandberg 3545073f49 drivers/jc42: More formatting fixes 6 years ago
Koen Zandberg 01092dd7ca drivers/jc42 Minor formatting 6 years ago
Koen Zandberg 0f22e13ccb drivers/jc42: Add JEDEC JC42.4 temperature sensors
This patch adds a driver for the jc42 compatible
temperature sensors. All sensors compatible with
jc42.4 should work. Examples include the mcp9808
and more.
6 years ago
Oleg Hahm bfc439aa04 doc: native: do not parse internal functions 6 years ago
Cenk Gündoğan e40a271d0c jenkins: delete workspace after build 6 years ago
Kaspar Schleiser a42f4c0c2a Merge pull request #6356 from kaspar030/fix_cmsis_compile_error
pkg: cmsis-dsp: fix compile warning
6 years ago
Ludwig Knüpfer ced11d5744 doc: drivers/pn532: add missing ingroup 6 years ago
Oleg Hahm d0316fa7ae periph timer: remove timer_irq_(en|dis)able 6 years ago
Oleg Hahm 8a9f6a31a6 doc: replace pkg example in documentation 6 years ago
Oleg Hahm f0714affef pkg: remove OpenWSN 6 years ago
Kaspar Schleiser f7b4e32563 pkg: cmsis-dsp: fix compile warning 6 years ago
Oleg Hahm 7068869b42 at86rf2xx: remove CCA check
Rationale: the datasheet states that "It is not recommended to manually
initiate an CCA measurement when using the Extended Operating Mode."
Since the driver for now only supports the extended operating mode, it
should not provide this feature.
6 years ago
Peter Kietzmann 9d44d6b09e Merge pull request #5573 from lebrush/pn532
Implementation of PN532 NFC reader
6 years ago
Ludwig Knüpfer 93b1fc1fde Merge pull request #6342 from haukepetersen/rm_core_rebooth
core: drop `reboot.h`
6 years ago
Sebastian Meiling 1d09dd72e7 Merge pull request #6343 from cgundogan/pr/jenkins_propagate_error_cause
jenkins: propagate cause of failure to GitHub commit status
6 years ago
smlng 22215f0e5d pkg/tinydtls: add compiler flags to Makefile.include 6 years ago
Martine Lenders 82d8d3d569 auto_init: fix array-initializer order for gnrc_netdev2 stacks 6 years ago
Peter Kietzmann 4f02c4d9c4 Merge pull request #6284 from aabadie/fix_si70xx_saul
drivers/si70xx: fix saul auto initialization
6 years ago
Victor Arino d8d8d55e72 drivers/pn532: add NFC reader PN532 driver 6 years ago
Hauke Petersen f8eaff4bbe cpu: moved msp430-common to msp430_common 6 years ago
Hauke Petersen ed5d7ac0fd cpu/cortexm: added shared cortexm_sleep() function 6 years ago
Hauke Petersen 8c7f2d3e9d s syscalls: use pm_off for _exit() 6 years ago
Cenk Gündoğan 24c7b0861f jenkins: propagate cause of failure to GitHub commit status 6 years ago
Kaspar Schleiser 5da88f794a Merge pull request #6335 from kaspar030/fix_saml21_pm_init
cpu: saml21: re-add periph/pm initialization
6 years ago
Hauke Petersen a7502355b8 core: remove reboot.h
with the new PM, the reboot.h is deprecated and pm_reboot() from
periph/pm.h should be used.
6 years ago
Hauke Petersen d0301dfa34 sys/newlib+shell: use pm_reboot() for reboot() 6 years ago
Sebastian Meiling 6998d9708b Merge pull request #6339 from cgundogan/pr/jenkins_buildstate
jenkins: use FAILURE instead of UNSTABLE for GitHub commit status
6 years ago
Martine Lenders e9d13d73bc native: prettify argument parsing 6 years ago
Martine Lenders 72a3e7e6e1 Merge pull request #6174 from cgundogan/pr/netdev2_tap/assert_to_if
netdev2_tap: assert address len >= ETHERNET_ADDR_LEN
6 years ago
Martine Lenders a6799f58b2 Merge pull request #6334 from kaspar030/bump_git-cache
dist: tools: git-cache: bump version
6 years ago
Cenk Gündoğan 5d46148c11 jenkins: use FAILURE instead of UNSTABLE for GitHub commit status 6 years ago
Kaspar Schleiser 2f2624577b Merge pull request #6258 from cgundogan/pr/jenkins
jenkins: add initial config
6 years ago