1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

15107 Commits

Author SHA1 Message Date
smlng
2c4a8c4f96 makefiles,buildtests: fix parameters for size command on macOS 2017-08-24 13:28:04 +02:00
smlng
a1c8a14705 makefiles,buildtests: omit recursive make 2017-08-24 13:27:07 +02:00
a02ba6917f cpu/stm32l4: cleanup interrupt vectors definitions 2017-08-23 22:20:26 +02:00
47e9bfb8e0 cpu/stm32f4: cleanup interrupt vectors definitions 2017-08-23 22:20:26 +02:00
3e342e844d cpu/stm32f3: cleanup interrupt vectors definitions 2017-08-23 22:20:26 +02:00
1bcb13d6ef cpu/stm32f2: cleanup interrupt vectors definitions 2017-08-23 22:20:26 +02:00
de343a4c4f cpu/stm32l1: cleanup interrupt vectors definitions 2017-08-23 22:20:26 +02:00
cde93ffc39 cpu/stm32f1: cleanup interrupt vectors definitions 2017-08-23 22:20:25 +02:00
b2674e5f69 cpu/stm32l0: cleanup interrupt vectors definitions 2017-08-23 22:20:25 +02:00
16253b650f cpu/stm32f0: cleanup interrupt vectors definitions 2017-08-23 18:25:39 +02:00
Hauke Petersen
265173806e cpu/stm32: added model specific LSI clock speeds 2017-08-23 15:39:16 +02:00
Hauke Petersen
7204ec3166 periph/rtc: removed RTC_NUMOF guards from header 2017-08-23 15:39:16 +02:00
Hauke Petersen
55de35345c tests/periph_rtc: repaired and cleaned up RTC test 2017-08-23 15:39:16 +02:00
Hauke Petersen
82485cf7c6 cpu/stm32: fixed lfclk functions for L0 and L1 2017-08-23 15:39:16 +02:00
Hauke Petersen
7ea8c7f768 Merge pull request #7486 from smlng/enh/docu/cc26x0/timer
docu: enhance timer config docu for cc26x0
2017-08-23 15:21:39 +02:00
Cenk Gündoğan
5c4000cd62 Merge pull request #7468 from bergzand/rpl/parent-sort
rpl: Sort list of parents
2017-08-23 11:39:24 +02:00
24a12da2af boards/nucleo-common: fix on-board LED macro for nucleo-f302 case 2017-08-23 09:34:10 +02:00
426e978972 rpl: Sort list of parents 2017-08-22 16:03:16 +02:00
Sebastian Meiling
5122d958a0 Merge pull request #7495 from smlng/enh/gcoap/config_params
gcoap: make more parameters configurable
2017-08-22 15:42:41 +02:00
Hauke Petersen
bfb82cd368 Merge pull request #7489 from haukepetersen/opt_stm32_unifiystmclkpartly
stm32: unified parts of stmclk implementations
2017-08-22 15:42:21 +02:00
Martine Lenders
aea42afb2c Merge pull request #7497 from gebart/pr/gitignore-scan-build
.gitignore: Add scan-build to ignore list
2017-08-22 13:10:44 +02:00
Joakim Nohlgård
29415ebb89 .gitignore: Add scan-build to ignore list 2017-08-22 12:43:54 +02:00
smlng
48327744a2 gcoap: make more parameters configurable 2017-08-22 11:26:31 +02:00
Hauke Petersen
5422f0da72 stm32: unified parts of stmclk implementations
- unified dbp, hsi, and lfclk functions
- all of them now work for all STM32 CPUs
- renamed from bdp to dbp as this is the expression used
  in the reference manuals (old naming was a typo...)
