Commit graph

  • 1c2e472419 adding the kernel SMP documentation Joseph Julicher 2021-03-16 13:55:20 -07:00
  • 186d213c24 Run CMock unit tests on each pull request with a github action. Paul Bartell 2021-03-15 12:03:13 -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
  • 3b88f2b055 Adding config assert back ravibhagavandas 2021-03-16 00:13:04 +00:00
  • 2019ecb070 spelling fixes for tasks.c Joseph Julicher 2021-03-15 16:56:23 -07:00
  • 832ec3c946 Update lexicon from origin Joseph Julicher 2021-03-15 16:55:27 -07:00
  • cafae476e4 updated lexicon for new vocabulary words Joseph Julicher 2021-03-15 16:37:07 -07:00
  • 8c9c42b543 Adding a branch for SMP work Joseph Julicher 2021-03-15 14:38:23 -07:00
  • 56d5942cf3 Merge branch 'main' of github.com:n9wxu/FreeRTOS-Kernel into main Joseph Julicher 2021-03-15 14:30:46 -07:00
  • f2bacaee2e Add back null check instead of assert ravibhagavandas 2021-03-15 19:54:50 +00:00
  • 927204a493 Improve comments and assertions in stream buffer ravibhagavandas 2021-03-15 19:03:11 +00:00
  • 66b3f908df
    Update comment in list.c (#276) Gaurav-Aggarwal-AWS 2021-03-12 12:11:19 -08:00
  • 3214541bbd Update comment in list.c Gaurav Aggarwal 2021-03-12 11:28:36 -08:00
  • 17dd605ccf
    Merge branch 'main' into inline-some-list-functions-to-optimise-xTaskIncrementTick RichardBarry 2021-03-10 21:15:29 -08:00
  • 28993b19e0
    Fixed FreeRTOS file header to comply with automatic checks Tobias Schulte 2021-03-10 12:19:03 +01:00
  • a504925be5
    Adjust portPOINTER_SIZE_TYPE to correct size Tobias Schulte 2021-03-10 12:09:32 +01:00
  • 37a6edeb33 Merge branch 'feature/xcore' into feature/xcore-smp Michael Bruno 2021-03-09 09:37:47 -05:00
  • 1f1474e250 Merge branch 'main' into feature/xcore Michael Bruno 2021-03-09 09:36:54 -05:00
  • 96c227ab44 Posix: fix copyright Evgeny Ermakov 2021-01-28 06:24:29 +11:00
  • 18d4ba9c07
    Add some assertions and coverage exceptions to queue.c (#273) Paul Bartell 2021-03-05 18:46:49 -08:00
  • 0f165d5d28 RFC: Try out running pre-made pre-commit hooks via github actions Paul Bartell 2021-03-05 15:16:36 -08:00
  • 871b11798e
    Merge branch 'main' into master Ming Yue 2021-03-05 16:34:29 -08:00
  • 8bf54a12ef Merge branch 'pbartell/fixup-queue-assertions' of github.com:paulbartell/FreeRTOS-Kernel into pbartell/fixup-queue-assertions Paul Bartell 2021-03-05 16:31:04 -08:00
  • b065256971 Remove vQueueAddToRegistry assertion on failure Paul Bartell 2021-03-05 16:30:13 -08:00
  • 7203a2e6ca
    Merge branch 'main' into pbartell/fixup-queue-assertions alfred gedeon 2021-03-05 16:21:33 -08:00
  • de19eeb7d3
    Moved git-secrets check to a different workflow (#271) xuelix 2021-03-05 22:00:57 +00:00
  • 061b3f9176
    Merge branch 'main' into secret-check xuelix 2021-03-05 20:59:12 +00:00
  • 676ce016b1 Update lexicon.txt Paul Bartell 2021-03-05 11:50:33 -08:00
  • d4099a1441 Correct some typos in queue.c Paul Bartell 2021-03-05 11:27:13 -08:00
  • d1d08e4184 Assert that the semaphore handle passed into xQueueGetMutexHolder is not NULL. Paul Bartell 2021-03-05 11:22:08 -08:00
  • 58ba569663 Add configASSERTs to alert when invalid parameters are passed into Queue Registry related functions. Add a configASSERT when a queue is added to a QueueRegistry that is already full. Paul Bartell 2021-03-05 11:19:12 -08:00
  • cc3f74b90f Add LCOV_BRANCH coverage exception for a configASSERT on pxQueueSetContainer with a condition that is unreachable. Paul Bartell 2021-03-05 11:14:53 -08:00
  • 699a7d8576 Add an LCOV_BRANCH exception for the check that sizeof( StaticQueue_t ) == sizeof( Queue_t ) Paul Bartell 2021-03-05 11:07:00 -08:00
  • 4b5d1e4395
    Comment: fix code comment for xTaskAbortDelay (#272) alfred gedeon 2021-03-05 09:13:03 -08:00
  • 906bb20633 Comment: fix code comment for xTaskAbortDelay Alfred Gedeon 2021-03-05 08:44:41 -08:00
  • 2c4ecd24c7 Moved git-secrets check to a different workflow Xueli Xie 2021-03-04 16:41:08 -08:00
  • 98eba938e2
    Added git-secrets check to Github Actions (#270) xuelix 2021-03-04 21:00:22 +00:00
  • 089592b43f
    Merge branch 'main' into git-secrets Gary Wicker 2021-03-03 09:38:44 -08:00
  • 5e45472d6e
    fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed() (#269) Joseph Julicher 2021-03-03 10:38:12 -07:00
  • e92ab18be3
    Merge branch 'main' into pthread_crit Thomas Pedersen 2021-03-02 17:10:06 -08:00
  • 65b778a76f Added git-secrets check to Github Actions Xueli Xie 2021-03-02 16:36:07 -08:00
  • 5b8473375d fixed documentation for ulTaskNotifyTake() and ulTaskNotifyTakeIndexed() Joseph Julicher 2021-03-02 17:13:21 -07:00
  • 4fde4a8d0a
    Add description for vTaskList (#206) gomonovych 2021-03-02 02:10:00 +01:00
  • 823564cae1
    Merge branch 'main' into Add-description-for-TaskList David Chalco 2021-03-01 17:03:40 -08:00
  • 86747dd90e
    Merge branch 'main' into port_niosII David Chalco 2021-03-01 09:26:37 -08:00
  • 2a604f4a28
    Support allocating stack from separate heap (#267) Gaurav-Aggarwal-AWS 2021-02-23 18:36:27 -08:00
  • 7498ce6bf5 Support allocating stack from separate heap Gaurav Aggarwal 2021-02-23 23:53:54 +00:00
  • 3222f6fed2 fixup off-by-one comment indentation Miles Frain 2021-02-22 23:53:09 -08:00
  • f6bd2e3aed Significant simplification of prvWriteMessageToBuffer Miles Frain 2021-02-22 22:48:26 -08:00
  • 0f3149e2a7 Edit some prv functions for simplicity and consistency Miles Frain 2021-02-22 22:22:48 -08:00
  • 819046743a Apply review feedback Miles Frain 2021-02-22 21:42:23 -08:00
  • 1e4aab6d40 Apply SpacesAvailable() fix Miles Frain 2021-02-22 21:27:26 -08:00
  • da260309c4
    Merge branch 'main' into inline-some-list-functions-to-optimise-xTaskIncrementTick RichardBarry 2021-02-22 18:14:28 -08:00
  • f01ace2806
    Merge branch 'main' into port_niosII Cobus van Eeden 2021-02-22 18:00:32 -08:00
  • 89b9f335e8
    Merge branch 'main' into pthread_crit Thomas Pedersen 2021-02-22 10:43:45 -08:00
  • 28a5708578 Posix: avoid unused variable warning when preemption is disabled Thomas Pedersen 2021-02-22 10:39:54 -08:00
  • 3daf236d07 Posix: use thread local storage for critical section counter Thomas Pedersen 2021-02-15 11:07:26 -08:00
  • 5b94f0fb5d 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. RichardBarry 2021-02-20 16:18:22 -08:00
  • 4223fd5326
    Merge branch 'main' into atomic-msgbuf alfred gedeon 2021-02-19 11:38:01 -08:00
  • 81f5892105
    Update python version to 3.7.10 (#265) Carl Lundin 2021-02-18 18:48:11 -08:00
  • c587d4018c Update python version to 3.7.10 Carl Lundin 2021-02-18 18:22:22 -08:00
  • 5df0744224 Perform atomic message read in prvReadBytesFromBuffer Miles Frain 2021-02-18 15:08:56 -08:00
  • 1ffa6c7ebe Remove unnecessary length arg from prvReadMessageFromBuffer Miles Frain 2021-02-18 15:08:27 -08:00
  • ee82c9f34b Perform atomic message write in prvWriteMessageToBuffer Miles Frain 2021-02-18 15:08:00 -08:00
  • cda43dd4d8 Fix inaccuracies in prvWriteBytesToBuffer description Miles Frain 2021-02-18 15:07:35 -08:00
  • 1d4d16fd54
    Update URL in history.txt (#259) Jeff Tenney 2021-02-15 15:00:20 -07:00
  • 627839b0ab Support for optionally allocating stacks separate from the heap. Eli Boling 2021-02-12 11:15:14 -05:00
  • 5fa446f07e
    Merge branch 'main' into fix-url-in-history-txt alfred gedeon 2021-02-11 10:06:11 -08:00
  • 9ae578b8f4 Revert changes to IAR-CM0-portmacro.h Jeff Tenney 2021-02-11 10:48:34 -07:00
  • 5b9549ab82
    Remove unmatched braces in MessageBuffer pre tags (#256) milesfrain 2021-02-10 21:41:05 -08:00
  • b9248e3b45
    Merge branch 'main' into fix-url-in-history-txt alfred gedeon 2021-02-10 16:09:35 -08:00
  • 9b3d510758
    Merge branch 'main' into msgbuf-unmatched-brace Gaurav-Aggarwal-AWS 2021-02-10 16:04:27 -08:00
  • a4b2e0c3f3
    Check: improve verbosity of url verifier (#260) alfred gedeon 2021-02-10 16:04:08 -08:00
  • a227cfdd8d
    Merge branch 'main' into fix_url_checker_prints alfred gedeon 2021-02-10 15:52:54 -08:00
  • 21b1058bf7 Update issue templates Cobus van Eeden 2021-02-10 15:27:16 -08:00
  • 28863f91d4 add txt to the ignored header checker extentions Alfred Gedeon 2021-02-10 14:14:48 -08:00
  • 2346d74541 Revert Renesas url changes Alfred Gedeon 2021-02-10 14:10:54 -08:00
  • f738401cf5 Fix url_verifier Alfred Gedeon 2021-02-10 13:58:40 -08:00
  • f37a8d77e2 Fix url_checker Alfred Gedeon 2021-02-10 13:47:11 -08:00
  • 962f735f2f Testing new curl command for url checks Alfred Gedeon 2021-02-10 13:37:29 -08:00
  • cfabb61191 Replicate to other Cortex M ports Jeff Tenney 2021-02-10 13:31:14 -07:00
  • 630b3f6a2a Fix Renesas url in IAR directory Alfred Gedeon 2021-02-10 11:38:41 -08:00
  • 9ccd6b8380 Fix more Renesas URLs Alfred Gedeon 2021-02-10 11:32:30 -08:00
  • 9b0c7e9125 URL add Renesas full url Alfred Gedeon 2021-02-10 11:28:23 -08:00
  • 3f0d4b737f Fix Renesas url Alfred Gedeon 2021-02-10 11:24:30 -08:00
  • c3673be00f Fix Renesas url Alfred Gedeon 2021-02-10 11:20:35 -08:00
  • e20204f269 Check: improve verbosity of url verifier Alfred Gedeon 2021-02-10 11:11:25 -08:00
  • 64c48259f8 Configure CI header checker to ignore .txt files Jeff Tenney 2021-02-09 10:59:04 -07:00
  • 13370778da Update URL in history.txt Jeff Tenney 2021-02-09 10:45:11 -07:00
  • bb0bf057c4
    Merge branch 'main' into vTaskStepTick-improvement Jeff Tenney 2021-02-09 10:32:27 -07:00
  • aded661d97
    Merge branch 'main' into tickless-idle-improvements Jeff Tenney 2021-02-09 10:30:00 -07:00
  • 37a905d5a3 Code: Remove dead code Alfred Gedeon 2021-02-09 00:16:13 -08:00
  • 91395513f2 Remove unmatched braces in MessageBuffer pre tags Miles Frain 2021-02-02 12:18:42 -08:00
  • 9251794ee4
    Merge branch 'main' into master Rafał Babski 2021-02-01 11:09:38 +01:00
  • 0345a20202
    incorporate updates from common (#255) David Chalco 2021-01-29 18:58:55 -08:00
  • d05faa1289
    Merge branch 'main' into more-verbose-check-output David Chalco 2021-01-29 18:22:27 -08:00
  • bcccfc85d1 empty commit to rerun check David Chalco 2021-01-29 16:39:20 -08:00
  • af1b8ccfd0 incorporate updates from common David Chalco 2021-01-29 16:24:21 -08:00
  • 6b4a3d0a6e
    Typos (#248) nazar01 2021-01-29 23:05:04 +03:00