Commit Graph

  • 866635d2ad Microsemi RISC-V project: Reorganize project to separate Microsemi code into its own directory. Add many more demo and tests. Richard Barry 2018-12-10 20:55:32 +0000
  • 6b37800ade Backup checkin of MiFive demo running in ReNode emulator. Richard Barry 2018-12-10 05:28:05 +0000
  • 9a136a52df Backup check in of the Microsemi IGLOO2 Creative Board RISC-V demo - still a work in progress. Richard Barry 2018-12-04 01:27:06 +0000
  • 4b9dd38d1c Backup checking of the Freedom Studio RISC-V project - still a work in progress. Richard Barry 2018-12-04 01:25:53 +0000
  • 65f7a2dc19 Update RISC-V port to use a separate interrupt stack. Richard Barry 2018-12-04 01:23:41 +0000
  • e85ea96f78 Some efficiency improvements in Risc-V port. Richard Barry 2018-11-28 19:35:40 +0000
  • dc99300fa9 First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo. Richard Barry 2018-11-24 20:59:07 +0000
  • d0ef322b13 Add kernel code to the RISC-V-Qemu-sifive_e-FreedomStudio demo. Richard Barry 2018-11-24 04:42:20 +0000
  • f7102f2342 Add a starting point for a Freedom Studio Risc V project. Richard Barry 2018-11-24 03:48:55 +0000
  • db64297487 Provide each Risc V task with an initial mstatus register value. Richard Barry 2018-11-20 20:12:35 +0000
  • 8cef339aec Update Risc-V port to use environment call in place of software interrupt - still very much a work in progress. Richard Barry 2018-11-19 06:01:29 +0000
  • baee711cb6 Continue work on Risc V port. Richard Barry 2018-11-06 02:04:28 +0000
  • 74d0d16aab Update xTaskRemoveFromEventList() so when tickless idle is used prvResetNextTaskUnblockTime() only gets called if the scheduler is not locked, as it would get called when the scheduler is unlocked in any case. Richard Barry 2018-11-05 19:35:54 +0000
  • 55ff89373a Update the method used to detect if a timer is active. Previously the timer was deemed to be inactive if it was not referenced from a list. However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately. Richard Barry 2018-10-24 21:37:59 +0000
  • 6fab2b9e0d Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom(). Richard Barry 2018-10-08 15:10:18 +0000
  • 1af80854e6 Fix Xtensa project file and some documentation improvements. Gaurav Aggarwal 2018-10-02 23:54:51 +0000
  • c6de0001fa Added uxTaskGetStackHighWaterMark2(), which is the same as uxTaskGetStackHighWaterMark() other than the return type. Allows the task name parameter passed into xTaskCreate() to be NULL. Richard Barry 2018-09-30 21:50:05 +0000
  • e3dc5e934b RISC-V tasks now context switching to each other using taskYIELD() - not fully tested yet. Richard Barry 2018-09-27 17:25:17 +0000
  • 2bcb1ab02b Add trap handler to RISC-V port so there is no dependency on third party code. Richard Barry 2018-09-23 03:52:23 +0000
  • 32f35e9130 RISC-V: Added code to setup the timer interrupt - not tested yet. Added the taskYIELD() implementation - so far just checked it generates an interrupt. Richard Barry 2018-09-12 16:33:05 +0000
  • b11eb3a59c RISC-V work in progress: + Initialise task stack. + Successfully jump to start of first task. Richard Barry 2018-09-10 20:50:05 +0000
  • 0c0f0d0f8f Minor synching - no functional changes. Richard Barry 2018-09-07 22:24:51 +0000
  • ab49c6ae04 Very minor formatting changes, and remove legacy link to V8 upgrade information. Richard Barry 2018-09-07 21:35:05 +0000
  • 92ae8e7aff Update version numbers ready for release. Richard Barry 2018-09-07 18:13:20 +0000
  • 1a235efd2b Update trace configuration files for the updated trace recorder code. Richard Barry 2018-09-06 18:52:45 +0000
  • be9c0730c3 Update trace recorder code to the latest. Some minor changes to enable the configREMOVE_STATIC_QUALIFIER constant to be used by those debuggers that cannot cope with statics being used. Richard Barry 2018-09-06 03:23:03 +0000
  • 21a8ff35dd Two minor updates in the comments to fix html formatting that was preventing doxygen creating documents correctly. Richard Barry 2018-09-01 02:42:34 +0000
  • 97a686b2e1 Fix mixed tabs and spaces in the latest TCP patches. Richard Barry 2018-08-30 18:25:53 +0000
  • e2750cd388 Case unused return values for memset and memcpy to void in stream_buffer.c to avoid compiler warnings when the warning level is turned up. Remove duplicate comment in heap_1.c. Richard Barry 2018-08-29 15:43:41 +0000
  • 0d6e3df7ec Minor updates to fix issues with the Segger kernel aware plug since V10.1.0. Richard Barry 2018-08-28 18:10:42 +0000
  • 9bda04b472 Fix build issues in the FreeRTOS_Plus_TCP_Minimal_Windows_Simulator project: + Set configENABLE_BACKWARD_COMPATIBILITY to 1 in FreeRTOSConfig.h to account for the fact that a member of the List_t structure has been renamed. + Provide a dummy implementation of ulApplicationGetNextSequenceNumber() to prevent linker warnings. Richard Barry 2018-08-28 16:58:21 +0000
  • 893db45834 Changes required for the IAR StateViewer plug-in to work with FreeRTOS V10.1.0. Richard Barry 2018-08-27 23:11:28 +0000
  • b0ce1f61c9 Move some variables from function scope back to being file scope for the benefit of some kernel aware debuggers that were left working in a non-functioning mode after the V10.1.0 release - not last change for this purpose. Richard Barry 2018-08-27 21:59:26 +0000
  • a11b1a494d FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP, which was brought into the main download in FreeRTOS V10.0.0. FreeRTOS+TCP can be configured as a UDP only stack, and FreeRTOS+UDP does not contain the patches applied to FreeRTOS+TCP. Richard Barry 2018-08-23 00:00:20 +0000
  • 3a1631fda3 Update copyright date ready for tagging V10.1.0. Richard Barry 2018-08-22 23:23:03 +0000
  • bdb088e66f Fix some build issues in older kernel demo projects. Richard Barry 2018-08-22 21:29:21 +0000
  • fb9de58f56 Update version numbers in preparation for a new release. Richard Barry 2018-08-21 19:50:48 +0000
  • 722ca8fb2b Update demo project for Tensilita - work in progres.. Add support for POSIX style errno - work in progress. Richard Barry 2018-08-21 19:37:04 +0000
  • 78d20e2854 Only include the static definition of freertos_tasks_c_additions_init if FREERTOS_TASKS_C_ADDITIONS_INIT is defined, matching the guide used to include the function's prototype. Richard Barry 2018-08-20 15:08:35 +0000
  • 56dc0dd9b4 Merge bug fixes from Cadence Gaurav Aggarwal 2018-08-07 07:21:07 +0000
  • f6cbf20019 Update RISC-V project to used official port stubs in place of third party port. Richard Barry 2018-07-07 21:54:41 +0000
  • 3bfc32d444 Add stubs for official RISC-V RV32 port. Richard Barry 2018-07-07 21:47:31 +0000
  • d525d5092d Update trace recorder code. Add TCP Echo server to the FreeR_Plus_TCP_Minimal_Window_Simulator project. Richard Barry 2018-07-02 22:29:02 +0000
  • f7fc215247 Update stream buffer tests to try resetting a statically allocated stream buffer before deleting it (tests fix in code). Update trace recorder library. Richard Barry 2018-07-02 21:58:28 +0000
  • 0887713969 Fix issues whereby vStreamBufferReset() clobbered the flag that indicated the stream buffer was statically allocated. Richard Barry 2018-06-20 21:21:55 +0000
  • 9119e1e0e3 Add starting point for IGLOO2 RISV-V demo project. Richard Barry 2018-06-20 21:18:14 +0000
  • 483f4a8c4b Small change to the directory name in which the RISC-V port is stored. Richard Barry 2018-06-20 21:15:04 +0000
  • 3d8d2f3cc8 Add RISCV port layer. Richard Barry 2018-06-20 19:21:18 +0000
  • 10eea4aded Remove period from the URL that links to the web page that describes the FreeRTOSConfig.h parameters. Richard Barry 2018-06-15 00:03:20 +0000
  • c4b1afc4ef Add Xtensa port Gaurav Aggarwal 2018-06-14 19:43:17 +0000
  • 7d92e4dd8f Sync with TCP version from AWS, including: + Add FreeRTOS_UpdateMACAddress(). + Fix bug in lTCPWindowRxCheck() that manifested itself when flooded with lots of very small packets. Richard Barry 2018-06-13 21:16:22 +0000
  • d6fcd5dbba Add the option to specify a stack size in the standard demo MessageBuffer tests. Add stream and message buffer tests into the Zynq demo project. Richard Barry 2018-06-13 16:50:16 +0000
  • 4fbcdbf13b Fix misra violations in queue.c by introducing a union that allows the correct data types to be used in place of void *, then tidy up where the union is used. Richard Barry 2018-06-11 18:51:53 +0000
  • 4a8c4c9eaf TimerHandle_t is now type safe instead of void *. Remove casts that are no longer required not type safe handles are used. Richard Barry 2018-06-11 04:43:12 +0000
  • 3d8681de9e Continue updating to MISRA 2012 from 2004 - currently working on queue.c and committing as working copy prior to making larger change. Change QueueHandle_t to be typesafe from void *. Change StreamBuffer_t to be typesafe from void *. Richard Barry 2018-06-11 01:56:32 +0000
  • 7a9f453f96 Remove casts from EventGroupHandle_t to EventGroup_t, and corresponding lint comments, which are not required now EventGroupHandle_t is type safe. Fix the prototype of prvTimerCallback() in the MPU simulator demo (caught due to the new type safety in tasks.c). Richard Barry 2018-06-04 04:02:57 +0000
  • 390fb06b49 First pass at updating from MISRA 2004 to MISRA 2012: Updated pvContainer member of list items to List_t * rather than void * as they are always contained in a list if anywhere. Made EventGroupHandle_t typesafe pointer to forward referenced struct rather than void pointer. Made TaskHandle_t typesafe pointer to forward referenced struct, rather than a void pointer. Richard Barry 2018-06-03 22:57:46 +0000
  • 5bebf10fa4 Minor updates to comments only. Richard Barry 2018-05-17 17:50:14 +0000
  • 585b16a39f Update definition of StaticTimer_t so its size is correct on MSP403X large memory model builds. Richard Barry 2018-05-07 16:31:50 +0000
  • d30249789b Previously the MPSoC Cortex-A53 demo was updated to the latest Xilinx SDK tools to the point where it was building, but not tested. This check in modifies the project files slightly following testing. Richard Barry 2018-05-04 15:06:50 +0000
  • 26d8c76996 Update Zynq, MPSoc Cortex-A53 and MPSoc Cortex-R5 demo projects to build with the 18.1 version of the Xilinx SDK - building BUT NOT YET TESTED. Richard Barry 2018-05-02 04:04:54 +0000
  • a3148ba638 xTaskGenericNotify() now sets xYieldPending to pdTRUE even when the 'higher priority task woken' parameter is provided - making its behaviour consistent with event objects. Ensure tasks that are blocked indefinitely on a direct to task notification return their state as eBlocked, previously was returned as eSuspended - making its behaviour consistent with event objects. Fix typo in stream_buffer.c where "size_t xBytesAvailable ); PRIVILEGED_FUNCTION" had the semicolon in the wrong place. Add testing of Stream Buffers to the AbortDelay.c tests. Guard inclusion of C code when FreeRTOSConfig.h is included from an assembly file in the ARM7_LPC2129_IAR demo. Fix minor typos in the Windows demo comment blocks. Richard Barry 2018-04-29 18:15:38 +0000
  • 025088c280 Fix regressions introduced by introduction of configMESSAGE_BUFFER_LENGTH_TYPE constant - specifically enabling big endian support and updates to xStreamBufferNextMessageLengthBytes. Richard Barry 2018-03-15 18:31:02 +0000
  • 3ec86b7a98 Introduce sbBYTES_TO_STORE_MESSAGE_LENGTH to allow the number of bytes used to hold a message length in a message buffer to be reduced if 4 bytes is always too many (save a little RAM). Richard Barry 2018-03-15 15:51:22 +0000
  • aec45f2479 Import the code coverage test additions from the (unpublished) Visual Studio project to the (published) MingW/Eclipse project. Update the MingW/Eclipse project to add a code coverage build configuration in addition to the existing Debug build configuration. Update StreamBufferDemo.c so functions are called directly, rather than via configASSERT(), so their code coverage can be measured when configASSERT() is not defined. In the Win32 port, replace the call to TerminateProcess() in vPortEndScheduler() with exit( 0 ) - which triggers the writing of the code coverage data to the disk. Fix bug in ucStreamBufferGetStreamBufferType() - which is only used by the Percepio trace tool. Update the line within vTaskStartScheduler() that was setting xTickCount to 0 to instead set it to configINITIAL_TICK_COUNT. Richard Barry 2018-03-14 15:58:47 +0000
  • bf8d9f4726 Start moving code coverage tests from VisualStudio (not checked in) to the MingW project (checked in) by creating a second build configuration in the Windows Eclipse project that includes the code coverage command line options. Additionally make minor code updates to ensure configASSERT() is not defined, and the application runs for a finite time, when the code coverage build configuration is used. Richard Barry 2018-03-06 17:23:55 +0000
  • c156522695 Complete testing of changes that allow xQueueOverwrite() to be used on a queue that is part of a queue set. Fix some compiler warnings in stream_buffer.c. Update the MingW/Eclipse project so it also includes static allocation tests. Richard Barry 2018-03-05 21:35:50 +0000
  • f9bef06ec0 Introduce xMessageBufferNextLengthBytes() and tests for the same. Add call to traceTASK_SWITCHED_IN() in vTaskStartScheduler() so trace tools can see the first task to run. Richard Barry 2018-03-04 19:25:14 +0000
  • 9ed3a9fe18 Fix buffer clean up in \FreeRTOS_Plus_TCP_Minimal_Windows_Simulator\demo_logging.c. Update queue code to allow an overwrite operation on a queue that is in a queue set, and add prvTestQueueOverwriteWithQueueSet() to test function. Update Eclipse Win32 project to bring it closer the the Visual Studio equivalent. Richard Barry 2018-02-26 21:22:44 +0000
  • ff74e7aa63 Allow IP address to be passed into gethostbyname(). Ensure xNetworkBuffersInitialise() doesn't use a semaphore before it has been tested against NULL. Richard Barry 2018-02-18 19:58:26 +0000
  • 7ddb8b342d Microblaze port: Place critical section around XIntc_Enable() to protect read/modify/write operation performed inside the library. Richard Barry 2018-01-30 17:42:12 +0000
  • 208cc18a90 Ensure data cannot be sent to a TCP socket if the socket is in the process of closing. Correct definition of StaticTask_t in the case that portUSE_MPU_WRAPPERS is set to 1. prvTaskCheckFreeStackSpace() now returns configSTACK_DEPTH_TYPE to allow return values greater than max uint16_t value if required. xStreamBufferSend() and xStreamBufferReceive() no longer clear task notification bits - clearing was unnecessary as only the task notification state is used. Richard Barry 2018-01-30 17:39:14 +0000
  • 0fe82b4d91 Correct out of date comment in tasks.c. Fix typo in comment in queue.h. Richard Barry 2017-12-28 20:20:26 +0000
  • 13651934be Roll up the minor changes checked into svn since V10.0.0 into new V10.0.1 ready for release. Richard Barry 2017-12-18 22:54:18 +0000
  • f998c8119a Update license information text files for the CLI, TCP and UDP products to be correct for V10. Richard Barry 2017-12-13 17:00:13 +0000
  • 0d903cf2d6 FreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBACK configuration option so the user can specify a callback to execute when data arrives. FreeRTOS+TCP: Improve print output when using WinPCap to assist in selecting the correct network interface. FreeRTOS kernel: Fix extern "C" { in stream_buffer.h. FreeRTOS kernel: Correct tskKERNEL_VERSION_NUMBER and tskKERNEL_VERSION_MAJOR constants for V10. Ensure the currently executing task is printed correctly in vTaskList(). Richard Barry 2017-12-12 17:47:56 +0000
  • cfc268814a Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt Richard Barry 2017-11-29 16:53:26 +0000
  • e42a701e99 Add missing +TCP code. Richard Barry 2017-08-17 12:26:43 +0000
  • 77e95538dc Added +TCP code to main repo. Richard Barry 2017-08-17 12:18:14 +0000
  • 037abdddf2 Update TriCore port to work with latest GCC compiler. Richard Barry 2017-08-09 16:57:35 +0000
  • b6f2402f3f Update trace recorder source to fix some compile time warnings. Richard Barry 2017-06-01 14:16:16 +0000
  • 2307bc9dfa Add MSVC .vs directory to keep the IDE's windows layout. Richard Barry 2017-06-01 14:15:24 +0000
  • 6eea3d8d4b Correct long time mis-spelled portINITIAL_EXEC_RETURN to portINITIAL_EXC_RETURN Richard Barry 2017-05-30 00:36:09 +0000
  • 3f74cd483b Update linker script so main stack starts on 8-byte alignment. Richard Barry 2017-05-30 00:17:14 +0000
  • 6b8eb1e936 Update IAR project for MSP432 to IAR version 8.11. Richard Barry 2017-05-30 00:03:31 +0000
  • 2887612f27 FreeRTOS.h changes to go with the last tasks.c checkin. Richard Barry 2017-05-29 23:08:34 +0000
  • b5d8be2209 Remove obsolete code from prvCheckTasksWaitingTermination(). Richard Barry 2017-05-29 22:55:09 +0000
  • 533b533820 Fix typo in comment that got copied into multiple main.c file.s Richard Barry 2017-05-29 22:06:54 +0000
  • 504d9c8bab Update the FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator demo to use the latest FreeRTOS+Trace recorder code. Richard Barry 2017-05-29 22:05:25 +0000
  • 35f5990e7a Update the MSVC and MingW demos to use the latest FreeRTOS+Trace recorder library. Richard Barry 2017-05-29 21:45:31 +0000
  • f289bfb388 Update to the latest trace recorder library. Richard Barry 2017-05-29 21:43:07 +0000
  • 9f84f353d0 Remove configurations other than 'debug' from the Win32 demo. Richard Barry 2017-05-07 18:22:31 +0000
  • 2e89c13c1c Cosmetic changes only. Richard Barry 2017-04-26 00:23:57 +0000
  • a99cd32208 Updated name of CORTEX_MPU_CEC_MEC_17xx_Keil_GCC to CORTEX_MPU_CEC_MEC_17xx_51xx_Keil_GCC. Richard Barry 2017-04-20 05:33:05 +0000
  • 59925359ed Added traceQUEUE_CREATE_FAILED() trace macros into the queue create functions. Richard Barry 2017-04-10 01:58:58 +0000
  • b080f13543 Add more "memory" clobbers into the MPU ports to make them robust to more aggressive optimisation in newer GCC version. Richard Barry 2017-04-10 01:58:01 +0000
  • 0f85ead175 Add more "memory" clobbers into asm code of GCC/ARM_CRx_No_GIC port to make it robust with higher optimisation in newer versions of GCC. Richard Barry 2017-04-10 01:01:11 +0000
  • 0a7a0a79d6 Updates to prevent warnings when compiled with LLVM. Richard Barry 2017-04-10 00:26:22 +0000
  • 8ca40d80a9 Ensure the PIC32 interrupt stack is 8 byte aligned for all values of configISR_STACK_SIZE. Richard Barry 2017-04-09 20:13:48 +0000
  • 96db5a3600 PIC32MZ project using later MPLAB X tools. Richard Barry 2017-04-09 19:35:32 +0000