mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-28 22:18:36 -04:00
Files as per 190725_FreeRTOS_IoT_Libs_Task_Pool_and_MQTT_Preview interim release.
This commit is contained in:
parent
b24ab46d39
commit
b4c06085e1
17 changed files with 972 additions and 286 deletions
|
@ -25,6 +25,11 @@
|
|||
* 1 tab == 4 spaces!
|
||||
*/
|
||||
|
||||
/***
|
||||
* See https://www.FreeRTOS.org/task-pool/ for configuration and usage instructions.
|
||||
***/
|
||||
|
||||
|
||||
/* Standard includes. */
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
@ -55,10 +60,9 @@ const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_
|
|||
|
||||
int main( void )
|
||||
{
|
||||
/*
|
||||
* Instructions for using this project are provided on:
|
||||
* TBD
|
||||
*/
|
||||
/***
|
||||
* See https://www.FreeRTOS.org/task-pool/ for configuration and usage instructions.
|
||||
***/
|
||||
|
||||
/* Create the example that demonstrates task pool functionality. Examples
|
||||
that demonstrate networking connectivity will be added in future projects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue