890cec321e
tests/periph_flashpage: small cleanup
2018-03-16 15:20:54 +01:00
Bas Stottelaar
66cbc6ad8c
Merge pull request #8785 from basilfx/feature/cpu_use_periph_init
...
cpu/board: native: use common peripheral initialization
2018-03-16 09:04:24 +01:00
Bas Stottelaar
a05d1b1004
cpu/board: native: use common peripheral initialization
2018-03-15 23:26:01 +01:00
Martine Lenders
295c53ebd4
Merge pull request #8611 from beduino-project/sam3-clang-build-failure
...
cpu/sam3: fix build failure with TOOLCHAIN=llvm
2018-03-15 16:31:24 +01:00
Martine Lenders
79d0521f0f
Merge pull request #8582 from gebart/pr/phydat-str-space
...
sys/phydat: Add space between value and unit
2018-03-15 16:21:24 +01:00
Martine Lenders
8664382839
Merge pull request #8707 from aabadie/boards/params/telosb
...
boards/telosb: fix driver params usage
2018-03-15 15:41:11 +01:00
Martine Lenders
658442982f
Merge pull request #8700 from aabadie/pr/drivers/params/at86rf2xx
...
drivers/at86rf2xx: apply unified driver params scheme
2018-03-15 15:31:46 +01:00
Martine Lenders
09a7c77158
Merge pull request #8706 from aabadie/boards/params/z1
...
boards/z1: fix driver params usage
2018-03-15 14:57:02 +01:00
Martine Lenders
89927290c3
Merge pull request #8760 from aabadie/boards/params/fox
...
boards/fox: fix driver params usage
2018-03-15 14:39:00 +01:00
Martine Lenders
ada292ae18
Merge pull request #8759 from aabadie/pr/drivers/params/si70xx
...
sys/auto_init: cleanup si70xx auto_init
2018-03-15 14:38:48 +01:00
Martine Lenders
f1227b5583
Merge pull request #8483 from haukepetersen/opt_driver_ata8520e-indention
...
doc: fix indention of doxygen blocks to 4-space alignment
2018-03-15 13:29:20 +01:00
Martine Lenders
f5334e49d7
Merge pull request #7674 from gebart/pr/at86rf212b-default-page-2
...
at86rf2xx: Set page 2 by default on AT86RF212B
2018-03-15 13:24:21 +01:00
Martine Lenders
2c318e80dc
Merge pull request #8780 from miri64/doc/fix/dead-gmane-links
...
doc: mainpage: fix dead Gmane links
2018-03-15 12:34:26 +01:00
Joakim Nohlgård
8873a7102e
Merge pull request #8615 from gebart/pr/fatfs-paths
...
pkg/fatfs: Refactor path handling, minor fixes
2018-03-15 09:21:48 +01:00
Francisco Acosta
3af570bd57
Merge pull request #7952 from cladmi/pr/ar_delete_old_files
...
Makefile.base: fix AR keeping removed source files objects
2018-03-14 19:28:35 +01:00
Francisco Acosta
4f190015a9
Merge pull request #8773 from OTAkeys/pr/flashpage_const_ptr
...
drivers/flashpage: use const pointers for write and verify
2018-03-14 19:08:49 +01:00
Emmanuel Baccelli
d9cabdf73f
Merge pull request #8782 from kaspar030/add_random_bytes
...
sys/random: add random_bytes()
2018-03-14 18:32:31 +01:00
9f3aa366a3
pkg: tweetnacl: use random_bytes()
2018-03-14 18:17:35 +01:00
caabc15395
sys/random: provide generic random_bytes()
2018-03-14 18:17:27 +01:00
Vincent Dupont
549bf0ef78
cpu/stm32: use const pointer in flashpage
2018-03-14 16:28:33 +01:00
Vincent Dupont
a1f482cbf7
cpu/sam0: use const pointer in flashpage
2018-03-14 16:28:33 +01:00
Vincent Dupont
b40249153d
cpu/nrf5x: use const pointer in flashpage
2018-03-14 16:28:33 +01:00
Vincent Dupont
5a2a4cf1e0
cpu/msp430: use const pointer in flashpage
2018-03-14 16:28:32 +01:00
Vincent Dupont
4f44778a42
cpu/efm32: use const pointer in flashpage
2018-03-14 16:28:32 +01:00
Martine Lenders
2475254d25
doc: mainpage: fix dead Gmane links
...
Gmane is sadly offline since 2016, so let's link to our own (not so
nice) archive for now, so people can still at least crawl through it.
2018-03-14 16:13:32 +01:00
Gaëtan Harter
e5d234e2f4
doc: add warning that MODULE name should be unique
...
Modules produce an output archive called `${MODULE}.a` if several modules use
the same name, the output is overwritten.
2018-03-14 12:29:22 +01:00
Gaëtan Harter
7c85e6e0e9
Makefile.base: fix AR keeping removed source files objects
...
AR incrementally adds file without removing files.
If a c file is deleted or disabled(submodule removal) it is not removed from
archive and still ends up in the final elf file.
This fix removes the need to do 'make clean' for this case.
However it will break cases where an APPLICATION and a MODULE or two modules
have the same name and only worked because source files names where different.
2018-03-14 12:29:10 +01:00
Joakim Nohlgård
0bc2c1b2a9
fs/fatfs: Editorial changes in Doxygen comments
2018-03-14 11:57:34 +01:00
Joakim Nohlgård
4ce675e181
fs/fatfs: Adjust FATFS_MAX_VOL_STR_LEN to avoid overflows
...
Prevents compile time warnings about truncation of the format string for
fs_idx > 9
2018-03-14 11:56:52 +01:00
Joakim Nohlgård
0735614376
tests/pkg_fatfs: Word wrap README
2018-03-14 11:56:52 +01:00
Joakim Nohlgård
f8a9e6303f
tests/pkg_fatfs_vfs: Word wrap README
2018-03-14 11:56:52 +01:00
Joakim Nohlgård
0251f54e66
pkg/fatfs: Remove unused FATFS_DIR_SIZE, FATFS_FILE_SIZE
2018-03-14 11:56:51 +01:00
Joakim Nohlgård
5fb07e89b4
pkg/fatfs: refactor absolute path handling
2018-03-14 11:56:51 +01:00
b378bd4e5f
Merge pull request #8777 from kaspar030/fix_unittests_tweetnacl_stacksize
...
tests/unittest/tests-tweetnacl: increase main stacksize
2018-03-14 10:29:57 +01:00
2b33f460d1
tests/unittest/tests-tweetnacl: increase main stacksize
2018-03-14 09:52:36 +01:00
6bc4bed9ac
Merge pull request #8776 from kaspar030/add_tweetnacl_sign_unittest
...
tests/unittests: add tweetnacl sign/verify test
2018-03-14 09:33:41 +01:00
c59c4897f2
tests/unittests: add tweetnacl sign/verify test
2018-03-14 07:34:51 +01:00
Vincent Dupont
1f409d09dd
drivers/flashpage: use const ptrs for write/verify
2018-03-13 21:51:37 +01:00
Joakim Nohlgård
078104223a
Merge pull request #8732 from girtsf/cortexm-fix-no-mpu
...
cortexm_common: don't try to set MEMFAULTENA on ARMv6-M
2018-03-13 21:06:21 +01:00
Francisco Acosta
5a05f1b956
Merge pull request #8768 from aabadie/pr/cpu/flashpage
...
cpu/stm32: unify support for flashpage/flashpage_raw with L0/L1/F0/F1 families
2018-03-13 19:21:06 +01:00
06392bbfd3
cpu/stm32f1: add flashpage_raw support
2018-03-13 16:30:04 +01:00
4f7dc1ae41
cpu/stm32f0: add flashpage_raw support
2018-03-13 16:30:04 +01:00
4e1f2b5d38
cpu/stm32l1: add flashpage support
2018-03-13 16:30:04 +01:00
4972f952d4
cpu/stm32l0: add flashpage support
2018-03-13 16:30:04 +01:00
67190a31ef
cpu/stm32_common: unify flashpage support
2018-03-13 16:30:04 +01:00
Girts Folkmanis
b9744f698f
cortexm_common: don't try to set MEMFAULTENA on ARMv6-M
...
Before this change, if one tried to build a Cortex-M0+ target that had
an MPU, compilation would fail due to missing
'SCB_SHCSR_MEMFAULTENA_Msk' in SCB structure. Cortex-M0+ is a ARMv6-M
arch (unlike most other targets that have MPU support). ARMv6-M has more
limited support for fault conditions, see ARMv6-M Architecture Reference
Manual, D3.6.2.
2018-03-12 19:57:29 -07:00
Vincent Dupont
51febf097e
Merge pull request #8765 from aabadie/pr/boards/b-l072Z-lrwan1-rtc_feature
...
boards/b-l072z-lrwan1: add missing rtc in features provided list
2018-03-12 18:22:52 +01:00
89af008cfe
Merge pull request #7329 from Marc-Aurele/pm_l0
...
cpu/stm32l0: power management updated
2018-03-12 08:54:19 +01:00
Aurelien Fillau
0368239a63
cpu/stm32l0: power management updated
...
Now, MCU is able to go in stop mode if necessary when
periph_pm feature is activated.
Regarding LPSDSR bit that deactivates or not regulator in stop
mode, it is up to the user to set/clear this bit. In order
to save power, voltage regulator can be set in low power state
during stop mode but it increases wakeup time.
Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2018-03-11 11:01:25 +01:00
Martine Lenders
607757a39d
Merge pull request #8762 from aabadie/pr/drivers/fix_saul_io_xplained
...
sys/auto_init: fix crash with io1_xplained driver
2018-03-09 13:41:36 +01:00