Commit Graph

  • 2829f3eccc
    Replace volatile with configLIST_VOLATILE (#1027) Rahul Kar 2024-04-10 20:58:48 +05:30
  • 030c1aa646
    Add event group and stream buffer config option in template (#1026) Rahul Kar 2024-04-09 15:26:34 +05:30
  • 6270e2aebf
    Update the memory alignment within the Cortex-R5 port asm code (#1023) Florian La Roche 2024-04-09 07:21:12 +02:00
  • 5da55ba8ad
    Add configCHECK_HANDLER_INSTALLATION description in template file (#1025) Rahul Kar 2024-04-09 10:31:53 +05:30
  • f0ff3834bc
    Fix spelling in comment (#1024) Rahul Kar 2024-04-09 10:00:23 +05:30
  • 8afb3a5b82
    fix typos in comments: interace -> interface, swtich -> switch (#1022) Florian La Roche 2024-04-09 02:50:55 +02:00
  • 8c49c54987
    Fix TFM about link (#1021) Kody Stribrny 2024-04-04 22:10:43 -07:00
  • ccbbf04e5b
    Update coverity example README (#1020) chinglee-iot 2024-04-04 14:29:36 +08:00
  • 52ee9faa72
    Add in CI-CD builds of the Cortex-Rx MPU Demos (#1018) Soren Ptak 2024-03-28 22:37:38 -07:00
  • 7c910499ec
    Update checkout action used in workflow files (#1017) Soren Ptak 2024-03-28 10:47:34 -07:00
  • e8289dfee6
    Add config option for event groups and stream buffers (#994) Rahul Kar 2024-03-27 14:49:47 +05:30
  • 39dbff7204
    Allow xPortIsAuthorizedToAccessBuffer() API call only from mpu_wrappers_v2 (#992) Rahul Kar 2024-03-27 14:05:20 +05:30
  • a455b86bd3
    Add removed unprivileged access check to ARM_CRx_MPU xPortIsAuthorizedToAccessBuffer() (#1016) Soren Ptak 2024-03-26 22:07:11 -07:00
  • 345a86d49b
    ARM CM0+ MPU Port (#1005) Soren Ptak 2024-03-26 13:25:07 -07:00
  • 625b24a104
    Remove duplicate pop from MPU Wrappers ASM Files (#1008) Soren Ptak 2024-03-18 03:51:21 -07:00
  • 6dcce92490
    Improvement for 64bit Windows port (#1011) wat 2024-03-18 15:09:49 +09:00
  • 4732b96dba
    Add daemon task startup hook / timer task creation consistency check (#1009) RichardBarry 2024-03-06 23:08:15 -08:00
  • d95451d924
    Define portNOP in RP2040 port (#1003) chinglee-iot 2024-03-06 16:24:19 +08:00
  • 30f6061f48
    Not using pxIndex to iterate ready list in trace utility (#1000) chinglee-iot 2024-03-06 15:34:21 +08:00
  • cff947acd0
    Update comment in template FreeRTOSConfig.h (#1007) Gaurav-Aggarwal-AWS 2024-03-04 10:48:05 +05:30
  • 83b5b24950
    Fix typo in croutine.c (#1004) Asmeili 2024-02-28 12:21:29 +01:00
  • 61111b1460
    Add ARMv7-R MPU Port (#938) Soren Ptak 2024-02-26 14:01:25 -05:00
  • 839ccb719b
    Use Regex for Copyright Year in Header Check (#1002) Soren Ptak 2024-02-26 12:26:42 -05:00
  • 2fcb0f48b1
    Fix small bugs in Kernel (#998) Aniruddha Kanhere 2024-02-20 08:49:41 -08:00
  • 81c623212a
    Update SMP branch readme for port migration (#999) smp chinglee-iot 2024-02-20 16:50:51 +08:00
  • 1a500f1a74
    Support reset kernel state for restarting scheduler (#944) chinglee-iot 2024-02-19 14:39:31 +08:00
  • e68975fcf7
    Add default core affinity config value. (#996) Christoph Seitz 2024-02-16 06:42:18 +01:00
  • 4d34700bcc
    Fix MISRA C 2012 Rule 13.3 Violations (#988) bradleysmith23 2024-02-13 22:18:35 -08:00
  • 8c10944575
    Remove PRIVILEGED FUNCTION from function definiton (#989) Rahul Kar 2024-02-13 20:10:20 +05:30
  • 8cfa7152f7
    Fix MISRA C 2012 Rule 13.2 Violations (#979) bradleysmith23 2024-02-12 21:11:30 -08:00
  • bd652237fb
    Update default value of configSTACK_DEPTH_TYPE in config file (#987) Rahul Kar 2024-02-13 10:09:32 +05:30
  • 7284d84dc8
    Update task notification scheduler suspension usage (#982) Darian 2024-02-07 13:14:04 +08:00
  • 57a5ed7f67
    Fix SMP task self void run state change (#984) chinglee-iot 2024-02-06 20:41:34 +08:00
  • 23afc48fc3
    Update version number (#983) Paul Bartell 2024-02-06 02:18:14 -08:00
  • 938ec0f7bf
    Correct ARM port folder capitalization (#981) Eric Jackson 2024-02-05 10:31:52 -08:00
  • 1065389c4e
    Fix MISRA C 2012 Rule 10.4 Violations (#972) bradleysmith23 2024-02-05 04:38:15 -08:00
  • c19b13cdfc
    Fix MISRA C 2012 Rule 14.4 Violations. (#975) bradleysmith23 2024-02-02 14:28:43 -08:00
  • 1c35cb3bc9
    Enable xTaskGetCurrentTaskHandleForCore() for single core builds (#978) Darian 2024-02-03 03:46:20 +08:00
  • 1189198a5e
    Fix MISRA C 2012 Rule 20.7 Violations (#971) bradleysmith23 2024-02-01 11:57:22 -08:00
  • b4da9e301f
    Fix MISRA directive 4.7 warning (#977) Rahul Kar 2024-02-01 17:38:24 +05:30
  • d94db2d11d
    Fix MISRA C 2012 Rule 10.3 Violations (#974) bradleysmith23 2024-02-01 01:28:24 -08:00
  • cd8c6c1f22
    Fix MISRA C 2012 Rule 9.3 violations (#973) bradleysmith23 2024-02-01 01:01:53 -08:00
  • edd35e8f6e
    Fix MISRA Rule 10.1 violations (#976) bradleysmith23 2024-01-31 23:06:56 -08:00
  • 1de764ba87
    Delete kernel created task in vTaskEndScheduler (#962) chinglee-iot 2024-02-01 11:12:08 +08:00
  • ba1e2dad3c
    Update ARMv8-M config definitions in template file (#970) Rahul Kar 2024-01-31 12:25:56 +05:30
  • c565fd45c1
    Cmake: Create a single static library including port barnatahmed 2024-01-30 20:44:27 +01:00
  • 8622bd5f49
    Fix ThirdParty/GCC/ATmega formatting (#965) Phillip Stevens 2024-01-30 16:42:20 +11:00
  • 04cb022e44
    Add a check for configENABLE_MVE to M23, M33 ports (#968) Gaurav-Aggarwal-AWS 2024-01-30 10:43:53 +05:30
  • 5a2237a1e2
    Remove configTOTAL_MPU_REGIONS from M3 MPU port (#966) Gaurav-Aggarwal-AWS 2024-01-29 23:59:18 +05:30
  • d63434493a
    Add missing Task Notification IFDEF (#967) Soren Ptak 2024-01-29 12:19:09 -05:00
  • 722596eaae
    Add code to allow building for x64 in MSVC (#924) José Simões 2024-01-29 06:35:10 +00:00
  • 1860c9ad09
    GCC: MSP430F449: Fix pxPortInitialiseStack on EABI (#947) Forty-Bot 2024-01-29 00:37:43 -05:00
  • b1ee2e6e14
    Fix MacOS Posix port (#957) Soren Ptak 2024-01-28 08:11:03 -05:00
  • 14dd5b503a
    use configSTACK_DEPTH_TYPE consequently (updated for 11.0.x) (#942) Phillip Stevens 2024-01-27 16:26:55 +11:00
  • 5040a67939
    Sync up MicroblazeV9 port with Xilinx tree (#220) Mubin Sayyed 2024-01-26 08:51:44 +05:30
  • 8e664fc984
    Add check for if the scheduler is running to ARMv8M MPU ports (#960) Soren Ptak 2024-01-24 13:52:13 -05:00
  • 72c7d86276
    Update for unpaired critical section in vTaskSuspend (#959) chinglee-iot 2024-01-24 19:48:31 +08:00
  • 4d9f6522e5
    Add check for if the scheduler is running to MPU ports (#954) Soren Ptak 2024-01-23 14:48:20 -05:00
  • cf2366c949
    Update unpaired critical section in vTaskDelete for readability (#958) chinglee-iot 2024-01-23 17:02:15 +08:00
  • e6f6d0ecf4
    Posix port - set name for threads (#950) Mikhail Paulyshka 2024-01-18 22:35:16 +03:00
  • 52ab3d0f22
    MPU assert for ARM_CM3_MPU (#952) IsaacDynamo 2024-01-18 20:12:21 +01:00
  • aa07289c24
    Make configSUPPORT_STATIC_ALLOCATION==1 an error for MPU ports (#953) IsaacDynamo 2024-01-18 20:02:41 +01:00
  • c083af972a
    Add mpu_wrappers_v2_asm.c to MPU ports (#951) IsaacDynamo 2024-01-17 21:22:32 +01:00
  • c053ffeacc
    Fix -Werror=unused-parameter in GCC posix prvTimerTickHandler() (#949) Tony Josi 2024-01-13 21:43:05 +05:30
  • 3baa3dd98b POSIX port - Switch from allowing the user to specify the stack memory itself, to allowing them to specify the stack size Chris Morgan 2023-11-29 08:15:50 -05:00
  • 62220666ba Revert pthread_attr_setstacksize Ching-Hsin Lee 2024-01-10 20:30:46 +08:00
  • b6c0c51cbe Revert timer tick function Ching-Hsin,Lee 2024-01-10 05:48:35 +00:00
  • 5ed9c7022b Add back event signal Ching-Hsin,Lee 2024-01-10 05:45:02 +00:00
  • 14903c380e Remove redundent cancellation point Ching-Hsin,Lee 2024-01-10 05:39:27 +00:00
  • a7d39c3e3a format and header file Ching-Hsin,Lee 2024-01-10 05:38:18 +00:00
  • 0fac0859af Add back heap setup code Ching-Hsin,Lee 2024-01-10 05:32:14 +00:00
  • 3dade5b5a5 UPdate format Ching-Hsin,Lee 2024-01-10 05:20:51 +00:00
  • 7ba4124c78 Add back the pthread stack fit Ching-Hsin Lee 2024-01-10 13:18:55 +08:00
  • 6b698ff6bc Fix potential race condition Ching-Hsin,Lee 2024-01-10 05:08:03 +00:00
  • 88d3540b54 POSIX port - Cancel and join all FreeRTOS managed pthreads upon shutdown Chris Morgan 2023-11-28 08:57:37 -05:00
  • ddc89fa985 POSIX - Switch from posix timers to a timer thread to fix signal handling with non-FreeRTOS pthreads Chris Morgan 2023-11-28 07:40:11 -05:00
  • 529de5606e
    Revert #768 on the XCC/Xtensa portable files (#948) Soren Ptak 2024-01-10 09:58:45 -05:00
  • 94cb87ad30
    Assign idle task to each core before SMP scheduler start (#945) chinglee-iot 2024-01-09 14:03:47 +08:00
  • 460e953076
    Add new common words to the cSpellWordList.txt (#946) Soren Ptak 2024-01-08 01:28:18 -05:00
  • 1947dd2f94
    Added ability to change task notification index for streambuffers (#939) Gabriele Monaco 2024-01-04 22:43:34 +03:00
  • 4568507507
    Fix documentation for xQueueTakeMutexRecursive (#943) Eric Jackson 2024-01-03 11:49:02 -08:00
  • be880a1fc8
    Fix portSET_INTERRUPT_MASK_FROM_ISR definition for atomic operation (#940) chinglee-iot 2024-01-03 15:47:05 +08:00
  • 75c4044b7e
    RP2040: Fix removal of idle_task_static_memory.c (#935) dps.lwk 2024-01-03 05:36:04 +00:00
  • 5544c78299
    Fix build error for MSP430 and Cortex A with IAR (#937) Jeff Tenney 2023-12-29 12:48:56 -07:00
  • 58f0d36e76
    Export MPU Section Attributes (#931) Soren Ptak 2023-12-26 05:36:50 -05:00
  • 93380c02a1
    RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMORY (#934) dps.lwk 2023-12-26 09:02:47 +00:00
  • ec93432a59
    Fix build with modern GCC (#933) Forty-Bot 2023-12-22 16:09:55 -05:00
  • 0240cd55f2 [AUTO][RELEASE]: Update SBOM V11.0.1 kar-rahul-aws 2023-12-21 06:16:21 +00:00
  • 27902f0369 [AUTO][RELEASE]: Update version number in manifest.yml kar-rahul-aws 2023-12-21 06:16:19 +00:00
  • 65c72e485a [AUTO][RELEASE]: Bump file header version to "11.0.1" kar-rahul-aws 2023-12-21 06:16:19 +00:00
  • c35f351681 [AUTO][RELEASE]: Bump task.h version macros to "11.0.1" kar-rahul-aws 2023-12-21 06:16:17 +00:00
  • 4e7ca2d704
    Update History.txt for V11.0.1 (#932) Rahul Kar 2023-12-21 11:43:30 +05:30
  • cc0e0707c0 [AUTO][RELEASE]: Update SBOM V11.0.0 chinglee-iot 2023-12-18 09:17:44 +00:00
  • c8c49aa090 [AUTO][RELEASE]: Update version number in manifest.yml chinglee-iot 2023-12-18 09:17:42 +00:00
  • cb6dd06790 [AUTO][RELEASE]: Bump file header version to "11.0.0" chinglee-iot 2023-12-18 09:17:42 +00:00
  • 87cfab0b4d [AUTO][RELEASE]: Bump task.h version macros to "11.0.0" chinglee-iot 2023-12-18 09:17:40 +00:00
  • 5bb2b59db4
    Update History.txt for v11.0.0 (#926) chinglee-iot 2023-12-18 17:16:22 +08:00
  • b0439d3283
    Rename sample configuration to template configuration (#927) Rahul Kar 2023-12-18 10:43:08 +05:30
  • 553b0ad5d3
    Update comments related to portYIELD_FROM_ISR() in queue.h #925 Soren Ptak 2023-12-15 12:34:52 -05:00
  • 1384c68dc7
    Update sample configuration file (#923) Rahul Kar 2023-12-15 10:01:18 +05:30