OVMS3-idf/components/esp32
rudi ;-) fa310016dd Update aes.h
found small mistake in it

we have:

PROVIDE ( ets_aes_crypt = 0x4005c9b8 );
PROVIDE ( ets_aes_disable = 0x4005c8f8 );
PROVIDE ( ets_aes_enable = 0x4005c8cc );
PROVIDE ( ets_aes_set_endian = 0x4005c928 );
PROVIDE ( ets_aes_setkey_dec = 0x4005c994 );
PROVIDE ( ets_aes_setkey_enc = 0x4005c97c );

Signed-off-by: Ivan Grokhotkov <ivan@espressif.com>
2016-08-27 22:17:23 +08:00
..
include Update aes.h 2016-08-27 22:17:23 +08:00
ld ld: add ld for bt/trace, choose different ld by menuconfig 2016-08-25 11:34:21 +08:00
lib@40dc7af7f3 Initial public version 2016-08-17 23:08:22 +08:00
abi.cpp Initial public version 2016-08-17 23:08:22 +08:00
cpu_start.c components/esp32: fix and clean up dual core startup 2016-08-24 16:21:28 +08:00
event.c Initial public version 2016-08-17 23:08:22 +08:00
heap_alloc_caps.c mem: add comments for knock out 0x3ffe0000~0x3ffe8000 2016-08-25 11:59:29 +08:00
heap_alloc_caps.h Initial public version 2016-08-17 23:08:22 +08:00
Kconfig Add cr after a lf is printed (configurable) 2016-08-23 15:20:03 +08:00
libhal.a Initial public version 2016-08-17 23:08:22 +08:00
Makefile ld: add ld for bt/trace, choose different ld by menuconfig 2016-08-25 11:34:21 +08:00
spiram.h Initial public version 2016-08-17 23:08:22 +08:00
syscalls.c Add cr after a lf is printed (configurable) 2016-08-23 15:20:03 +08:00
wifi.c Initial public version 2016-08-17 23:08:22 +08:00