Fixed release distribution of the Rowley IDE example. Added section in README for required library functions.
This commit is contained in:
parent
16ba3138a1
commit
adb9d27e9e
@ -43,3 +43,10 @@ To enable Freescale MMCAU:
|
||||
* `test_main.c`: The main function entrypoint for test application.
|
||||
* `user_libc.c`: Defines stubs for functions required by libc. It also wraps hardware functions for UART, RTC and Random Number Generator (RNG).
|
||||
* `user_settings.h`: This is the custom user configuration file for WolfSSL.
|
||||
|
||||
# Functions required by the WolfSSL Library
|
||||
|
||||
If you are writting your own application, the following functions need to be implemented to support the WolfSSL library:
|
||||
|
||||
* `double current_time(int reset)`: Returns a doulbe as seconds.milliseconds.
|
||||
* `int custom_rand_generate(void)`: Returns a 32-bit randomly generated number.
|
||||
|
@ -10,6 +10,6 @@ EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/Kinetis_MemoryMap.xml
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/Kinetis_FlashPlacement.xml
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/README.md
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/test_main.c
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/user_lib.c
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/user_libc.c
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/user_settings.h
|
||||
EXTRA_DIST+= IDE/ROWLEY-CROSSWORKS-ARM/wolfssl.hzp
|
||||
|
@ -5,5 +5,6 @@
|
||||
include IDE/iOS/include.am
|
||||
include IDE/WIN/include.am
|
||||
include IDE/WORKBENCH/include.am
|
||||
include IDE/ROWLEY-CROSSWORKS-ARM/include.am
|
||||
|
||||
EXTRA_DIST+= IDE/IAR-EWARM IDE/MDK-ARM IDE/MDK5-ARM IDE/MYSQL
|
||||
|
Loading…
x
Reference in New Issue
Block a user