Commit Graph

14050 Commits (3897b750968f6a03cdb4bd6733460f5cf899bc56)
 

Author SHA1 Message Date
Alexandre Abadie b4ff23580c boards/nucleo-l1: add adc and dac configuration 6 years ago
Alexandre Abadie 730c611fab cpu/stm32l1: add adc support 6 years ago
Hauke Petersen 469acf7db8 Merge pull request #6851 from haukepetersen/opt_nrf_clkinit
cpu/nrf5x: unified clock initialization code
6 years ago
Emmanuel Baccelli 6580c3bdb2 Merge pull request #6866 from aabadie/readme_boards
README: update mcu/boards support information
6 years ago
Francisco Acosta 9edca89ea7 Merge pull request #6625 from aabadie/nucleo144_f303
boards/nucleo144-f303: initial support
6 years ago
Alexandre Abadie 914e421179 README: update boards support information 6 years ago
Alexandre Abadie a69217a637 Merge pull request #6849 from aabadie/nucleo32_led0_spi
boards/nucleo32: enable SPI and deactivate LED0 auto init by default
6 years ago
Hauke Petersen 3060d96bfd cpu/nrf5x: unified clock initialization code 6 years ago
Martine Lenders 8899825630 Merge pull request #6863 from haukepetersen/add_board_nrf52840dk
boards: add support for nRF52840dk
6 years ago
Alexandre Abadie 74d2cb94f1 tests: add small nucleo32 to insufficient memory list 6 years ago
Alexandre Abadie bab636604b boards/nucleo32s: configure SPI 6 years ago
Alexandre Abadie 2abce109b5 boards/nucleo32s: skip LED0 auto init by default 6 years ago
Hauke Petersen 94b38bf7c7 Merge pull request #6864 from haukepetersen/fix_nrf52_misc
board/nrf52dk: style cleanup in periph_conf.h
6 years ago
Hauke Petersen 4f1e9182fd boards: added support for nRF52840dk 6 years ago
Hauke Petersen 334b2a6dc1 cpu/nrf52: added support for nRF52840
- added vendor header files for nrf52840
- added config for nrf52840
- added additional isr vectors for the nrf52840
- enabled port 1 in GPIO driver
- adapted periph drivers to cope with GPIO driver changes
- adapted the GPIO config of the I2C driver for the nrf51
6 years ago
Alexandre Abadie 89c5507239 Merge pull request #6788 from gebart/pr/kinetis-lptimer-latch-macro
kinetis: Remove LPTIMER_CNR_NEEDS_LATCHING
6 years ago
Francisco Acosta ffd67cacea Merge pull request #6789 from gebart/pr/cpu-model-redundant
kinetis: Remove duplicate CPU_MODEL CFLAGS definition
6 years ago
Hauke Petersen 7667245119 board/nrf52dk: style cleanup in periph_conf.h 6 years ago
Francisco Acosta 5d68661c98 Merge pull request #6860 from gebart/pr/stellaris-makefile
cpu/stellaris: Rename Makefile -> Makefile.include
6 years ago
Kaspar Schleiser 0767dae3bd Merge pull request #6862 from miri64/doc/enh/security-mail
doc: add note about security@riot-os.org
6 years ago
Martine Lenders 4dad2baae7 doc: add note about security@riot-os.org 6 years ago
Martine Lenders bca6190e3c Merge pull request #6861 from gebart/pr/cpuid-generic
cpuid: Unify implementations for the simplest cases
6 years ago
Joakim Nohlgård 7f8cde177b kinetis: Remove LPTIMER_CNR_NEEDS_LATCHING
The macro is no longer used after the timer driver was refactored
6 years ago
Joakim Nohlgård 6cda6a6560 periph/cpuid: Unify implementations to a common driver for several platforms 6 years ago
Joakim Nohlgård 9adeaf0942 cpu/sam0: cpuid: Refactor for clarity 6 years ago
Joakim Nohlgård fe75996cbc cpu/lm4f120: Remove stub cpuid
NVIC_CPUID is not a unique device ID, it is the Cortex-M core family ID.
6 years ago
Joakim Nohlgård 96652c3353 Merge pull request #6848 from OTAkeys/pr/vfs_readdir_doc
vfs: fix readdir return value documentation
6 years ago
Joakim Nohlgård cf067d082b cpu/stellaris: Rename Makefile -> Makefile.include 6 years ago
Martine Lenders 117c9341ab Merge pull request #6854 from gebart/pr/unittests-dir-wildcard
unittests: Refactor Makefile test wildcard matching line
6 years ago
Martine Lenders 1caa024038 posix: remove fd subsystem
Fixes #637.

This only provides a subset of vfs while being incompatible with it.
Since POSIX sockets don't use this module anymore it can be removed.
6 years ago
Martine Lenders ac7671762d Merge pull request #6778 from miri64/posix_sockets/enh/port-to-vfs
posix_sockets: port to vfs for file descriptors
6 years ago
Alexandre Abadie b0f4123537 Merge pull request #4699 from gebart/pr/makefile-reorganize
Makefiles: move all supporting Makefile includes to /makefiles
6 years ago
Francisco Acosta ccadf0b74f Merge pull request #6855 from kYc0o/tftp_fixes
gnrc_tftp: deal with lost DACKs
6 years ago
Joakim Nohlgård 339a4da9dc Makefiles: move to new directory /makefiles 6 years ago
Joakim Nohlgård 9809db3d90 unittests: Refactor Makefile test wildcard matching line
Eliminate external shell calls
6 years ago
kYc0o e2e1500c6d f tftp: address @aabadie comments. 6 years ago
kYc0o bd81e010f8 examples/gnrc_tftp: avoid to print NULL 6 years ago
kYc0o 9ee1e1f156 tftp: send DACK until server receives it 6 years ago
kYc0o 1f70d172c6 tftp: disable debug 6 years ago
Martine Lenders 577048db3a Merge pull request #6687 from dylad/fix_saml21_spi
SAML: Fix SPI SERCOM ID calculation
6 years ago
Martine Lenders 96e0ce8ed3 atmega_common: provide implementation for POSIX syscalls 6 years ago
Martine Lenders 8b5eda9020 posix_sockets: port to vfs for file descriptors 6 years ago
Vincent Dupont 1468bc9d5f Merge pull request #6846 from gebart/pr/spiffs-test
unittests: Add missing check for result of vfs_opendir in tests-spiffs
6 years ago
Alexandre Abadie 87a728617b Merge pull request #6845 from aabadie/fix_buildtest
boards/nucleo-f302: remove unicode character that breaks buildtest target
6 years ago
Vincent Dupont e56c4f3553 vfs: fix readdir return value documentation 6 years ago
Joakim Nohlgård 7f9b37e2ca unittests: Add missing check for result of vfs_opendir in tests-spiffs 6 years ago
Alexandre Abadie 74a78effe8 boards/nucleo-f302: remove unicode character that breaks buildtest target 6 years ago
Martine Lenders dab3de5ea7 Merge pull request #6844 from gebart/pr/scan-build-fixes
net: Fix two minor return value issues
6 years ago
Martine Lenders 9f4e0669b7 Merge pull request #6843 from gebart/pr/nullptr-iphc
6lo: Avoid null ptr dereference when SAC=0, DAC=1, DAM=00, M=1
6 years ago
Joakim Nohlgård 0ba9fd3456 6lo: Avoid null ptr dereference when DAC=1, DAM=00, M=1 6 years ago