Commit Graph

  • 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
  • 80457ca165 added multiple idle tasks Joseph Julicher 2021-05-12 12:03:08 -07:00
  • ac2c383bc1
    Posix: fix copyright (#250) Evgeny Ermakov 2021-04-21 19:08:46 -04:00
  • 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 -07:00
  • 71f5af4e0f
    Fix regression in vQueueAddToRegistry. (#315) Paul Bartell 2021-04-19 11:20:23 -07:00
  • 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 +08:00
  • 46f7feba81
    Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL pointer check. (#313) Paul Bartell 2021-04-17 09:57:16 -07:00
  • 99295c9ae8
    simplify and beautify portBYTE_ALIGNMENT (#309) Meco Jianting Man 2021-04-14 22:46:46 +08:00
  • 05ded5bd8d
    Remove support for tmrCOMMAND_START_DONT_TRACE (#305) Jeff Tenney 2021-04-13 11:05:46 -07:00
  • a22b438e60
    Overwrite existing QueueRegistry entries when a handle is added multiple times. (#306) Paul Bartell 2021-04-09 17:06:58 -07:00
  • a31018d025
    Update parent repository primary branch name from "master" to "main". (#304) Paul Bartell 2021-04-09 09:42:35 -07:00
  • 75e0c36eb4
    Code cleanup (#288) carlo-dev-git 2021-04-07 23:19:31 +02:00
  • b08c19f745
    Define default values of macros before first use (#298) Gaurav-Aggarwal-AWS 2021-04-02 07:35:52 -07:00
  • 534eba66ce
    Check NULL pointer input for vEventGroupDelete. (#293) Ming Yue 2021-03-25 15:57:42 -07:00
  • 9b679c347c
    Fix comments in list.h and clarify list usage in xTaskRemoveFromEventList (#289) Paul Bartell 2021-03-25 12:39:08 -07:00
  • 9efe10b805
    Add assert to catch invalid task priority (#292) Gaurav-Aggarwal-AWS 2021-03-24 17:04:20 -07:00
  • 4ad84923a0
    Build the posix port on pushes and PRs to the Kernel repository (#290) Paul Bartell 2021-03-23 10:33:47 -07:00
  • 83595e81b5 Removed Xtensa port from XCC folder Joseph Julicher 2021-03-22 10:11:29 -07:00
  • 0732461e70 moved XMOS ports to thirdparty Joseph Julicher 2021-03-22 10:06:22 -07:00
  • 9cd19603e8
    Code: Remove redundant check (#287) alfred gedeon 2021-03-21 09:03:38 -07:00
  • 6b72419c78
    Fix error introduced when merging #264. (#286) RichardBarry 2021-03-20 12:59:51 -07:00
  • 6685c042cb
    Fix race condition bugs when reading and writing to message buffers (#264) milesfrain 2021-03-20 12:03:27 -07:00
  • 086d52f9d3
    A recent change in the FreeRTOS/FreeRTOS hub repo (which submodules this repo) introduced use of a new compile time constant configRUN_ADDITIONAL_TESTS. This check in adds a default for the constant that will be used in builds to which it does not apply. (#266) RichardBarry 2021-03-20 11:58:07 -07:00
  • 9706a69850
    Fix: testing for mpu wrapers to be equal to 1 (#285) alfred gedeon 2021-03-19 17:44:12 -07:00
  • cb7bef09f2
    Adjust portPOINTER_SIZE_TYPE to correct size (#275) Tobias Schulte 2021-03-19 23:35:21 +01:00
  • 49c38f08de
    Update port.c (#283) carlo-dev-git 2021-03-19 23:22:22 +01:00
  • 1059b35838
    Comment: xTaskResumeAll: comment: doesn't match the code (#281) alfred gedeon 2021-03-19 10:36:17 -07:00
  • 20576e8095 ignoring build artifacts Joseph Julicher 2021-03-17 08:30:07 -07:00
  • b2f3e834d6 fixed line endings for stream_buffer Joseph Julicher 2021-03-17 08:24:54 -07:00
  • 9404cb60c0 Merge github.com:FreeRTOS/FreeRTOS-Kernel into HEAD Joseph Julicher 2021-03-17 08:22:55 -07:00
  • 95433d0284
    Run CMock unit tests on each pull request with a github action. (#279) Paul Bartell 2021-03-16 18:31:37 -07:00
  • 94d6ad4e18 Added a cmakelists to memmang to facilitate a cmake build Joseph Julicher 2021-03-16 16:18:17 -07:00
  • ddf9007606 Added a rough pico support. Remove rtos_prints from task.c Joseph Julicher 2021-03-16 16:06:23 -07:00
  • 8ab776cc5e
    SMP Documentation (#280) Joseph Julicher 2021-03-16 13:57:22 -07:00
  • 755daad276
    Improve comments and assertions in stream buffer (#277) Ravishankar Bhagavandas 2021-03-15 18:01:42 -07:00
  • 989bc332b2
    Feature: SMP (#278) Joseph Julicher 2021-03-15 17:29:08 -07:00
  • cafae476e4 updated lexicon for new vocabulary words Joseph Julicher 2021-03-15 16:37:07 -07:00
  • 66b3f908df
    Update comment in list.c (#276) Gaurav-Aggarwal-AWS 2021-03-12 12:11:19 -08:00
  • 18d4ba9c07
    Add some assertions and coverage exceptions to queue.c (#273) Paul Bartell 2021-03-05 18:46:49 -08:00
  • de19eeb7d3
    Moved git-secrets check to a different workflow (#271) xuelix 2021-03-05 22:00:57 +00:00
  • 4b5d1e4395
    Comment: fix code comment for xTaskAbortDelay (#272) alfred gedeon 2021-03-05 09:13:03 -08:00
  • 98eba938e2
    Added git-secrets check to Github Actions (#270) xuelix 2021-03-04 21:00:22 +00:00
  • 5e45472d6e
    fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed() (#269) Joseph Julicher 2021-03-03 10:38:12 -07:00
  • 4fde4a8d0a
    Add description for vTaskList (#206) gomonovych 2021-03-02 02:10:00 +01:00
  • 2a604f4a28
    Support allocating stack from separate heap (#267) Gaurav-Aggarwal-AWS 2021-02-23 18:36:27 -08:00
  • 81f5892105
    Update python version to 3.7.10 (#265) Carl Lundin 2021-02-18 18:48:11 -08:00
  • 1d4d16fd54
    Update URL in history.txt (#259) Jeff Tenney 2021-02-15 15:00:20 -07:00
  • 5b9549ab82
    Remove unmatched braces in MessageBuffer pre tags (#256) milesfrain 2021-02-10 21:41:05 -08:00
  • a4b2e0c3f3
    Check: improve verbosity of url verifier (#260) alfred gedeon 2021-02-10 16:04:08 -08:00
  • 21b1058bf7 Update issue templates Cobus van Eeden 2021-02-10 15:27:16 -08:00
  • 0345a20202
    incorporate updates from common (#255) David Chalco 2021-01-29 18:58:55 -08:00
  • 6b4a3d0a6e
    Typos (#248) nazar01 2021-01-29 23:05:04 +03:00
  • d0afede565
    Delete gitattributes (#253) David Chalco 2021-01-27 09:38:20 -08:00
  • 6b524a2fee
    Fix typo in comment in task.h (#244) Evgeny Ermakov 2021-01-19 21:55:34 -05:00
  • d060479353
    Fix Github checks after move from master to main (#246) alfred gedeon 2021-01-19 15:32:01 -08:00
  • 578d040659
    Add git attributes (#245) David Chalco 2021-01-15 11:04:31 -08:00
  • 23f641850d
    Posix: fix build failure (#235) Thomas Pedersen 2021-01-08 14:19:15 -08:00
  • ef4c305244
    Update ESP32 port to ESP-IDF release v4.2 and add ESP-IDF version check (#231) Shubham Kulkarni 2020-12-23 02:30:45 +05:30
  • 341e9f06d0
    update version in version checker (#239) David Chalco 2020-12-22 12:57:39 -08:00
  • 6349871ce6
    AutoRelease + Header Checker Upgrades (#236) David Chalco 2020-12-22 10:06:59 -08:00
  • 8e99e2d38b
    Align the TF-M version of the integration with kernel to version TF-Mv1.2.0 (#228) sherryzhang 2020-12-16 01:17:20 +08:00
  • 9c048e0c71
    Update History.txt V10.4.3 Cobus van Eeden 2020-12-15 07:18:49 -08:00
  • a8a9c3ea3e
    Updated History.txt for V10.4.3 (#233) Joseph Julicher 2020-12-15 07:51:11 -07:00
  • aa471cfd3f [AUTO][RELEASE]: Bump task.h version macros to "10.4.3" Cobus van Eeden 2020-12-14 10:13:41 -08:00
  • ec62f69dab [AUTO][RELEASE]: Bump file header version to "10.4.3" Cobus van Eeden 2020-12-14 10:13:39 -08:00
  • 7825a40ba8
    Updated History.txt for V10.4.3 (#232) Joseph Julicher 2020-12-14 11:10:55 -07:00
  • a48f137896
    Posix Port: Comment and remove unused variables (#230) alfred gedeon 2020-12-13 17:33:45 -08:00
  • 47338393f1
    add assert for addition overflow on queue creation (#225) Cobus van Eeden 2020-12-07 11:48:51 -08:00
  • d05b9c123f
    Add addition overflow check for stream buffer (#226) Cobus van Eeden 2020-12-07 11:07:31 -08:00
  • c7a9a01c94
    Improve heap2 bounds checking (#224) Cobus van Eeden 2020-12-07 10:36:27 -08:00
  • b5020cb3d8
    Prevent unprivileged task from altering MPU configuration (#227) Gaurav-Aggarwal-AWS 2020-12-07 09:53:22 -08:00
  • 68ca3a9b2a
    Update branch of c-sdk repo to main (#223) Gaurav-Aggarwal-AWS 2020-12-02 14:12:16 -08:00
  • d0933fd6cb
    Add kernel header check workflow (#219) David Chalco 2020-11-17 15:40:10 -08:00