2017-08-21 17:40:22 +02:00
smlng
09bc23b41f docu: enhance timer config docu for cc26x0 2017-08-21 10:44:14 +02:00
Hauke Petersen
768459d6c1 Merge pull request #7420 from MichelRottleuthner/rtc_stm32l4
periph/rtc: add support for stm32l4
2017-08-21 10:10:26 +02:00
Hauke Petersen
907d677886 Merge pull request #7340 from Inria-Chile/nz32-sc151_sx1276
boards/nz32-sc151: add sx127x driver pin definition
2017-08-21 10:05:03 +02:00
Sebastian Meiling
675f665dd0 Merge pull request #7464 from OTAkeys/pr/lsm6dsl
drivers/lsm6dsl: add power up/down functions
2017-08-21 09:41:02 +02:00
Vincent Dupont
d5d306e316 tests/driver_lsm6dsl: add power down/up test 2017-08-18 15:08:58 +02:00
7b79f4d3d2 Merge pull request #6991 from aabadie/nucleo144_f722
boards/nucleo144-f722: add initial support
2017-08-18 14:08:09 +02:00
fb76bd7f8d boards/nucleo144-f722: add initial support 2017-08-18 13:53:00 +02:00
7682e11763 cpu/stm32f7: add support for stm32f722ze 2017-08-18 13:52:59 +02:00
Sebastian Meiling
290bbe63e8 Merge pull request #7483 from haukepetersen/opt_boards_xtimerdefaults
boards: don't redefine xtimer default values
2017-08-18 13:46:27 +02:00
Hauke Petersen
5809c1940c boards: don't redefine xtimer default values 2017-08-18 11:18:45 +02:00
1e7d1e2499 Merge pull request #7465 from gebart/pr/ethos-buffer-escaped-write
dist/tools/ethos: Build escaped packet in buffer before writing to UART
2017-08-18 11:00:57 +02:00
Joakim Nohlgård
503976c663 dist/tools/ethos: Build escaped packet in buffer before writing to UART
Significantly improves throughput and latency on FRDM-KW41Z.

Ping with a packet of size 100 yields a 30 ms roundtrip with this
patch, 177 ms without. Size 1000 ping before: 1160 ms, after: 188 ms
2017-08-18 08:12:44 +02:00
Aurelien Fillau
860cd70bb7 i2c: add channel 2 & 3
Now, I2C driver on stm32l0 family can handle up to 3
channels.

Signed-off-by: Aurelien Fillau <aurelien.fillau@gmail.com>
2017-08-18 08:03:39 +02:00
Andreas "Paul" Pauli
3648b0800f Merge pull request #7343 from smlng/board/cc2650stk/xtimer_config
Board cc2650stk: add full xtimer config
2017-08-17 22:14:07 +02:00
Martine Lenders
9ea1c6e7c8 Merge pull request #7481 from gebart/pr/netopt-csma-be
netopt: add NETOPT_CSMA_MINBE, NETOPT_CSMA_MAXBE
2017-08-17 20:03:34 +02:00
Joakim Nohlgård
b5984d2855 Merge pull request #7447 from bergzand/netopt/tx-retries
netopt: Add option for retrieving number of retransmissions
2017-08-17 17:25:58 +02:00
c33eb2b277 netopt: add NETOPT_TX_RETRIES_NEEDED 2017-08-17 16:47:20 +02:00
Joakim Nohlgård
83ab722e22 netopt: Add NETOPT_CSMA_MAXBE, NETOPT_CSMA_MINBE 2017-08-17 16:37:19 +02:00
474a1061e7 Merge pull request #7480 from smlng/pkg/minmea/update_version
pkg, minmea: update URL and version
2017-08-17 14:41:29 +02:00
Joakim Nohlgård
c80e31f190 netopt: Improve documentation for NETOPT_CSMA_RETRIES 2017-08-17 14:32:30 +02:00
Joakim Nohlgård
5e743756a5 netopt: Fix documentation typo 2017-08-17 14:32:30 +02:00
smlng
f89a6262ab pkg, minmea: update URL and version 2017-08-17 14:27:46 +02:00
smlng
8df22c48cd board, cc2650stk: add full xtimer configuration 2017-08-17 13:28:25 +02:00
Sebastian Meiling
2bab65ce03 Merge pull request #7335 from smlng/cpu/cc2650/periph_timer
cpu, cc26x0: fixing periph timer
2017-08-17 13:26:38 +02:00
Hauke Petersen
fcac33e798 Merge pull request #7371 from aabadie/driver_sx127x_spi_config
drivers/sx127X: move SPI mode and speed definition to global driver configuration
2017-08-17 10:00:51 +02:00
Sebastian Meiling
422b42ce65 Merge pull request #7338 from aabadie/edbg_remaining_boards
boards: use EDBG flasher with arduino-zero and saml21-xpro
2017-08-17 09:16:39 +02:00