accff501d9
tests/log_printfnoformat: add test application & script
2019-08-06 12:05:52 +02:00
b388a5b3d2
Merge pull request #11572 from aabadie/pr/boards/native_fix_log
...
boards/native: fix overriden INCLUDES leading to build failure
2019-08-06 12:05:26 +02:00
Martine Lenders
d13d49d11f
Merge pull request #11814 from aabadie/pr/doc/remove_duplicate_group_define
...
doc: remove duplicate definitions of Doxygen groups
2019-08-06 09:50:59 +02:00
d8746add06
native: don't use NATIVEINCLUDES in board and board/drivers
2019-08-06 09:44:19 +02:00
51e40084c1
Merge pull request #11832 from fjmolinas/pr_optimize_pm_stm32l1
...
cpu/stm32l1: optimize power consumption
2019-08-06 09:34:07 +02:00
ff8990750a
Merge pull request #11966 from aabadie/pr/drivers/periph_wdt_doc_fix
...
drivers/periph_wdt: small doxygen fixes
2019-08-06 09:27:18 +02:00
cf2228e23e
drivers/periph_wdt: cleanup normal mode inline example
...
Remove a useless blankline
2019-08-05 21:48:10 +02:00
bd1eb6e285
drivers/periph_wdt: fix inline callback example
...
Function was renamed to wdt_setup_reboot_with_callback
2019-08-05 21:47:25 +02:00
MichelRottleuthner
a55e1fcb15
Merge pull request #11964 from gschorcht/cpu/esp32/esp_wifi/fix_send_return_value
...
cpu/esp32: fix of the return code in esp_wifi_send
2019-08-05 18:50:52 +02:00
Gunar Schorcht
b571757bcd
cpu/esp32: fix of the return code in esp_wifi_send
2019-08-05 17:38:03 +02:00
Kevin "Bear Puncher" Weiss
9821fa8043
Merge pull request #11959 from maribu/bluepill
...
boards/{blue,black}pill: Fixed flashing
2019-08-05 17:34:56 +02:00
Francisco
86870c7ede
Merge pull request #11542 from aabadie/stm32_spi_gpio_mode
...
stm32-common/spi: allow custom pin modes on spi to minimize power consumption
2019-08-05 17:13:08 +02:00
e352b54a9b
net/gnrc/tcp: remove duplicate net_gnrc_tcp group definitions
2019-08-05 16:57:37 +02:00
f922df8c99
net/gnrc/sock: remove duplicate net_gnrc_sock group definition
2019-08-05 16:57:37 +02:00
fdfd3133f7
core/sched_native: fix duplicate core_sched group definition
...
Introduce core_sched_native group and put this in group in parent
core_sched group
2019-08-05 16:57:37 +02:00
8196ea7e58
boards/arduino-leonardo: remove duplicate doc group definition
2019-08-05 16:57:37 +02:00
90e136405e
boards/common/esp: deduplicate common esp boards group definitions
2019-08-05 16:57:36 +02:00
bd816f3fb1
pkg/lwip: cleanup doxygen documentation
...
- Deduplicate lwip group definition
- Fix reference to sock instead of conn
2019-08-05 16:57:36 +02:00
998fd6bcc9
sys/pthread: deduplicate pthread group definition
2019-08-05 16:57:36 +02:00
9e9ef3293d
sys/sha1: deduplicate sys_hashes_sha1 group definition
2019-08-05 16:57:36 +02:00
570f308551
cpu/efm32: deduplicate cpu_efm32 group definition
2019-08-05 16:57:36 +02:00
6bf9290ed5
boards/stm32f769i-disco: deduplicate doxygen group definition
...
The group is already defined in the doc.txt file so no need to define it again in board.h
2019-08-05 16:57:36 +02:00
01814dec19
boards/nucleo-*: deduplicate doxygen board group definitions
2019-08-05 16:57:35 +02:00
248f8d3284
boards/esp8266: deduplicate board doxygen group definition
2019-08-05 16:57:35 +02:00
340c8e8236
drivers/sx127x: let sx127x driver manage spi pins GPIO modes
2019-08-05 16:46:41 +02:00
cb25ed7b05
boards/stm32: provide support custom spi pins mode for lora boards
...
This minimize a lot power consumption when going to sleep after the spi has been used
2019-08-05 16:46:41 +02:00
c2d81fc246
stm32-common/spi: add customizable gpio modes for spi pins
2019-08-05 16:46:41 +02:00
e42307188c
drivers/spi: extend API with updatable gpio mode on pins
2019-08-05 16:46:41 +02:00
31c52041e6
Merge pull request #11939 from fjmolinas/pr_add_nrf52_i2c_cfg
...
boards/common/nrf52: add common nrf52 i2c config
2019-08-05 16:39:33 +02:00
60455a9f3a
Merge pull request #11962 from fjmolinas/pr_nucleol152re_qdsa
...
tests/pkg_qdsa: increase timeout
2019-08-05 16:18:46 +02:00
Francisco Molina
3cd72441bd
cpu/stm32_common: minimize consumption for STM32L1
...
- With this PR all GPIOs are set as AIN on start up.
Co-authored-by: Oleg Artamonov <oleg@unwds.com>
2019-08-05 15:40:35 +02:00
Francisco Molina
b2b915d217
tests/pkg_qdsa: increase timeout
...
- Some boards take longer than the default timeout to finish the test,
e.g. nucleo-l152re
2019-08-05 15:27:36 +02:00
Francisco
db08af4586
Merge pull request #11812 from aabadie/pr/boards/nucleo_doc_cleanup
...
boards/nucleo*: move doxygen group definition to doc.txt
2019-08-05 15:22:03 +02:00
d99879eb32
Merge pull request #11489 from fjmolinas/pr-update_stm32l1-cmsis
...
stm32l1/vendor: update vendor files to v2.3.0
2019-08-05 15:03:09 +02:00
Marian Buschsieweke
5da1dbc4a6
boards/{blue,black}pill: Fixed flashing
...
A new blue pill variant with only 32 KiB of flash (secretly coming with
64 KiB flash) instead of the use 64 KiB flash (secretly coming with 128 KiB)
is not compatible with `make flash`. This commit changes the OpenOCD config
so that both variants can be flashed.
2019-08-05 13:00:44 +02:00
Hauke Petersen
a04d83e99f
Merge pull request #11797 from haukepetersen/add_test_softdevice
...
tests: add Nordic SoftDevice test app
2019-08-05 12:59:57 +02:00
Hauke Petersen
2e73e7f043
tests: add Nordic SoftDevice test app
2019-08-05 12:09:00 +02:00
Francisco
4e45502fe3
Merge pull request #11345 from aabadie/pr/boards/stm32_rtc_define_remove
...
boards/stm32*: remove useless RTC_NUMOF defines
2019-08-05 11:47:05 +02:00
f4d65e10cd
Merge pull request #11897 from fjmolinas/pr_stm32_common_define_alignment
...
cpu/stm32_common: uniformize define alignments
2019-08-05 11:27:36 +02:00
francisco
e4a49f023e
stm321l1/vendor: migrate to new v2.3.0 vendor files
...
- remove old header files
- fix new DMA header file macro definitions
- remove old cpu type groups (STM32L1XX_MD, STM32L1XX_MDP,
STM32L1XX_HD, STM32L1XX_XL)
2019-08-05 11:13:08 +02:00
francisco
0adb36e5ef
stm32l1/vendor: add v2.3.0 vendor files
2019-08-05 11:13:08 +02:00
7853ca0108
boards/stm32*: remove useless RTC_NUMOF defines
2019-08-05 11:08:53 +02:00
1026fe395b
Merge pull request #11919 from fjmolinas/pr_fix_11820_2
...
cpu/cortexm_common: replace irq_restore by __set_PRIMASK for stm32l152re
2019-08-05 11:02:36 +02:00
Francisco Molina
d075e55bb4
cpu/cortexm_common: replace irq_restore by __set_PRIMASK for stm32l152re
...
- The __NOP() that was added in #8518 is now remooved.
- When DBG_STANDBY, DBG_STOP or DBG_SLEEP are set in DBG_CR a hardfault
occurs on wakeup from sleep. This was first diagnosed in #8518 . When
enabled, a hardfault occured when returning from a branch to irq_restore()
we avoid the call by inlining the function call. See #11830 for more
details.
2019-08-05 10:40:28 +02:00
Martine Lenders
4139370a87
Merge pull request #11952 from PeterKietzmann/pr_ccnl_update_and_bump
...
pkg/ccn-lite: bump version and adapt shell functions accordingly
2019-08-05 10:27:43 +02:00
PeterKietzmann
0cc91a47e1
pkg/ccn-lite: suppress llvm error
2019-08-05 09:36:43 +02:00
benpicco
2ddfd1fdac
Merge pull request #11647 from benpicco/sam0-hwrng
...
cpu/sam0_common: add hwrng driver
2019-08-03 15:16:56 +02:00
Benjamin Valentin
7e5088982b
cpu: saml21: don't silently ignore missing makefile
...
-include will throw no error if sam0_common/Makefile.features does not exist.
This may not have been intentional as none of the other sam0 implementations
do this.
Replace it with a normal include.
2019-08-03 14:50:58 +02:00
Benjamin Valentin
a9b0db3ba4
cpu/sam0_common: add hwrng driver
2019-08-03 14:50:58 +02:00
Francisco
536eaaa085
Merge pull request #11953 from cladmi/pr/tests/compile_and_test_for_board/only_compile_testable_applications
...
compile_and_test_for_board: add --with-test-only
2019-08-02 14:53:25 +02:00