Commit Graph

  • becbb89181
    Add a cap to the queue locks (#435) Gaurav-Aggarwal-AWS 2022-01-05 21:14:01 -0800
  • 8e2dd5b861
    Add a Known Issues file in the Third Party folder (#434) Gaurav-Aggarwal-AWS 2022-01-03 13:26:43 -0800
  • c13719d2d0
    fix alignment exception for ullPortInterruptNesting. (#317) Amit Tomar 2021-12-30 02:23:10 +0530
  • 7b95420ad9
    fixed deadlock in event groups when a mutex is used for memory allocation (#284) clemenskresser 2021-12-29 17:58:24 +0100
  • f5df2c140c
    Documentation update for xEventGroupClearBitsFromISR (#432) Joseph Julicher 2021-12-28 14:20:33 -0700
  • 481c722ef3
    RISC-V: No #error on RV64 regarding byte alignment (#367) Fabian 2021-12-28 20:52:33 +0100
  • 81d15dc550
    Fix: Interrut Handler Register Function and Exception Process (#41) leona 2021-12-29 02:54:23 +0900
  • 455df7a07a
    uxAutoReload replaced with xAutoReload to improve MISRA compliance (#429) Joseph Julicher 2021-12-27 11:36:59 -0700
  • 53b9a80b8e
    Update third party ports readme (#428) Gaurav-Aggarwal-AWS 2021-12-21 14:10:06 -0800
  • debbd254b6
    RP2040 fixes (#424) Graham Sanderson 2021-12-21 13:08:41 -0600
  • 4c4089b154
    Remove tickless idle mode dependency with include v task suspend (#422) Pramith K V 2021-12-09 05:17:07 +0530
  • 052e364686
    Fix #415: Compiling tasks.c with configSUPPORT_DYNAMIC_ALLOCATION = 0 (#416) R. Dunbar Poor 2021-11-18 14:38:41 -0800
  • 271bdfb880
    Simplify prvInitialiseNewTask() (#417) RichardBarry 2021-11-18 14:22:02 -0800
  • e13f990385
    Fix keil compilation error (#418) RichardBarry 2021-11-18 11:04:57 -0800
  • 6ac9aaec95 Fix formatting error Gaurav Aggarwal 2021-11-12 23:23:07 +0000
  • 44fc137428 Add option to disable unprivileged critical sections Gaurav Aggarwal 2021-10-06 19:00:39 -0700
  • 7a3848753b Change xPortRaisePrivilege and vPortResetPrivilege to macros Gaurav Aggarwal 2021-10-06 18:56:51 -0700
  • 78da9cb261
    Fix code example in timers.h (#412) Gaurav-Aggarwal-AWS 2021-11-12 10:36:49 -0800
  • 683811bd8c
    bugfix: Initialize uxTaskNumber at task initialization (#374) Laukik Hase 2021-11-12 03:47:21 +0530
  • 4896d6b1a1 Mention portMAX_DELAY in xEventGroupWaitBits docs (#411) Tobias Nießen 2021-11-11 02:39:01 +0100
  • cd0b7fc271
    Build with -Wmissing-prototypes flags vPortYieldFromISR() in the Posix port. (#409) Kevin Thibedeau 2021-11-08 16:51:25 -0500
  • 1ec7e50722
    Change hyphen to ASCII character (#410) Gaurav-Aggarwal-AWS 2021-11-08 11:11:11 -0800
  • 5a2a1d0702
    Change taskYIELD_FROM_ISR to portYIELD_FROM_ISR in docs (#408) Gaurav-Aggarwal-AWS 2021-11-05 14:33:15 -0700
  • a40d52dc05
    Fix documentation mistake (#407) prplz 2021-11-06 04:55:17 +1100
  • a432a688ca
    bugfix: Initialise stack correctly on dsPIC port (#405) andrewtjs 2021-11-02 03:38:37 +0800
  • d649a77128
    Fix prvWriteMessageToBuffer on big endian (#391) Archit Gupta 2021-10-16 16:36:44 -0700
  • 06fb777e43
    Update comments for the ARM_CA53_64_BIT_SRE port (#403) Gaurav-Aggarwal-AWS 2021-10-16 13:45:03 -0700
  • 68ddb32b55
    Handle interrupt acknowledge register in Cortex-A53 SRE port (#392) Stephane Viau 2021-10-15 18:21:56 +0200
  • a030d0a02b
    fix typo (#399) swaldhoer 2021-10-07 00:32:07 +0200
  • 1fb4e847ed
    Fix the defect that Heap_1.c may waste first portBYTE_ALIGNMENT bytes of ucHeap[] (#238) Qikai 2021-10-05 02:15:00 +0800
  • 5f290e4559
    Fix typo in comment (#398) Andres O. Vela 2021-09-30 19:18:47 +0200
  • 741185f1d0
    Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395) Shubham Kulkarni 2021-09-17 02:46:22 +0530
  • 1b86b39940
    Remove AVR ports from main repo (#394) Gaurav-Aggarwal-AWS 2021-09-14 19:25:46 -0700
  • 384ffc5b91 Fix spell-check failure Gaurav Aggarwal 2021-09-10 23:27:12 +0000
  • 68889fdd79 Update History.txt Gaurav Aggarwal 2021-09-10 23:20:36 +0000
  • 99a5a5fe82 Fix free secure context for Cortex-M23 ports Gaurav Aggarwal 2021-08-10 00:00:35 -0700
  • 06ea7275b3 Implement secure stack sealing as per ARM's recommendation Gaurav Aggarwal 2021-08-04 15:00:47 -0700
  • 61f7560243 Associate secure context with task handle Gaurav Aggarwal 2021-08-04 14:57:45 -0700
  • ccaa0f4d6e Pre-allocate secure-side context structures Gaurav Aggarwal 2021-08-04 14:52:22 -0700
  • f8ada39d85
    Replace <pre> with @code - remaining files (#388) Zim Kalinowski 2021-09-08 03:03:12 +0800
  • fa0f5c436c
    Add freertos_risc_v_chip_specific_extensions.h for 64-bit ports (#385) Gaurav-Aggarwal-AWS 2021-09-01 15:38:07 -0700
  • bb02cf647d
    minor fix in stream buffer doc (#387) Zim Kalinowski 2021-09-01 02:24:56 +0800
  • ae73f0de41
    Replace <pre> with @code{c} (#386) Zim Kalinowski 2021-09-01 00:04:36 +0800
  • c290780e34
    Update the README to align with TF-Mv1.4.0 in TF-M integration (#384) sherryzhang 2021-08-27 14:07:58 +0800
  • 0b1e9d79c8
    fixes in queue documentation (#382) Zim Kalinowski 2021-08-13 09:15:57 +0800
  • 6ba8aa63c1
    Xtensa_ESP32: Fix build issues when external SPIRAM is enabled (#381) Shubham Kulkarni 2021-08-13 06:16:25 +0530
  • d858d1ff36
    fix example usage of xMessageBufferCreateStatic and xStreamBufferCrea… (#380) Paul Adelsbach 2021-08-12 17:06:41 -0700
  • d01801807d
    Tidy up the 8051 sdcc port (#376) Jack Lam 2021-08-13 02:50:52 +0800
  • 1b38078939
    fixed parameter names documentation (#378) Zim Kalinowski 2021-08-13 02:18:53 +0800
  • b97bb48e06
    Indent contents of a taskENTER_CRITICAL/taskEXIT_CRITICAL block. (#348) RichardBarry 2021-08-04 10:05:23 -0700
  • ce81bcb33f
    Run uncrustify with github workflows (#369) alfred gedeon 2021-07-28 17:53:10 -0700
  • 85a23127cc
    Add ReadMe for third party port contributions (#371) Gaurav-Aggarwal-AWS 2021-07-28 10:37:51 -0700
  • d9d5d53a75
    doc: fix function name typo (#368) Craig Kewley 2021-07-21 01:21:18 +0100
  • b5a9229563
    Warning fixes. (#356) Kristine Jassmann 2021-07-20 15:55:49 -0400
  • 1d86b973aa
    Fix description of vTaskDelay (#363) Tobias Nießen 2021-07-06 23:10:53 +0200
  • 46338705bd
    Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) swaldhoer 2021-07-01 00:07:55 +0200
  • 9af72db3ec
    Add RP2040 support (#341) Graham Sanderson 2021-06-30 15:20:54 -0500
  • 4200226708
    Move the community/partner supported ports to correct location (#361) Archit Gupta 2021-06-29 18:36:49 -0700
  • 8b2a1b802a
    Fix C90 Compilation Failure (#359) Gaurav-Aggarwal-AWS 2021-06-23 10:51:13 -0700
  • 4e3bf0f5c0
    Add Cortex-A53 port with system register interface for CPU interface access (#357) Gaurav-Aggarwal-AWS 2021-06-22 18:51:58 -0700
  • 56428a9831
    Add new submodules for port contribution (#355) Archit Gupta 2021-06-21 12:33:33 -0700
  • 9e85006fc9
    Update spell checker exclusion. (#354) Ming Yue 2021-06-15 11:55:29 -0700
  • ddc840fd28
    Make the type used to hold run-time counter values configurable (#350) RichardBarry 2021-06-14 12:17:41 -0700
  • 6a84f2c1da
    Posix: fix event_wait_timed() (#346) Thomas Pedersen 2021-06-10 17:15:47 -0700
  • bad8f01afd
    Adds SemphrGetCountFromISR with QMsgWaitingFromISR (#345) Raul Rojas 2021-06-08 20:48:52 -0400
  • eec42331b4 Normalize files with mixed line endings (introduced in commit 3a413d1) Paul Bartell 2021-06-01 12:01:32 -0700
  • 2f6c91be62 [AUTO][RELEASE]: Bump task.h version macros to "10.4.4+" paulbartell 2021-05-28 23:03:08 +0000
  • b4a7a04657
    Add history.txt for the 10.4.4 release (#336) Joseph Julicher 2021-05-28 15:48:53 -0700
  • 6425e584bd
    Update github Auto-Release workflow to add an option to set the main branch version in task.h (#337) Paul Bartell 2021-05-28 07:23:29 -0700
  • 3f7e75dcd5 Add license header to wait_for_event.c and wait_for_event.h Paul Bartell 2021-05-26 19:49:05 -0700
  • b5e9896ad7 Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. Add SPXD license identifiers. Paul Bartell 2021-05-26 19:47:29 -0700
  • 1041b63586 Add SPDX and MIT to lexicon Paul Bartell 2021-05-26 16:41:28 -0700
  • 3a413d1022 Add SPDX-License-Identifier: MIT to MIT licensed files. Paul Bartell 2021-05-26 16:16:27 -0700
  • b286f173e8 Update license text for ports that were previously missed. Paul Bartell 2021-05-26 15:28:31 -0700
  • e31dccae80 Remove "1 tab == 4 spaces!" line from files that still contain it. Paul Bartell 2021-05-25 23:06:40 -0700
  • a1b9132a6d Update tskKERNEL_VERSION_NUMBER and tskKERNEL_VERSION_BUILD to V10.4.999 to denote the development branch Paul Bartell 2021-05-25 21:52:40 -0700
  • 9a3a5a89f2 Update kernel_checker.py with new version and copyright date. Update kernel_checker.py to handle assembly and python files Paul Bartell 2021-05-25 21:47:55 -0700
  • adfc53368f Update copyright year from 2020 to 2021 Paul Bartell 2021-05-25 21:46:15 -0700
  • 08dc6f64ee Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH> Paul Bartell 2021-05-25 21:44:10 -0700
  • 8e2f723996
    queue.c: Change some asserts into conditionals and improve overflow checks (#328) Dan Good 2021-05-27 19:17:59 -0400
  • a1b918c1aa
    Code: Fix stream buffer warning (#335) alfred gedeon 2021-05-27 09:11:35 -0700
  • 736f2302ae
    deprecating the mcf5235 port (#334) Joseph Julicher 2021-05-26 16:26:19 -0700
  • f37bcd5c14
    Wrap macros in do { ... } while( 0 ) (#240) j4cbo 2021-05-24 14:41:58 -0700
  • ac2c383bc1
    Posix: fix copyright (#250) Evgeny Ermakov 2021-04-21 19:08:46 -0400
  • 6bf3a75c6a
    Create macro versions of uxListRemove() and vListInsertEnd() for use in xTaskIncrementTick(). This provides a minor optimisation to remove the need for a few function calls. (#241) RichardBarry 2021-04-19 14:16:10 -0700
  • 71f5af4e0f
    Fix regression in vQueueAddToRegistry. (#315) Paul Bartell 2021-04-19 11:20:23 -0700
  • d8770748ff
    [kernel & MemMang] use space to replace tab and remove meaningless space in the end of each line (#314) Meco Jianting Man 2021-04-20 00:58:55 +0800
  • 46f7feba81
    Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check. (#313) Paul Bartell 2021-04-17 09:57:16 -0700
  • 99295c9ae8
    simplify and beautify portBYTE_ALIGNMENT (#309) Meco Jianting Man 2021-04-14 22:46:46 +0800
  • 05ded5bd8d
    Remove support for tmrCOMMAND_START_DONT_TRACE (#305) Jeff Tenney 2021-04-13 11:05:46 -0700
  • a22b438e60
    Overwrite existing QueueRegistry entries when a handle is added multiple times. (#306) Paul Bartell 2021-04-09 17:06:58 -0700
  • a31018d025
    Update parent repository primary branch name from "master" to "main". (#304) Paul Bartell 2021-04-09 09:42:35 -0700
  • 75e0c36eb4
    Code cleanup (#288) carlo-dev-git 2021-04-07 23:19:31 +0200
  • b08c19f745
    Define default values of macros before first use (#298) Gaurav-Aggarwal-AWS 2021-04-02 07:35:52 -0700
  • 534eba66ce
    Check NULL pointer input for vEventGroupDelete. (#293) Ming Yue 2021-03-25 15:57:42 -0700
  • 9b679c347c
    Fix comments in list.h and clarify list usage in xTaskRemoveFromEventList (#289) Paul Bartell 2021-03-25 12:39:08 -0700
  • 9efe10b805
    Add assert to catch invalid task priority (#292) Gaurav-Aggarwal-AWS 2021-03-24 17:04:20 -0700
  • 4ad84923a0
    Build the posix port on pushes and PRs to the Kernel repository (#290) Paul Bartell 2021-03-23 10:33:47 -0700
  • 9cd19603e8
    Code: Remove redundant check (#287) alfred gedeon 2021-03-21 09:03:38 -0700
  • 6b72419c78
    Fix error introduced when merging #264. (#286) RichardBarry 2021-03-20 12:59:51 -0700