Update version numbers in preparation for a new release.

This commit is contained in:
Richard Barry 2018-08-21 19:50:48 +00:00
parent 722ca8fb2b
commit fb9de58f56
1448 changed files with 1657 additions and 1633 deletions

View file

@ -1,5 +1,5 @@
/*
* FreeRTOS Kernel V10.0.1
* FreeRTOS Kernel V10.1.0
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
@ -65,7 +65,7 @@ not need to be guarded with a critical section. */
/* Architecture specifics. */
#define portSTACK_GROWTH ( -1 )
#define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ )
#define portBYTE_ALIGNMENT 4
#define portBYTE_ALIGNMENT 16
/*-----------------------------------------------------------*/