Commit graph

  • 53b996077f Add EFM32 Giant Gecko Starter Kit demo - still a work in progress as the low power tick management has not been implemented yet. Richard Barry 2016-01-17 14:34:27 +00:00
  • b832d5801f Kernel changes: Richard Barry 2016-01-12 15:52:44 +00:00
  • f81575dcee Correct a comment that had been cut and paste into multiple main.c files. Richard Barry 2016-01-12 10:38:16 +00:00
  • 5690221c5c Add in the CORTEX_A53_64-bit_UltraScale_MPSoC demo application (a demo has been included in the Xilinx SDK download for some time already). Update a few demo application files to work with 64-bit data types. Richard Barry 2015-12-22 13:56:20 +00:00
  • 51560d9a96 FreeRTOS source updates: + Add the pre-existing 64-bit Cortex-A53 port layer into the head revision of the main repository. Richard Barry 2015-12-21 08:25:41 +00:00
  • ea95020ffd Changes to the FreeRTOS code: + Introduced xTaskCreateStatic() to allow tasks to be created without any dynamic memory allocation. + When a task notification is used to unblock a task from an ISR, but the xHigherPriorityTaskWoken parameter is not used, then pend a context switch to occur during the next tick interrupt. Richard Barry 2015-12-20 13:44:21 +00:00
  • 7d6609f8db FreeRTOS source: + Previously, if a task was deleted, the memory allocated to the task by the RTOS was freed in the Idle task. Now if a task deletes another task the memory is freed immediately. The idle task is however still responsible for freeing the memory when a task deletes itself. + Added pcQueueGetQueueName() function to return the name of a queue from its handle, assuming the queue is registers. Richard Barry 2015-12-08 20:22:58 +00:00
  • 94dd3f871b FreeRTOS Source files: + Updated all ARM Cortex-M0 ports to include an additional ISB instruction as the scheduler is started. Richard Barry 2015-11-22 22:03:00 +00:00
  • fa86d4eece FreeRTOS source changes: + heap_1.c and heap_2.c now support configAPPLICATION_ALLOCATED_HEAP (heap_4.c already did) which allows the heap to be placed by the user rather than the linker. Richard Barry 2015-11-22 21:14:39 +00:00
  • e9561c946c Kernel changes: Richard Barry 2015-11-20 14:11:11 +00:00
  • 64fd771d68 V8.2.3 Richard Barry 2015-10-17 17:35:48 +00:00
  • 5e9787978c Final tidy up before tagging V8.2.3. Richard Barry 2015-10-17 17:25:50 +00:00
  • 825b43a188 Update version number ready for the V8.2.3 release. Richard Barry 2015-10-16 14:57:00 +00:00
  • d289525e1b Preparing for maintenance release: Richard Barry 2015-10-16 11:29:36 +00:00
  • 57cc3389a5 Preparing for maintenance release - Bug fix - issue introduced in V8.2.2 when the current timer list is empty and the overflow timer list is not empty. Add PIC32MZ EF (floating point) support and update the MZ demo project to test the flop context switching. Improve efficiency of the stack overflow checking. Add CLI to RX71M demo. General tidy up of new RZ and RX projects - including ensuring the UART driver copes with 0 length strings. Add stack overflow checking to the [old] PIC24 demo. Richard Barry 2015-10-15 20:19:26 +00:00
  • 38cb08133d Check in RX231 IAR demo. Richard Barry 2015-10-10 20:38:12 +00:00
  • c6a4e3191e Add FreeRTOS+CLI examples to the Renesas RZ/T demos. Fix some compiler warnings. Correct spellings in comments. Richard Barry 2015-10-10 10:29:29 +00:00
  • 96ff3925d2 Update FreeRTOS+Trace recorder library to v3.0.2 Add streaming version of the FreeRTOS+Trace recorder, also V3.0.2 Richard Barry 2015-10-09 13:30:09 +00:00
  • f218cf5680 Demo tasks: - Complete the demo projects for the RX113 using IAR, GCC and Renesas compilers by including a basic UART CLI. Richard Barry 2015-10-05 15:23:09 +00:00
  • cd42d2c215 Changes in common files: Add additional asserts into timers.c. Richard Barry 2015-10-03 18:48:41 +00:00
  • b3f343fdae Update RX231 projects to blink the LED. Richard Barry 2015-09-25 09:33:37 +00:00
  • e5c8119b96 Baseline new RX projects before refining and tidying them up. Richard Barry 2015-09-25 08:26:55 +00:00
  • 87243e4a16 FreeRTOS source: + Added Renesas RXv2 port for IAR. Richard Barry 2015-09-23 12:16:10 +00:00
  • 27ff871a37 Baseline new GCC and Renesas compiler projects for RX71M and RX113 before adding IAR projects. Richard Barry 2015-09-22 08:45:15 +00:00
  • b71bb46a5b Modify RZ/T e2studio directory structure to accommodate an IAR project. Start RZ/T port and demo project. Richard Barry 2015-09-13 21:39:17 +00:00
  • aa80622d72 Remove compiler warnings from auto-generated code. Baseline prior to starting IAR RZ/T project. Richard Barry 2015-09-13 07:30:43 +00:00
  • a29dc8d6c6 Add PIC32MEC14xx port and demo application. Richard Barry 2015-09-12 20:47:59 +00:00
  • f19497c3d6 Simplify and improve GIC-less Cortex-R4 port. Add final tests into RZ/T demo. Richard Barry 2015-09-12 12:14:58 +00:00
  • b9f235846f Common source code: - Remove configASSERT() if a queue cannot be created, malloc failed hook will be called anyway. Richard Barry 2015-09-11 13:29:40 +00:00
  • 28d8a27f8f Initial RZ/T port and demo - work in progress, currently only the tick interrupt can be installed. Richard Barry 2015-09-07 17:29:14 +00:00
  • 717654471e Update the FreeRTOS+WolfSSL Win32 demo to use the latest WolfSSL libraries. Richard Barry 2015-08-28 13:58:05 +00:00
  • 02d0847567 Rename the FreeRTOS_Plus_CyaSSL_Windows_Simulator directory to FreeRTOS_Plus_WolfSSL_Windows_Simulator. Richard Barry 2015-08-28 13:49:47 +00:00
  • 5a6242fbd0 Update WolfSSL library to the latest version. Richard Barry 2015-08-28 13:46:22 +00:00
  • 8af1ad9bac Rename the CyaSSL directory to WolfSSL Richard Barry 2015-08-28 13:27:31 +00:00
  • 601fb0934c V8.2.2 Richard Barry 2015-08-12 16:49:00 +00:00
  • 1b010fbaa7 Final commit before tagging - cosmetic changes only. Richard Barry 2015-08-12 16:45:24 +00:00
  • 3291f5a08d Final preparation for new release: Richard Barry 2015-08-12 10:34:30 +00:00
  • 99d4f2c454 Update version numbers in preparation for new release. Richard Barry 2015-08-05 12:59:42 +00:00
  • b4c3d91aff Add FreeRTOS BSP for Xilinx SDK. Richard Barry 2015-08-05 10:21:59 +00:00
  • 4c847711bd Common scheduler code: Richard Barry 2015-08-04 17:36:55 +00:00
  • 95eed0c8f3 Preparing for next release... Richard Barry 2015-08-01 15:00:22 +00:00
  • 4c3722bd76 Preparing for new release... Richard Barry 2015-08-01 07:03:32 +00:00
  • 25b911e0bd Add resource filters to the Eclipse project used to build the Galileo demo. Richard Barry 2015-07-30 21:13:03 +00:00
  • cff5cfdd4f Preparing for the next release... New port and demo project: Intel Galileo. Richard Barry 2015-07-30 11:46:30 +00:00
  • 8b5c27b679 Preparing for the next release... Richard Barry 2015-07-30 11:37:33 +00:00
  • 672ae6cbb6 Starting to prepare for the next release... Richard Barry 2015-07-30 11:30:05 +00:00
  • d3e053568d MSP430: Add additional NOPs as required by hardware manual. Richard Barry 2015-07-26 16:41:12 +00:00
  • 95b73d40d9 Correct calculation of xHeapStructSize in heap_4 and heap_5. Convert uint32_t types to size_t types in heap_5.c, as was previously done for heap_4.c. Richard Barry 2015-06-25 12:14:54 +00:00
  • 4ee2a96861 Add back some files essential for the PIC32MZ build. Richard Barry 2015-06-24 16:49:21 +00:00
  • 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. Richard Barry 2015-06-24 15:10:03 +00:00
  • cfb8223232 Add SAMV7 (Cortex-M7) demo for Atmel Studio. Richard Barry 2015-06-16 12:38:35 +00:00
  • 7456c232ce Update library files used in STM32F7 demo to the latest version released by ST. Richard Barry 2015-06-04 15:35:12 +00:00
  • 267dc24bb3 Kernel changes to improve power saving: + The timer task now blocks indefinitely if there are no timers active, allowing eTaskConfirmSleepModeStatus to return eNoTasksWaitingTimeout when configUSE_TIMERS is set to 1. + The next unblock time is calculated automatically after a task unblocks when waiting for a notification, allowing deep sleep to be entered earlier. Richard Barry 2015-05-20 15:46:40 +00:00
  • 067c1573c3 Finalise MSP43FR5969 IAR and CCS demos (hopefully). Richard Barry 2015-04-28 13:53:30 +00:00
  • 9bb5b40c81 Add CCS project for MSP430FR5969 demo. Richard Barry 2015-04-27 15:23:29 +00:00
  • a9d1ff4f5e Change some data types in heap_4.c to allow it to be used on hardware that has 16-bit pointers without generating compiler warnings. Add a small data model configuration to the MSP43FR5969 IAR demo. Correct some code comments in the SAMA5D4 demo. Richard Barry 2015-04-27 11:14:11 +00:00
  • 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. Richard Barry 2015-04-24 11:42:25 +00:00
  • 34a7b0431b Complete large memory model MSP430FR5969 demo - including CLI and run-time stats. Richard Barry 2015-04-24 11:34:19 +00:00
  • 91b249d24b Start of an MSP430FR5969 IAR project - currently running Blinky only. Richard Barry 2015-04-22 15:36:44 +00:00
  • d39c0d5926 Update TimerDemo.c to test the new vTimerSetTimerID() function. Update WinPCap NetworkInterface.c for FreeRTOS+UDP to correctly store a pointer to the network buffer structure at the beginning of the network buffer. Richard Barry 2015-04-13 19:58:51 +00:00
  • 03213b9e4a Add the errno definitions used by FreeRTOS+TCP and FreeRTOS+FAT into FreeRTOS's projdefs.h. Remove redundant global definition vPortInstallFreeRTOSVectorTable from the GCC ARM_CA9 portASM.S file. Ensure correct sequence of start up sequence when the Windows port is used on multi-core Windows machines by starting one thread in the suspended state. Move initialisation of xNextTaskUnblockTime to the function that starts the scheduler, rather than from where the variable is declared - this fixes a compiler warning in newer IAR compilers. Fix "elif (SELECTED_PORT == PORT_MICROCHIP_PIC32MX || PORT_MICROCHIP_PIC32MZ)" in the FreeRTOS+Trace trcHardwarePort.h header file. Richard Barry 2015-04-13 18:45:02 +00:00
  • 8bfa81f5ab V8.2.1 Richard Barry 2015-04-07 12:08:58 +00:00
  • 0b25e503b8 Richard Barry 2015-03-24 16:05:46 +00:00
  • 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(). Richard Barry 2015-03-24 15:24:49 +00:00
  • 693d0520bc Update version number ready for V8.2.1 release. Richard Barry 2015-03-21 21:03:42 +00:00
  • 63b3c773d5 Kernel changes: Exclude the entire croutine.c file when configUSE_CO_ROUTINES is 0. Richard Barry 2015-03-21 14:01:43 +00:00
  • 2bf93bf925 Minor updates relating to formatting and comments only. Richard Barry 2015-03-20 15:43:20 +00:00
  • a61db8f155 Minor updates to the Microblaze KC702 demo to allow easier connection from a Telnet server. Richard Barry 2015-03-16 11:22:43 +00:00
  • 18ff880e75 Add networking option to the Microblaze Kintex demo. Richard Barry 2015-03-13 15:05:09 +00:00
  • 3012d9b94d Work-in-progress check in of MicroBlaze Kintex7 demo. Richard Barry 2015-03-10 15:58:19 +00:00
  • 96e72413f7 Kernel code: + Added mtCOVERAGE_TEST_DELAY() macro to facilitate getting better code coverage during testing. + Update prvNotifyQueueSetContainer() so it does not call xTaskRemoveFromEventList() if it is called from an interrupt, and the queue is locked. Richard Barry 2015-03-04 17:45:18 +00:00
  • 7d169cef52 Correct typeo that broke the Win32 port. Richard Barry 2015-02-17 14:28:10 +00:00
  • 86b09bfeb9 Kernel updates: + Added vTimerSetTimerID() to compliment vTimerGetTimerID(). Now the timer ID can be used as timer local storage. + Updated comments and added some additional assert() calls. Richard Barry 2015-02-11 15:41:30 +00:00
  • dfdc319518 Kernel updates: - Add user configurable thread local storage array, with get/set access function. Richard Barry 2015-01-26 17:40:35 +00:00
  • 51aa373c4c Add run-time stats to the Kintex7 Microblaze demo. Richard Barry 2015-01-19 13:34:26 +00:00
  • e7054e934f V8.2.0 Richard Barry 2015-01-17 09:38:00 +00:00
  • acfbb7dd14 Add the beginnings of a Microblaze project for the KC705. Richard Barry 2015-01-16 19:16:12 +00:00
  • 501a531d46 Update version number in preparation for official V8.2.0 release. Richard Barry 2015-01-16 13:20:28 +00:00
  • c37b2ca39b Demo app changes: Add a "query heap" command to the standard sample CLI commands. Remove casting from configMAX_PRIORITIES setting in Win32 simulator demos as it was preventing a clean build. Richard Barry 2015-01-15 21:37:32 +00:00
  • e4e6328300 Remove casting from configMAX_PRIORITIES setting in FAT SL / CLI demo as it was preventing a clean build. Richard Barry 2015-01-07 07:02:17 +00:00
  • 966ab50b68 Tag first release candidate for V8.2.0. V8.2.0rc1 V8.2.0-rc1 Richard Barry 2014-12-24 10:46:38 +00:00
  • 271393b7d9 Release candidate - this will be tagged as FreeRTOS V8.2.0rc1 and a zip file provided. Minor lint changes. Richard Barry 2014-12-24 09:40:58 +00:00
  • 5dd77c7aeb Rename SAM4E demo directory to include the 'F' in 'M4F' - minor point for the sake of consistency. Richard Barry 2014-12-24 08:55:14 +00:00
  • 6741592026 Update version numbers in preparation for V8.2.0 release candidate 1. Richard Barry 2014-12-21 19:09:18 +00:00
  • fd02010886 Kernel changes: + Made xTaskNotifyGiveFromISR() its own function, rather than a macro that calls xTaskNotifyFromISR() (minor performance improvement). + GCC and Keil Cortex-M4F ports now use vPortRaiseBASEPRI() in place of ulPortRaiseBASEPRI() where the return value is not required (minor performance improvement). Richard Barry 2014-12-21 10:26:36 +00:00
  • 2de32c0141 Kernel changes: + Do not attempt to free the stack of a deleted task if the stack was statically allocated. + Introduce configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES - which optionally writes known values into the list and list item data structures in order to assist with the detection of memory corruptions. Richard Barry 2014-12-19 16:27:56 +00:00
  • f407b70dcc + Update demos that use FreeRTOS+Trace to work with the latest trace recorder library. + Fix a few compiler warnings. + Add TickType_t specific critical sections so critical sections are not used when accessing the tick count in cases where the access is atomic (32-bit tick count, 32-bit architecture). Richard Barry 2014-12-18 11:02:15 +00:00
  • 85fb1cc024 + New feature added: Task notifications. + Optimise Cortex-M4F ports by inlining some critical section macros. + Original ports used a #define to set the path to portmacro.h - that method has been obsolete for years and now all the old definitions have been moved into a separate header files called deprecated_definitions.h. + Cortex-M port now check the active vector bits against 0xff when determining if a function is called from an interrupt - previously only a subset of the bits (0x1f) were checked. + Add in new standard demo/test files TaskNotify.c/h and include the files in the simulator demos. + Update trace recorder code, and some demos to use the new version (more to do). + Introduce uxTaskPriorityGetFromISR(). + Minor typo corrections. + Update MingW simulator demo to match the MSVC simulator demo. Richard Barry 2014-12-15 14:13:03 +00:00
  • ca22607d14 Core kernel code: Richard Barry 2014-10-15 21:01:31 +00:00
  • e3263bb9b3 Demo projects only: + Remove some #warnings messages from the Cycle 5 - which were left in the code as reminders of tests that were not yet completed but are now. Richard Barry 2014-10-09 15:42:43 +00:00
  • 9e66637bec Core kernel files: Richard Barry 2014-10-08 20:31:14 +00:00
  • ee541a347d MSP430 Demo projects only: Update project format to new IAR version. Richard Barry 2014-10-05 20:43:12 +00:00
  • e0d9a274e2 Demo project only: Added comprehensive demo including FreeRTOS+CLI to the Cyclone V SoC project. Richard Barry 2014-10-01 17:28:42 +00:00
  • d269f2027a Demo project only: Cyclone V SoC now running from external RAM. Richard Barry 2014-10-01 09:30:35 +00:00
  • e2f2cfa816 Added project for Altera Cyclone V SoC, currently running from internal RAM. Richard Barry 2014-09-30 15:32:19 +00:00
  • 3b0854bf96 Core kernel code: + Introduce xSemaphoreGenericGiveFromISR() as an optimisation when giving semaphores and mutexes from an interrupt. Richard Barry 2014-09-16 14:54:32 +00:00
  • b3c040fc27 SAM4L tickless implementation: Bug fix and update the demo project to exercise the fix. Richard Barry 2014-09-16 12:24:14 +00:00
  • 4f03f7d1bb Demo project only: Add the new IntSem test/demo code into the MSVC demo project. Richard Barry 2014-09-12 11:32:47 +00:00
  • b6e4854f26 Demo tasks only, with the aim of improving test coverage: + Split out the code that uses a mutex from an interrupt from GenQTest.c and add to new common demo task IntSemTest.c. Richard Barry 2014-09-11 12:06:27 +00:00
  • ad2ad3da28 V8.1.2 Richard Barry 2014-09-03 08:10:11 +00:00