Richard Barry
b51529a284
Update version number ready for next release.
2019-05-11 01:47:37 +00:00
Richard Barry
58ba10eee8
Update version number in readiness for V10.2.0 release.
2019-02-17 22:36:16 +00:00
Richard Barry
92ae8e7aff
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
Richard Barry
3a1631fda3
Update copyright date ready for tagging V10.1.0.
2018-08-22 23:23:03 +00:00
Richard Barry
fb9de58f56
Update version numbers in preparation for a new release.
2018-08-21 19:50:48 +00:00
Richard Barry
10eea4aded
Remove period from the URL that links to the web page that describes the FreeRTOSConfig.h parameters.
2018-06-15 00:03:20 +00:00
Richard Barry
7ddb8b342d
Microblaze port: Place critical section around XIntc_Enable() to protect read/modify/write operation performed inside the library.
2018-01-30 17:42:12 +00:00
Richard Barry
13651934be
Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release.
2017-12-18 22:54:18 +00:00
Richard Barry
cfc268814a
Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt
2017-11-29 16:53:26 +00:00
Richard Barry
8d041c8e21
Update version number in preparation for maintenance release.
2017-01-22 05:28:13 +00:00
Richard Barry
992a3c8c71
Update BSP source files for UltraScale Cortex-A53 and Cortex-R5 and Microblaze to the 2016.4 versions.
...
Correct alignment issue in GCC Cortex-R port that was preventing full floating point usage in interrupts (other ports will be updated likewise).
Update the UltraScale R5 demo to test the GCC Cortex-A9 port layer modification mentioned on the line above.
2017-01-19 04:11:21 +00:00
Richard Barry
2bd7884ace
Prepare for V9.0.0 release:
...
+ Change version number from V9.0.0rc2 to V9.0.0.
2016-05-20 18:05:46 +00:00
Richard Barry
ee9cd40b6d
Add GCC ARM Cortex-M4F MPU port.
...
Add RVDS ARM Cortex-M4F MPU port.
Increase the size of each buffer allocated to pbufs in the Microblaze lwIP demo to prevent pbufs chaining.
Use _start as the top of the stack for each Microblaze task, rather than NULL, as NULL was causing the Xilinx SDK to try and unwind the stack too far.
2016-05-18 10:41:28 +00:00
Richard Barry
fedb98c5f6
Recreated MicroBlaze example using Vivado 2016.1 - the Microblaze project is still a work in progress - not yet fully functional.
2016-05-10 14:05:22 +00:00
Richard Barry
4b9c4aa757
Correct comment error that was replicated on many different main_full.c files.
2016-04-04 14:53:04 +00:00
Richard Barry
07ac1399ee
Update version number to 9.0.0rc2.
2016-03-30 12:20:36 +00:00
Richard Barry
f9c02d09c3
Update MSP432 projects to use updated driver library files.
...
Remove references to INCLUDE_pcTaskGetTaskName and INCLUDE_xTimerGetTimerDaemonTaskHandle, which are no longer required.
2016-03-30 11:12:06 +00:00
Richard Barry
d3ba0aa98d
Update version number ready for version 9 release candidate 1.
2016-02-18 17:11:14 +00:00
Richard Barry
f81575dcee
Correct a comment that had been cut and paste into multiple main.c files.
2016-01-12 10:38:16 +00:00
Richard Barry
825b43a188
Update version number ready for the V8.2.3 release.
2015-10-16 14:57:00 +00:00
Richard Barry
a29dc8d6c6
Add PIC32MEC14xx port and demo application.
2015-09-12 20:47:59 +00:00
Richard Barry
99d4f2c454
Update version numbers in preparation for new release.
2015-08-05 12:59:42 +00:00
Richard Barry
b4c3d91aff
Add FreeRTOS BSP for Xilinx SDK.
2015-08-05 10:21:59 +00:00
Richard Barry
d3e053568d
MSP430:
...
Add additional NOPs as required by hardware manual.
Microblaze:
Previously a task inherited the exception enable state from the context from which xTaskCreate() was called. Now tasks all have exceptions enabled if they are enabled in the hardware.
Windows/GCC:
Improve the implementation of portGET_HIGHEST_PRIORITY.
Common code:
Simplify the pointer use in xQueueGenericCreate()
Demo apps:
Remove jpg images that were used to create web pages.
Fix capitalisation issues in some demos where some header files are incldued with the wrong case, preventing building on Linux.
Remove the Microblaze demos that are using obsolete tools.
Update main_blinky for the Windows port demo to include a software timer example.
2015-07-26 16:41:12 +00:00
Richard Barry
8a1450effc
Microblaze: Add a port optimised task selection implementation to the Microblaze port.
...
Windows port: Add code to ensure Windows threads are truely suspended before resuming another thread.
Typo correction to the task notification standard demo task.
Correct case of some include file names to fix build issues on Linux.
2015-06-24 15:10:03 +00:00
Richard Barry
976a9b44af
Rename /Demo/MSP430FR5969_LaunchPad to /Demo/MSP430X_MSP430FR5969_LaunchPad for consistency with other MSP430 demo directory names.
...
Fixed typos in comments repeated in multiple source files.
2015-04-24 11:42:25 +00:00
Richard Barry
8dadb6b87c
Final V8.2.1 release ready for tagging:
...
+ Added MSP432 (ARM Cortex-M4F MSP430!) demos for IAR, Keil and CCS.
+ Renamed directory containing demo for STM32F7 ARM Cortex-M7.
+ Renamed directory containing demo for SAMV71 ARM Cortex-M7.
+ Introduced xTaskNotifyAndQuery().
2015-03-24 15:24:49 +00:00
Richard Barry
693d0520bc
Update version number ready for V8.2.1 release.
2015-03-21 21:03:42 +00:00
Richard Barry
2bf93bf925
Minor updates relating to formatting and comments only.
2015-03-20 15:43:20 +00:00
Richard Barry
a61db8f155
Minor updates to the Microblaze KC702 demo to allow easier connection from a Telnet server.
2015-03-16 11:22:43 +00:00
Richard Barry
18ff880e75
Add networking option to the Microblaze Kintex demo.
2015-03-13 15:05:09 +00:00
Richard Barry
3012d9b94d
Work-in-progress check in of MicroBlaze Kintex7 demo.
2015-03-10 15:58:19 +00:00
Richard Barry
dfdc319518
Kernel updates:
...
- Add user configurable thread local storage array, with get/set access function.
2015-01-26 17:40:35 +00:00
Richard Barry
51aa373c4c
Add run-time stats to the Kintex7 Microblaze demo.
2015-01-19 13:34:26 +00:00
Richard Barry
acfbb7dd14
Add the beginnings of a Microblaze project for the KC705.
2015-01-16 19:16:12 +00:00