Commit Graph

  • 4c30cc0499 Update History.txt for V10.4.6 Gaurav Aggarwal 2021-10-06 19:07:00 -07:00
  • 6ffbd5e318 Add option to disable unprivileged critical sections Gaurav Aggarwal 2021-10-06 19:00:39 -07:00
  • 526be5210d Change xPortRaisePrivilege and vPortResetPrivilege to macros Gaurav Aggarwal 2021-10-06 18:56:51 -07:00
  • a030d0a02b
    fix typo (#399) swaldhoer 2021-10-07 00:32:07 +02:00
  • 1fb4e847ed
    Fix the defect that Heap_1.c may waste first portBYTE_ALIGNMENT bytes of ucHeap[] (#238) Qikai 2021-10-05 02:15:00 +08:00
  • 5f290e4559
    Fix typo in comment (#398) Andres O. Vela 2021-09-30 19:18:47 +02:00
  • 741185f1d0
    Xtensa_ESP32: Add definition for portMEMORY_BARRIER (#395) Shubham Kulkarni 2021-09-17 02:46:22 +05:30
  • 1b86b39940
    Remove AVR ports from main repo (#394) Gaurav-Aggarwal-AWS 2021-09-14 19:25:46 -07:00
  • 384ffc5b91 Fix spell-check failure Gaurav Aggarwal 2021-09-10 23:27:12 +00:00
  • 68889fdd79 Update History.txt Gaurav Aggarwal 2021-09-10 23:20:36 +00:00
  • 99a5a5fe82 Fix free secure context for Cortex-M23 ports Gaurav Aggarwal 2021-08-10 00:00:35 -07:00
  • 06ea7275b3 Implement secure stack sealing as per ARM's recommendation Gaurav Aggarwal 2021-08-04 15:00:47 -07:00
  • 61f7560243 Associate secure context with task handle Gaurav Aggarwal 2021-08-04 14:57:45 -07:00
  • ccaa0f4d6e Pre-allocate secure-side context structures Gaurav Aggarwal 2021-08-04 14:52:22 -07:00
  • cb0757ee0b Update History.txt V10.4.5 Gaurav Aggarwal 2021-09-10 12:13:58 -07:00
  • 628059b775 Update History.txt V10.4.3-LTS-Patch-1 Gaurav Aggarwal 2021-09-10 11:53:24 -07:00
  • f8ada39d85
    Replace <pre> with @code - remaining files (#388) Zim Kalinowski 2021-09-08 03:03:12 +08:00
  • fa0f5c436c
    Add freertos_risc_v_chip_specific_extensions.h for 64-bit ports (#385) Gaurav-Aggarwal-AWS 2021-09-01 15:38:07 -07:00
  • bb02cf647d
    minor fix in stream buffer doc (#387) Zim Kalinowski 2021-09-01 02:24:56 +08:00
  • ae73f0de41
    Replace <pre> with @code{c} (#386) Zim Kalinowski 2021-09-01 00:04:36 +08:00
  • c290780e34
    Update the README to align with TF-Mv1.4.0 in TF-M integration (#384) sherryzhang 2021-08-27 14:07:58 +08:00
  • dff28505b7 [AUTO][RELEASE]: Bump file header version to "10.4.3 LTS Patch 1" Gaurav Aggarwal 2021-08-19 11:22:55 -07:00
  • fedc1652f4 [AUTO][RELEASE]: Bump task.h version macros to "10.4.3 LTS Patch 1" Gaurav Aggarwal 2021-08-19 11:22:49 -07:00
  • 0ab31da2fd Update History.txt for 10.4.3 LTS Patch 1 Gaurav Aggarwal 2021-08-19 10:45:18 -07:00
  • 8341ffdc61 Fix free secure context for Cortex-M23 ports Gaurav Aggarwal 2021-08-18 17:46:27 -07:00
  • faa92f7df2 Implement secure stack sealing as per ARM's recommendation Gaurav Aggarwal 2021-08-18 17:36:55 -07:00
  • f87404b56f Associate secure context with task handle Gaurav Aggarwal 2021-08-18 17:31:22 -07:00
  • 66466793d5 Pre-allocate secure-side context structures Gaurav Aggarwal 2021-08-18 16:21:55 -07:00
  • 0b1e9d79c8
    fixes in queue documentation (#382) Zim Kalinowski 2021-08-13 09:15:57 +08:00
  • 6ba8aa63c1
    Xtensa_ESP32: Fix build issues when external SPIRAM is enabled (#381) Shubham Kulkarni 2021-08-13 06:16:25 +05:30
  • d858d1ff36
    fix example usage of xMessageBufferCreateStatic and xStreamBufferCrea… (#380) Paul Adelsbach 2021-08-12 17:06:41 -07:00
  • d01801807d
    Tidy up the 8051 sdcc port (#376) Jack Lam 2021-08-13 02:50:52 +08:00
  • 1b38078939
    fixed parameter names documentation (#378) Zim Kalinowski 2021-08-13 02:18:53 +08:00
  • 9e84a0e3d2 [AUTO][RELEASE]: Bump file header version to "10.4.5" Gaurav Aggarwal 2021-08-10 00:16:20 -07:00
  • 150469bd8c [AUTO][RELEASE]: Bump task.h version macros to "10.4.5" Gaurav Aggarwal 2021-08-10 00:16:16 -07:00
  • 7f3a5ff8b9 Update History.txt for 10.4.5 release Gaurav Aggarwal 2021-08-10 00:06:25 -07:00
  • 16b2a6973c Fix free secure context for Cortex-M23 ports Gaurav Aggarwal 2021-08-10 00:00:35 -07:00
  • f2ce7d36d7 Implement secure stack sealing as per ARM's recommendation Gaurav Aggarwal 2021-08-04 15:00:47 -07:00
  • d1bea3ee14 Associate secure context with task handle Gaurav Aggarwal 2021-08-04 14:57:45 -07:00
  • 4209835692 Pre-allocate secure-side context structures Gaurav Aggarwal 2021-08-04 14:52:22 -07:00
  • fa6982c99a
    Update xSTATIC_TCB layout in line with tskTCB (#375) N3xed 2021-08-10 00:14:10 +02:00
  • b97bb48e06
    Indent contents of a taskENTER_CRITICAL/taskEXIT_CRITICAL block. (#348) RichardBarry 2021-08-04 10:05:23 -07:00
  • a2c8db1089
    Move uxCoreAffinityMask after xMPUSettings (#372) N3xed 2021-07-30 08:58:47 +02:00
  • ce81bcb33f
    Run uncrustify with github workflows (#369) alfred gedeon 2021-07-28 17:53:10 -07:00
  • 85a23127cc
    Add ReadMe for third party port contributions (#371) Gaurav-Aggarwal-AWS 2021-07-28 10:37:51 -07:00
  • d9d5d53a75
    doc: fix function name typo (#368) Craig Kewley 2021-07-21 01:21:18 +01:00
  • b5a9229563
    Warning fixes. (#356) Kristine Jassmann 2021-07-20 15:55:49 -04:00
  • 1d86b973aa
    Fix description of vTaskDelay (#363) Tobias Nießen 2021-07-06 23:10:53 +02:00
  • 35b95d2a4d
    Rp2040 smp (#342) Graham Sanderson 2021-07-06 12:53:49 -05:00
  • 46338705bd
    Replace two dashes and one whitespace with their corresponding ASCII characters. (#362) swaldhoer 2021-07-01 00:07:55 +02:00
  • 9af72db3ec
    Add RP2040 support (#341) Graham Sanderson 2021-06-30 15:20:54 -05:00
  • 4200226708
    Move the community/partner supported ports to correct location (#361) Archit Gupta 2021-06-29 18:36:49 -07:00
  • a7092d400c
    Fix XCore DP/CP register corruption bug (#352) Michael Bruno 2021-06-28 11:44:24 -04:00
  • 8b2a1b802a
    Fix C90 Compilation Failure (#359) Gaurav-Aggarwal-AWS 2021-06-23 10:51:13 -07:00
  • 4e3bf0f5c0
    Add Cortex-A53 port with system register interface for CPU interface access (#357) Gaurav-Aggarwal-AWS 2021-06-22 18:51:58 -07:00
  • 56428a9831
    Add new submodules for port contribution (#355) Archit Gupta 2021-06-21 12:33:33 -07:00
  • 9e85006fc9
    Update spell checker exclusion. (#354) Ming Yue 2021-06-15 11:55:29 -07:00
  • ddc840fd28
    Make the type used to hold run-time counter values configurable (#350) RichardBarry 2021-06-14 12:17:41 -07:00
  • 6a84f2c1da
    Posix: fix event_wait_timed() (#346) Thomas Pedersen 2021-06-10 17:15:47 -07:00
  • bad8f01afd
    Adds SemphrGetCountFromISR with QMsgWaitingFromISR (#345) Raul Rojas 2021-06-08 20:48:52 -04:00
  • eec42331b4 Normalize files with mixed line endings (introduced in commit 3a413d1) Paul Bartell 2021-06-01 12:01:32 -07:00
  • 8de8a9da1a [AUTO][RELEASE]: Bump file header version to "10.4.4" V10.4.4 paulbartell 2021-05-28 23:03:12 +00:00
  • f5bd49c13f [AUTO][RELEASE]: Bump task.h version macros to "10.4.4" paulbartell 2021-05-28 23:03:11 +00:00
  • 2f6c91be62 [AUTO][RELEASE]: Bump task.h version macros to "10.4.4+" paulbartell 2021-05-28 23:03:08 +00:00
  • b4a7a04657
    Add history.txt for the 10.4.4 release (#336) Joseph Julicher 2021-05-28 15:48:53 -07:00
  • 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 -07:00
  • 3f7e75dcd5 Add license header to wait_for_event.c and wait_for_event.h Paul Bartell 2021-05-26 19:49:05 -07:00
  • b5e9896ad7 Cleanup license text in Xtensa XCC and Xtensa ESP32 GCC ports. Add SPXD license identifiers. Paul Bartell 2021-05-26 19:47:29 -07:00
  • 1041b63586 Add SPDX and MIT to lexicon Paul Bartell 2021-05-26 16:41:28 -07:00
  • 3a413d1022 Add SPDX-License-Identifier: MIT to MIT licensed files. Paul Bartell 2021-05-26 16:16:27 -07:00
  • b286f173e8 Update license text for ports that were previously missed. Paul Bartell 2021-05-26 15:28:31 -07:00
  • e31dccae80 Remove "1 tab == 4 spaces!" line from files that still contain it. Paul Bartell 2021-05-25 23:06:40 -07:00
  • 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 -07:00
  • 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 -07:00
  • adfc53368f Update copyright year from 2020 to 2021 Paul Bartell 2021-05-25 21:46:15 -07:00
  • 08dc6f64ee Change kernel revision in each file header from V10.4.3 to <DEVELOPMENT BRANCH> Paul Bartell 2021-05-25 21:44:10 -07:00
  • 8e2f723996
    queue.c: Change some asserts into conditionals and improve overflow checks (#328) Dan Good 2021-05-27 19:17:59 -04:00
  • a1b918c1aa
    Code: Fix stream buffer warning (#335) alfred gedeon 2021-05-27 09:11:35 -07:00
  • 736f2302ae
    deprecating the mcf5235 port (#334) Joseph Julicher 2021-05-26 16:26:19 -07:00
  • f37bcd5c14
    Wrap macros in do { ... } while( 0 ) (#240) j4cbo 2021-05-24 14:41:58 -07:00
  • a9754a8fdd
    Change XCC to xClang for XCore ports (#332) Michael Bruno 2021-05-21 17:59:03 -04:00
  • 3231d08be4
    fixed CI repo branch (#330) Joseph Julicher 2021-05-19 17:01:54 -07:00
  • b515641e0a
    adding a minimal idle hook to the SMP port (#329) Joseph Julicher 2021-05-19 16:19:57 -07:00
  • 0c1381311b
    Merge branch 'smp' into smp Joseph Julicher 2021-05-19 10:10:36 -07:00
  • d58750f5f9 Updated from upstream Joseph Julicher 2021-05-19 10:02:49 -07:00
  • e71e702110 Static allocation and lightweight idle tasks (#323) Joseph Julicher 2021-05-13 15:42:57 -07:00
  • bc42e04850 Uncrustified tasks.c Joseph Julicher 2021-05-19 08:38:58 -07:00
  • 74f816ab40 Adjustments to tasks from PR review Joseph Julicher 2021-05-12 17:01:00 -07:00
  • a65f379860 added multiple idle tasks Joseph Julicher 2021-05-12 12:03:08 -07:00
  • f916ccf506 Static allocation and lightweight idle tasks (#323) Joseph Julicher 2021-05-13 15:42:57 -07:00
  • f5625177f5 removed extra parameter in TCB structure Joseph Julicher 2021-05-19 09:03:59 -07:00
  • 61fa224694 missed taskYield in minimalIDLE task Joseph Julicher 2021-05-19 08:54:22 -07:00
  • 106e15ea6b Uncrustified tasks.c Joseph Julicher 2021-05-19 08:38:58 -07:00
  • 87279a3dc7 Fixed static allocation internal array Joseph Julicher 2021-05-18 19:49:02 -07:00
  • 6369b03bd1 fixed additional bit mask test errors Joseph Julicher 2021-05-18 15:17:50 -07:00
  • 56d94df0a8 Fixed bit mask compare bug Joseph Julicher 2021-05-18 15:07:26 -07:00
  • d59bfca4f9 converted exclusion to affinity Joseph Julicher 2021-05-13 17:20:41 -07:00
  • ec943bcc1a
    Static allocation and lightweight idle tasks (#323) Joseph Julicher 2021-05-13 15:42:57 -07:00
  • b9a17479a0 Adjustments to tasks from PR review Joseph Julicher 2021-05-12 17:01:00 -07:00
  • ad317efd62 Added multiple IDLE tasks to non-static allocation Joseph Julicher 2021-05-12 12:13:44 -07:00