Commit Graph

  • 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
  • 50a2321838 [AUTO][RELEASE]: Bump task.h version macros to "10.4.2" V10.4.2 David Chalco 2020-11-10 14:42:58 -08:00
  • 337bca615e [AUTO][RELEASE]: Bump file header version to "10.4.2" David Chalco 2020-11-10 14:42:58 -08:00
  • 18f714f786
    Update release date (#217) David Chalco 2020-11-09 15:46:02 -08:00
  • cf5c8b3a5d
    Update History.txt for 10.4.2 (#216) David Chalco 2020-11-09 08:37:54 -08:00
  • ebbe2cf854
    Ensure interrupts are enabled at first task start (#214) Gaurav-Aggarwal-AWS 2020-11-05 09:26:56 -08:00
  • 1431b65110
    porthardware.h file update for AVR Mega0 and Dx (#212) filipgeorge 2020-10-27 21:26:52 +02:00
  • 6a5784598a
    Upstream stack masking fix to GCC ports. (#210) Carl Lundin 2020-10-27 11:32:09 -07:00
  • bdb38d85dc
    update interrupt vector names for ATMega32 (#196) Jon Snow 2020-10-26 16:31:15 -04:00
  • 94ffcac27c
    Added CODEOWNERS file (#209) Cobus van Eeden 2020-10-26 13:24:55 -07:00
  • 82df39764a
    Xtensa: fix the coproc_area incorrect issue (#117) magicse7en 2020-10-27 02:47:21 +08:00
  • b9748e50ea
    Xtensa: fix stack overlap coproc_area issue (#118) magicse7en 2020-10-27 02:07:32 +08:00
  • f376c3bd71
    Fix: Pass lexicon.txt as a parameter (#208) alfred gedeon 2020-10-23 11:33:41 -07:00
  • db62e30bce
    Fix missed yield in xTaskResumeFromISR (#207) Gaurav-Aggarwal-AWS 2020-10-22 17:09:35 -07:00
  • c6636f465f
    Move markdown files and lexicon into .github directory (#205) alfred gedeon 2020-10-21 18:40:43 -07:00
  • f62dfa20c8
    Fix: C++ compiler warning (#203) alfred gedeon 2020-10-20 15:37:14 -07:00
  • 5fb26de019
    Recently vTaskDelayUntil() was updated to xTaskDelayUntil() because the function now returns a value. The PR didn't make the same change in the MPU port, or update the constants required to include the xTaskDelayUntil() function in the build. (#199) RichardBarry 2020-10-11 14:04:49 -07:00
  • 71be31bb61
    xStreamBufferSend() caps the maximum amount of data a stream buffer can send to the maximum capacity of the buffer - however the value to which the length is capped was wrong, and is correct by this check in. Likewise when sending to a message buffer if the send length is too long the block time is set to 0 to ensure the sending task does not wait indefinitely for the impossible send to complete - but the length check was wrong, and is corrected by this check in. (#195) RichardBarry 2020-10-10 21:47:54 -07:00
  • 167ea16282
    Minor updates to formatting and MISRA compliance of the PR used to update the vTaskDelayUntil() function to xTaskDelayUntil(). (#198) RichardBarry 2020-10-10 21:42:38 -07:00
  • 6375d52250
    matching the preprocessor conditionals for xTaskGetCurrentTaskHandle() (#197) Joseph Julicher 2020-10-08 18:44:30 -07:00
  • 3260e228c3
    vTaskDelayUntil improvement (#77) Spacefish 2020-10-09 02:46:47 +02:00
  • 3d4d17178f
    Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193) Carl Lundin 2020-10-08 11:03:27 -07:00
  • 77ad717400
    Posix: Fix no task switching issue if a task ended its main function (#184) Reda Maher 2020-10-06 03:06:51 +02:00
  • fccb97b10b
    No functional changes. (#194) RichardBarry 2020-10-03 21:26:22 -07:00
  • b1307dbea8
    OpenOCD Support: Re-introduce uxTopUsedPriority (#188) David Chalco 2020-10-01 12:40:21 -07:00
  • a4625fbd4d Update issue templates Cobus van Eeden 2020-09-30 17:58:12 -07:00
  • 3e9f748b55
    Update issue templates (#191) Cobus van Eeden 2020-09-30 17:28:28 -07:00
  • f2be29dd8e
    Create config.yml (#190) Cobus van Eeden 2020-09-30 17:10:49 -07:00
  • baeb5af9a4
    Posix: Free the allocated memory after deleting a task or ending the scheduler (#181) Reda Maher 2020-09-29 23:06:10 +02:00