Leandro Lanzieri
b2dc185a58
boards/wsn430-v1_3b: Add Kconfig symbols
2020-06-24 09:32:29 +02:00
Leandro Lanzieri
6668fd879c
boards/telosb: Add Kconfig symbols
2020-06-24 09:32:09 +02:00
Leandro Lanzieri
95127dea5c
boards/msb-430h: Add Kconfig symbols
2020-06-24 09:31:38 +02:00
Leandro Lanzieri
f5e8a25db5
boards/msb-430: Add Kconfig symbols
2020-06-24 09:31:22 +02:00
Leandro Lanzieri
915c249d52
boards/chronos: Add Kconfig symbols
2020-06-24 09:31:02 +02:00
Leandro Lanzieri
946ce73ae6
boards/common/wsn430: Add Kconfig symbols
2020-06-24 09:30:37 +02:00
Leandro Lanzieri
69a5a56ce0
boards/common/msb-430: Add Kconfig symbols
2020-06-24 09:29:57 +02:00
Leandro Lanzieri
4abc4e7de7
cpu/msp430fxyz: Add Kconfig symbols
...
Also specify CPU_FAM in Makefile.features
2020-06-24 09:28:19 +02:00
Leandro Lanzieri
a73c03ed0c
cpu/cc430: Add Kconfig symbols
...
Also specify CPU_FAM in Makefile.features
2020-06-24 09:27:02 +02:00
Leandro Lanzieri
c86bf5074d
cpu/msp430_common: Add Kconfig symbols
...
Also specify CPU_ARCH and CPU_CORE in Makefile.features.
2020-06-24 09:26:05 +02:00
Bas Stottelaar
6774f7e412
Merge pull request #14337 from benpicco/TIMER_CHANNEL_NUMOF
...
use TIMER_CHANNEL_NUMOF instead of TIMER_CHANNELS
2020-06-24 01:19:17 +02:00
Benjamin Valentin
1e127e1ba8
tests/periph_timer_periodic: use TIMER_CHANNEL_NUMOF
2020-06-24 00:45:35 +02:00
Benjamin Valentin
96273b4df0
cpu/atmega_common: use TIMER_CHANNEL_NUMOF
2020-06-24 00:45:35 +02:00
Benjamin Valentin
51135a50fc
cpu/sam3: use TIMER_CHANNEL_NUMOF
2020-06-24 00:45:35 +02:00
Benjamin Valentin
c8ff026640
cpu/sam0_common: use TIMER_CHANNEL_NUMOF
2020-06-24 00:45:35 +02:00
Benjamin Valentin
3af4d38735
cpu/lpc2387: use TIMER_CHANNEL_NUMOF
2020-06-24 00:45:35 +02:00
Benjamin Valentin
5da1a9e577
cpu/esp*: use TIMER_CHANNEL_NUMOF
2020-06-24 00:45:35 +02:00
2df96e033e
Merge pull request #13985 from maribu/stdio_from_isr
...
sys/stdio_uart: Add warning about use in ISR
2020-06-24 00:01:46 +02:00
Marian Buschsieweke
e568973cd6
sys/stdio_uart: Add warning about use in ISR
2020-06-23 23:32:44 +02:00
Francisco
a73b61e30b
Merge pull request #14320 from benpicco/cpu/sam0_common-gpio_gclk
...
cpu/sam0_common: GPIO always default to MAIN clock for EXTI, make configurable
2020-06-23 22:48:45 +02:00
4310098245
Merge pull request #14335 from aabadie/pr/boards/pinetime_cleanup_dep
...
boards/pinetime: remove useless makefile.dep include
2020-06-23 18:54:30 +02:00
d3a7292e96
Merge pull request #14334 from bergzand/pr/sched_cb/docs
...
sched_cb: Add function documentation
2020-06-23 18:45:03 +02:00
f00e0de831
Merge pull request #14263 from aabadie/pr/make/git_cache_vars
...
make: pkg: don't export globally GITCACHE and GIT_CACHE_DIR vars
2020-06-23 17:25:51 +02:00
b273c078ad
boards/pinetime: remove useless makefile.dep include
2020-06-23 15:56:32 +02:00
c4b4e66422
sched_cb: Add function documentation
2020-06-23 15:40:57 +02:00
d69036f08d
dist/tools/git-cache: don't export GIT_CACHE_DIR in script
2020-06-23 14:54:25 +02:00
1084d6593f
dist/buildsystem_check: ensure no export of GITCACHE/GIT_CACHE_DIR
2020-06-23 14:54:25 +02:00
d0f966734a
dist/tools: remove unneccessary redefinition of GITCACHE
2020-06-23 14:54:25 +02:00
df58141e15
Makefile.include: don't define GITCACHE and GIT_CACHE_DIR globally
2020-06-23 14:54:25 +02:00
6b3f241be2
pkg/pkg.mk: define GITCACHE and only export GIT_CACHE_DIR from there
2020-06-23 14:54:25 +02:00
Francisco
f63066974c
Merge pull request #14195 from leandrolanzieri/pr/kconfig/atmega32u4_boards_symbols
...
boards/arduino-leonardo: Model features in Kconfig
2020-06-23 14:08:27 +02:00
Leandro Lanzieri
d90140e121
Merge pull request #13221 from miri64/tools/feat/pktbuf-parser
...
dist/tools: provide tool to parse `pktbuf` output
2020-06-23 13:50:36 +02:00
9a10aad0a0
Merge pull request #14333 from bergzand/pr/cortexm_common/thread_arch_remove_pipe
...
cortexm_common: Remove read in ICSR register read-modify-write operations
2020-06-23 13:29:34 +02:00
Francisco
3b593f282e
Merge pull request #14311 from benpicco/boards/common/saml1x_configure_UART
...
boards/common/saml1x: configure UART on EXT1
2020-06-23 13:29:22 +02:00
Francisco
2b4875461e
Merge pull request #14332 from aabadie/pr/examples/lua_blobs
...
examples/lua*: adapt to the blob mechanism
2020-06-23 13:00:16 +02:00
b4e268423e
Merge pull request #14286 from aabadie/pr/pkg/cmake_build_source_dir
...
pkg: tools: ensure cmake based packages/tools are built out-of-source
2020-06-23 12:50:39 +02:00
d7c1510b0f
cortexm_common: Remove read in ICSR register operations
...
All bits in the ICSR register in the cortexm system control block are
either read-only or don't have an effect when writing a zero. A
read-modify-write cycle is thus not required when writing bit flags in
the register. This commit removes the reads in the read-modify-store
patterns for this register.
2020-06-23 11:53:53 +02:00
ae95e33308
Merge pull request #14297 from aabadie/pr/pkg/prepare
...
pkg/pkg.mk: silent prepare target when there's nothing to prepare
2020-06-23 11:49:16 +02:00
6235d74ac9
Merge pull request #14280 from aabadie/pr/pkg/cleanup_header_only
...
pkg: remove unecessary module, especially for header-only packages
2020-06-23 11:22:55 +02:00
962eea6c4e
pkg.mk: all depends on prepare
2020-06-23 11:17:28 +02:00
Martine S. Lenders
697f16eab7
dist/tools: provide tool to parse pktbuf
output
2020-06-23 11:12:33 +02:00
b87898df5e
pkg/pkg.mk: silent prepare target when there's nothing to be done
2020-06-23 11:05:31 +02:00
25c609f2d3
Merge pull request #12101 from OTAkeys/pr/fix_i2c_release
...
cpu/stm32_common: disable i2c in release
2020-06-23 10:21:15 +02:00
Leandro Lanzieri
1d278de6c1
tests/kconfig_features: Add arduino-leonardo to whitelist
2020-06-23 09:57:22 +02:00
Leandro Lanzieri
1009f2d800
boards/arduino-leonardo: Add board-specific Kconfig symbols
2020-06-23 09:57:22 +02:00
Leandro Lanzieri
1ea5fc6f06
cpu/atmega32u4: Add CPU-specific Kconfig symbols
2020-06-23 09:57:22 +02:00
ead8b80cb9
examples/lua*: adapt to the blob mechanism
2020-06-23 08:45:20 +02:00
Peter Kietzmann
d191b9c38a
Merge pull request #14208 from leandrolanzieri/pr/kconfig/atmega128x_boards_symbols
...
boards/atmega128x-based: Model features in Kconfig
2020-06-22 18:02:10 +02:00
Leandro Lanzieri
819efea0ec
tests/kconfig_features: Add atmega128x-based boards to whitelist
2020-06-22 17:10:08 +02:00
Leandro Lanzieri
740e83b163
boards/waspmote-pro: Add Kconfig symbols
2020-06-22 17:09:03 +02:00