Hauke Petersen
3060d96bfd
cpu/nrf5x: unified clock initialization code
2017-04-05 18:07:23 +02:00
Martine Lenders
8899825630
Merge pull request #6863 from haukepetersen/add_board_nrf52840dk
...
boards: add support for nRF52840dk
2017-04-05 18:00:37 +02:00
74d2cb94f1
tests: add small nucleo32 to insufficient memory list
2017-04-05 17:19:52 +02:00
bab636604b
boards/nucleo32s: configure SPI
2017-04-05 16:58:36 +02:00
2abce109b5
boards/nucleo32s: skip LED0 auto init by default
2017-04-05 16:58:36 +02:00
Hauke Petersen
94b38bf7c7
Merge pull request #6864 from haukepetersen/fix_nrf52_misc
...
board/nrf52dk: style cleanup in periph_conf.h
2017-04-05 16:47:20 +02:00
Hauke Petersen
4f1e9182fd
boards: added support for nRF52840dk
2017-04-05 16:43:49 +02:00
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
2017-04-05 16:43:49 +02:00
89c5507239
Merge pull request #6788 from gebart/pr/kinetis-lptimer-latch-macro
...
kinetis: Remove LPTIMER_CNR_NEEDS_LATCHING
2017-04-05 16:14:57 +02:00
Francisco Acosta
ffd67cacea
Merge pull request #6789 from gebart/pr/cpu-model-redundant
...
kinetis: Remove duplicate CPU_MODEL CFLAGS definition
2017-04-05 16:08:33 +02:00
Hauke Petersen
7667245119
board/nrf52dk: style cleanup in periph_conf.h
2017-04-05 14:06:52 +02:00
Francisco Acosta
5d68661c98
Merge pull request #6860 from gebart/pr/stellaris-makefile
...
cpu/stellaris: Rename Makefile -> Makefile.include
2017-04-05 14:02:10 +02:00
0767dae3bd
Merge pull request #6862 from miri64/doc/enh/security-mail
...
doc: add note about security@riot-os.org
2017-04-05 12:06:20 +02:00
Martine Lenders
4dad2baae7
doc: add note about security@riot-os.org
2017-04-05 12:00:36 +02:00
Martine Lenders
bca6190e3c
Merge pull request #6861 from gebart/pr/cpuid-generic
...
cpuid: Unify implementations for the simplest cases
2017-04-05 10:39:43 +02:00
Joakim Nohlgård
7f8cde177b
kinetis: Remove LPTIMER_CNR_NEEDS_LATCHING
...
The macro is no longer used after the timer driver was refactored
2017-04-05 09:04:54 +02:00
Joakim Nohlgård
6cda6a6560
periph/cpuid: Unify implementations to a common driver for several platforms
2017-04-05 09:03:49 +02:00
Joakim Nohlgård
9adeaf0942
cpu/sam0: cpuid: Refactor for clarity
2017-04-05 09:03:49 +02:00
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.
2017-04-05 09:03:49 +02:00
Joakim Nohlgård
96652c3353
Merge pull request #6848 from OTAkeys/pr/vfs_readdir_doc
...
vfs: fix readdir return value documentation
2017-04-05 08:28:55 +02:00
Joakim Nohlgård
cf067d082b
cpu/stellaris: Rename Makefile -> Makefile.include
2017-04-04 19:57:12 +02:00
Martine Lenders
117c9341ab
Merge pull request #6854 from gebart/pr/unittests-dir-wildcard
...
unittests: Refactor Makefile test wildcard matching line
2017-04-04 19:55:07 +02:00
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.
2017-04-04 19:53:12 +02:00
Martine Lenders
ac7671762d
Merge pull request #6778 from miri64/posix_sockets/enh/port-to-vfs
...
posix_sockets: port to vfs for file descriptors
2017-04-04 19:51:51 +02:00
b0f4123537
Merge pull request #4699 from gebart/pr/makefile-reorganize
...
Makefiles: move all supporting Makefile includes to /makefiles
2017-04-04 19:45:58 +02:00
Francisco Acosta
ccadf0b74f
Merge pull request #6855 from kYc0o/tftp_fixes
...
gnrc_tftp: deal with lost DACKs
2017-04-04 19:22:21 +02:00
Joakim Nohlgård
339a4da9dc
Makefiles: move to new directory /makefiles
2017-04-04 15:11:54 +02:00
Joakim Nohlgård
9809db3d90
unittests: Refactor Makefile test wildcard matching line
...
Eliminate external shell calls
2017-04-04 15:04:17 +02:00
kYc0o
e2e1500c6d
f tftp: address @aabadie comments.
2017-04-04 14:02:36 +02:00
kYc0o
bd81e010f8
examples/gnrc_tftp: avoid to print NULL
2017-04-04 01:55:46 +02:00
kYc0o
9ee1e1f156
tftp: send DACK until server receives it
2017-04-04 01:55:46 +02:00
kYc0o
1f70d172c6
tftp: disable debug
2017-04-04 01:55:46 +02:00
Martine Lenders
577048db3a
Merge pull request #6687 from dylad/fix_saml21_spi
...
SAML: Fix SPI SERCOM ID calculation
2017-04-03 20:24:30 +02:00
Martine Lenders
96e0ce8ed3
atmega_common: provide implementation for POSIX syscalls
2017-04-03 20:23:14 +02:00
Martine Lenders
8b5eda9020
posix_sockets: port to vfs for file descriptors
2017-04-03 20:23:14 +02:00
Vincent Dupont
1468bc9d5f
Merge pull request #6846 from gebart/pr/spiffs-test
...
unittests: Add missing check for result of vfs_opendir in tests-spiffs
2017-04-03 11:54:17 +02:00
87a728617b
Merge pull request #6845 from aabadie/fix_buildtest
...
boards/nucleo-f302: remove unicode character that breaks buildtest target
2017-04-03 11:12:53 +02:00
Vincent Dupont
e56c4f3553
vfs: fix readdir return value documentation
2017-04-03 10:42:43 +02:00
Joakim Nohlgård
7f9b37e2ca
unittests: Add missing check for result of vfs_opendir in tests-spiffs
2017-04-03 10:08:25 +02:00
74a78effe8
boards/nucleo-f302: remove unicode character that breaks buildtest target
2017-04-03 09:06:33 +02:00
Martine Lenders
dab3de5ea7
Merge pull request #6844 from gebart/pr/scan-build-fixes
...
net: Fix two minor return value issues
2017-04-02 20:26:29 +02:00
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
2017-04-02 19:41:33 +02:00
Joakim Nohlgård
0ba9fd3456
6lo: Avoid null ptr dereference when DAC=1, DAM=00, M=1
2017-04-02 18:42:01 +02:00
Joakim Nohlgård
3d1e2aaf5b
drivers/at86rf2xx: Fix dead assignment
2017-04-02 18:13:11 +02:00
Joakim Nohlgård
64f1515a38
netdev2_ieee802154: Fix dead assignment
2017-04-02 18:13:11 +02:00
Martine Lenders
0fd85f982d
Merge pull request #6826 from smlng/doc/driver/hd44780
...
doc: fix doxygen grouping of driver hd44780
2017-03-31 22:56:41 +02:00
Joakim Nohlgård
f4dd0a31b2
Merge pull request #5625 from OTAkeys/pr/spiffs
...
pkg: add SPIFFS support
2017-03-31 20:29:41 +02:00
Vincent Dupont
4cb3232a42
native: add spiffs options in board.h
2017-03-31 17:17:42 +02:00
Vincent Dupont
b52c9a79cf
unittests: add spiffs unittests
2017-03-31 17:17:42 +02:00
Vincent Dupont
f0bd96b690
spiffs: add SPIFFS as a package
...
This implements basic features with the VFS interface
2017-03-31 17:17:41 +02:00