07a4d20acf
pkg/u8g2: improve build system integration
2020-06-12 10:31:59 +02:00
Francisco
01d0e30229
Merge pull request #14244 from fjmolinas/pr_samr21_usec_min
...
boards/samr21-xpro: increase CONFIG_ZTIMER_USEC_MIN
2020-06-12 09:24:52 +02:00
Benjamin Valentin
b082368033
boards/stm32f429i-disco: add support
...
The boards/stm32f429i-disco board is an ealier version of the stm32f429i-disc1.
The boards are compatible with the difference that the older on-board debugger
does not provide a UART connection.
To spare the user of having to wire up a USB-TTL adapter, enable CDC-ACM
on the micro-USB port.
2020-06-11 23:22:37 +02:00
ac8e27aab6
Merge pull request #14247 from fjmolinas/pr_stm32f1_nb
...
cpu/stm32: add non blocking uart
2020-06-11 21:40:27 +02:00
benpicco
97fa42c329
Merge pull request #14212 from benpicco/boards/weact-f411ce_usb_reset
...
boards/weact-f411ce: enable automatic reset to bootloader
2020-06-11 21:34:19 +02:00
Kees Bakker
2da9d200c8
tests/xtimer_mutex_lock_timeout: don't assume number of threads at start
...
When CDC ACM is used as stdio the number of threads-in-use at the start of
the test is not always 2, as it used to be.
2020-06-11 21:20:48 +02:00
Benjamin Valentin
54b57bd97f
cpu/sam0_common: drop prescaler from timer config
...
since c05984b341
the prescaler in the timer
config struct is no longer used.
Let's remove it.
2020-06-11 19:29:43 +02:00
Leandro Lanzieri
52fd00dc22
Merge pull request #14265 from benpicco/drivers/at86rf215_reset_pulse_cfg
...
drivers/at86rf215: make reset pulse width configurable
2020-06-11 17:36:22 +02:00
Francisco
cbf7f78879
Merge pull request #14255 from kaspar030/tests/lwip_blacklist_blackpill
...
tests/lwip: add blackpill to BOARD_INSUFFICIENT_MEMORY
2020-06-11 17:10:39 +02:00
Benjamin Valentin
871107e67f
boards/weact-f411ce: enable automatic reset to bootloader
2020-06-11 16:37:30 +02:00
Hauke Petersen
a0d34a707e
pkg/nimble/netif: simplify mbuf pool initialization
2020-06-11 16:24:38 +02:00
Francisco Molina
d32467bf03
boards/samr21-xpro: increase CONFIG_ZTIMER_USEC_MIN
2020-06-11 15:59:24 +02:00
Benjamin Valentin
14bb15d91f
drivers/at86rf215: make reset pulse width configurable
...
Some hardware designers like to include filtering capacitors into reset
lines in order to protect against ESD or other pulses.
This increases the raise time of the reset signal. To still reach the
required 16 µs reset pulse width, we thus have to increase the reset pulse
width via board config.
2020-06-11 15:05:21 +02:00
Leandro Lanzieri
499ffd6339
Merge pull request #14056 from akshaim/Kconfig_pktbuf
...
gnrc/pktbuf : Expose Configurations to Kconfig
2020-06-11 12:02:43 +02:00
Benjamin Valentin
2325dba871
makefiles/bossa: move USB reset logic to common file
2020-06-11 11:56:35 +02:00
Benjamin Valentin
a74c41061b
Makefile.include: allow prefix for $(PREFLASHER)
...
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2020-06-11 11:56:35 +02:00
Akshai M
6450d9989e
gnrc/pktbuf : Set Kconfig defaults and conditions
...
Set Kconfig defaults for CPU and conditions to avoid
conflict with CFLAGS
Co-authored-by: Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de>
2020-06-11 14:47:27 +05:30
Akshai M
cabcfae9e0
gnrc/pktbuf : Expose to Kconfig
...
Expose CONF_GNRC_PKTBUF_SIZE to Kconfig
2020-06-11 14:47:19 +05:30
Akshai M
5523d119b6
gnrc/pktbuf : Move 'GNRC_PKTBUF_SIZE' to 'CONFIG_'
2020-06-11 14:46:36 +05:30
Akshai M
7bd2a6f8c9
gnrc/pktbuf : Update documentation
...
Add compile configuration 'GNRC_PKTBUF_SIZE' to 'net_gnrc_conf'
group
2020-06-11 14:46:36 +05:30
Leandro Lanzieri
a3fa7e330d
Merge pull request #14252 from akshaim/Kconfig_csma
...
net/csma : Expose configurations to Kconfig
2020-06-11 10:47:55 +02:00
Francisco Molina
3107993434
cpu/stm32: add non blocking uart
...
Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
2020-06-11 09:51:41 +02:00
Francisco Molina
e3469565c8
boards/samr21-xpro: set RTT_MIN_OFFSET
2020-06-11 09:31:17 +02:00
Francisco Molina
8d329942df
drivers/periph/rtt: introduce RTT_MIN_OFFSET
2020-06-11 09:30:25 +02:00
Francisco
52bcdff113
Merge pull request #14245 from fjmolinas/pr_iotlab_baud
...
boards/common/iotlab: don't enforce BAUD
2020-06-11 09:13:03 +02:00
Francisco
89095d6e0f
Merge pull request #14225 from PeterKietzmann/pr_sha2xx_common
...
sys/hashes: add sha224 and reuse sha256 code
2020-06-11 09:07:39 +02:00
7a5ab96f69
Merge pull request #14254 from keestux/fix-test-rmutex_cpp
...
tests/rmutex_cpp: refactor the test to avoid having to know the thread IDs
2020-06-11 08:57:25 +02:00
Leandro Lanzieri
b3a2f35193
Merge pull request #14257 from benpicco/fix/14253
...
cpu/cc26x2_cc13x2: rename aux.c to restore Windows compatibility
2020-06-11 08:55:49 +02:00
666313ae35
Merge pull request #14205 from kaspar030/add_trace_module
...
sys/trace: add trace module
2020-06-11 00:07:10 +02:00
Benjamin Valentin
b46ddebc81
cpu/cc26x2_cc13x2: rename aux.c to restore Windows compatibility
...
AUX.* is a reserved file name on Windows.
https://docs.microsoft.com/de-de/windows/win32/fileio/naming-a-file
fixes #14253
2020-06-10 23:24:09 +02:00
benpicco
f75c971297
Merge pull request #14119 from benpicco/cpu/stm32_usb_bootloader
...
cpu/stm32: implement reset to bootloader
2020-06-10 23:13:50 +02:00
8466946ea1
cpu/cortexm_common/Kconfig: add cortexm_svc feature
2020-06-10 23:13:43 +02:00
24facae6fb
makefiles/features_modules: add cortexm_svc
2020-06-10 23:12:58 +02:00
dbe7331d10
cpu/cortexm: "free" SVC
2020-06-10 23:12:58 +02:00
Marian Buschsieweke
1cf1f75db1
Merge pull request #14240 from benpicco/boards/WeAct-f411_dynamic_flash
...
boards/weact-f411ce: determine flash size at run-time
2020-06-10 22:22:59 +02:00
f80f784b17
tests/lwip: add blackpill to BOARD_INSUFFICIENT_MEMORY
2020-06-10 21:42:16 +02:00
3dea09894d
tests/trace: add sys/trace test application
2020-06-10 21:21:34 +02:00
a45fdf0e0a
sys/trace: initial commit
2020-06-10 21:21:33 +02:00
Kees Bakker
6d2b624851
tests/rmutex_cpp: refactor the test to avoid having to know the thread IDs
...
When CDC ACM is used as stdio the first thread in the test may have a
different ID than #3 . The test code will now look at the printed thread
information (id, prio) as they are created. This avoids the need for a
table with ID/prio.
2020-06-10 21:08:45 +02:00
Leandro Lanzieri
a4889b4207
Merge pull request #14248 from aabadie/pr/pkg/wakaama_make
...
pkg/wakaama: cleanup build system integration
2020-06-10 18:47:43 +02:00
Leandro Lanzieri
e2f20d647c
Merge pull request #14249 from aabadie/pr/pkg/tinydtls_make
...
pkg/tinydtls: cleanup build system integration
2020-06-10 18:32:26 +02:00
Akshai M
065345a360
net/csma_sender:Expose configurations to Kconfig
2020-06-10 21:02:20 +05:30
Akshai M
55c5461073
net/csma_sender:Move CSMA_SENDER_BACKOFF_PERIOD_UNIT
...
Move CSMA_SENDER_BACKOFF_PERIOD_UNIT to 'CONFIG_' namespace
2020-06-10 20:37:54 +05:30
Akshai M
f130303ee0
net/csma_sender:Move CSMA_SENDER_MAX_BACKOFFS_DEFAULT
...
Move CSMA_SENDER_MAX_BACKOFFS_DEFAULT to 'CONFIG_' namespace
2020-06-10 20:37:54 +05:30
Akshai M
ced72c9cf4
net/csma_sender:Move CSMA_SENDER_MAX_BE_DEFAULT
...
Move CSMA_SENDER_MAX_BE_DEFAULT to 'CONFIG_' namespace
2020-06-10 20:38:33 +05:30
Akshai M
1b1d2d7e3b
net/csma_sender:Move CSMA_SENDER_MIN_BE_DEFAULT
...
Move CSMA_SENDER_MIN_BE_DEFAULT to 'CONFIG_' namespace
2020-06-10 20:38:04 +05:30
Akshai M
eac6d144b6
net/csma_sender:Update documentation
...
Add compile time parameters to config group
2020-06-10 20:37:54 +05:30
benpicco
75d82cc9b8
Merge pull request #14209 from btcven/2020_06_04-common-cfg
...
boards/cc26x2_cc13x2-based: move config to common directory
2020-06-10 15:32:11 +02:00
9ebae8e92a
pkg/wakaama: fix indentation in Makefile.include
2020-06-10 14:19:27 +02:00
6de497a066
pkg/wakaama: cleanup build system integration
...
Avoid modifying the cloned repository for each build
2020-06-10 14:19:26 +02:00