OVMS3-idf/components/mbedtls
Jeroen Domburg bf57594ebe Merge branch 'feature/intr_alloc' into 'master'
Add dynamic interrupt allocation mechanism

This adds:
- Dynamic allocation of interrupts. Pass it the features of the interrupt you want, it'll set you up with an int.
- Shared interrupts. Enables multiple peripheral drivers to use the same interrupt. 
- Marking what interrupts are fully executable from IRAM; if an int isn't marked like that it will get disabled once flash cache gets disabled.

Also:
- Modifies driver to be in line with these changes

See merge request !254
2016-12-09 14:00:39 +08:00
..
include mbedtls upstream tweak: Move mbedtls_sha512_process in sha512.h 2016-09-14 17:51:27 +10:00
library mbedtls hardware RSA: Put into menuconfig, squash warnings 2016-11-18 15:50:45 +11:00
port Merge branch 'feature/intr_alloc' into 'master' 2016-12-09 14:00:39 +08:00
test mbedtls tests: Add additional MPI (bignum), SHA tests 2016-11-25 19:21:49 +11:00
apache-2.0.txt Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
ChangeLog Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
component.mk mbedTLS SHA acceleration: Allow concurrent digest calculation, works with TLS 2016-11-22 20:42:38 +11:00
Kconfig Merge branch 'feature/intr_alloc' into 'master' 2016-12-09 14:00:39 +08:00
LICENSE Add mbedtls release version 2.3.0 2016-09-05 12:03:39 +10:00
Makefile.projbuild Build system: Allow components to add to the global CFLAGS via Makefile.projbuild 2016-09-09 11:08:19 +10:00