Commit a446c8e6 authored by Federico Vaga's avatar Federico Vaga

Merge tag 'v2.1.0' into develop

2.1.0 - 2020-11-09
==================
Fixed
-----
- hdl: cross-page DMA failure
- sw: DMA pool memory leak
- sw: fix concurrent DMA tasklet

Changed
-------
- tst: keep the DMA interface open while testing to avoid continuos
  memory re-allocation

Added
-----
- sw: tool to firmware version inspection
- sw: FLASH partitions
parents 71893691 061bbd7e
-include Makefile.specific
-include $(REPO_PARENT)/parent_common.mk
DIRS = kernel
DIRS = kernel tools
.PHONY: all clean modules install modules_install coccicheck $(DIRS)
......
......@@ -24,7 +24,6 @@ all: $(TOOLS)
$(TOOLS):
clean:
@$(MAKE) -C $(LIB) $@
rm -f $(TOOLS)
install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment