Commit graph

  • e2433e63d4 fix typo Jeff Tenney 2021-04-09 08:10:38 -07:00
  • ce66916378 Formalize new "priority" command category Jeff Tenney 2021-04-09 07:43:22 -07:00
  • 71514e0d64 Update other references to the primary branch of the parent repository from "master" to "main" Paul Bartell 2021-04-08 16:49:21 -07:00
  • 217055807c Update parent repository primary branch name from "master" to "main". Paul Bartell 2021-04-08 16:37:28 -07:00
  • 59f4b6109a
    Merge branch 'main' into paulbartell/remove-coroutines Paul Bartell 2021-04-07 20:50:51 -07:00
  • 24221dfed8 Remove warning for configMAX_CO_ROUTINE_PRIORITIES Paul Bartell 2021-04-07 20:50:00 -07:00
  • 8f35feee92 Add #warning when compiling FreeRTOS with configUSE_CO_ROUTINES or configMAX_CO_ROUTINE_PRIORITIES defined. Paul Bartell 2021-04-07 18:23:04 -07:00
  • 75e0c36eb4
    Code cleanup (#288) carlo-dev-git 2021-04-07 23:19:31 +02:00
  • e9dfc60812 Remove coroutines from FreeRTOS-Kernel. Paul Bartell 2021-04-07 10:48:05 -07:00
  • e2235a695e Send tmrCOMMAND_START_DONT_TRACE to front Jeff Tenney 2021-04-06 14:28:33 -07:00
  • f826fdf329
    Merge branch 'feature/cmake_for_posix' of https://github.com/marcinbor85/FreeRTOS-Kernel into feature/cmake_for_posix Marcin Borowicz 2021-04-06 18:17:03 +02:00
  • a0a89a9b95
    optional FREERTOS_MEMMANG Marcin Borowicz 2021-04-06 18:16:09 +02:00
  • 71e5537229
    Merge branch 'main' of https://github.com/FreeRTOS/FreeRTOS-Kernel into feature/cmake_for_posix Marcin Borowicz 2021-04-06 18:06:32 +02:00
  • 610601deee
    Merge branch 'main' into feature/cmake_for_posix Carl Lundin 2021-04-06 08:52:47 -07:00
  • d143daf800
    Merge branch 'main' into main Carl Lundin 2021-04-06 08:46:49 -07:00
  • 7002d75f30
    Merge branch 'main' into patch-1 Gaurav-Aggarwal-AWS 2021-04-05 18:03:47 -07:00
  • f2d149e0d9
    Merge branch 'main' into test Carl Lundin 2021-04-05 15:13:48 -07:00
  • 2d6e026eb3 test Carl Lundin 2021-04-05 14:21:47 -07:00
  • c86c78666d test Carl Lundin 2021-04-05 13:49:03 -07:00
  • 7b992b24b2 test Carl Lundin 2021-04-05 13:17:33 -07:00
  • 8d3137c2da test Carl Lundin 2021-04-05 12:38:04 -07:00
  • 2b0e472f5a test. Carl Lundin 2021-04-05 12:14:39 -07:00
  • 8c3caa0c1a Test Carl Lundin 2021-04-05 11:33:18 -07:00
  • bb8c3433b1 Test. Carl Lundin 2021-04-05 10:55:14 -07:00
  • c38da1543f Test Carl Lundin 2021-04-05 10:49:30 -07:00
  • 8925243ead Test. Carl Lundin 2021-04-05 09:23:32 -07:00
  • 3373db4d14 Test Carl Lundin 2021-04-05 09:11:44 -07:00
  • dd2cbabbe9 test Carl Lundin 2021-04-02 16:59:23 -07:00
  • c7e80f4c38 test Carl Lundin 2021-04-02 16:34:48 -07:00
  • e301547b54 test Carl Lundin 2021-04-02 16:25:08 -07:00
  • 5cee168d1c test Carl Lundin 2021-04-02 16:16:13 -07:00
  • fd4938ea9c test Carl Lundin 2021-04-02 15:58:25 -07:00
  • d0d80a9366 test Carl Lundin 2021-04-02 15:51:28 -07:00
  • 6a60cd35f9 test Carl Lundin 2021-04-02 15:32:36 -07:00
  • b08c19f745
    Define default values of macros before first use (#298) Gaurav-Aggarwal-AWS 2021-04-02 07:35:52 -07:00
  • 36007da732 test Carl Lundin 2021-04-01 17:03:16 -07:00
  • 910f272844 Test. Carl Lundin 2021-04-01 16:31:32 -07:00
  • ffe8271ffb Define default values of macros before first use Gaurav Aggarwal 2021-03-31 21:04:04 +00:00
  • 5b48df7a95
    Merge branch 'main' into pthread_crit Thomas Pedersen 2021-03-29 10:23:32 -07:00
  • 5cfd29fb43
    Merge branch 'main' into mueller/cmake-support Spacefish 2021-03-29 15:10:29 +02:00
  • 5b29b9cf85
    Update CMakeLists.txt Spacefish 2021-03-27 21:07:25 +01:00
  • b642777f3f
    add cmake for posix port Marcin Borowicz 2021-03-26 22:41:12 +01:00
  • d3484f4f33
    Merge branch 'main' into bugfix/pthread_sigmask Marcin Borowicz 2021-03-26 08:12:28 +01:00
  • 534eba66ce
    Check NULL pointer input for vEventGroupDelete. (#293) Ming Yue 2021-03-25 15:57:42 -07:00
  • 7619475874
    fix pthread_sigmask 3 arg type Marcin Borowicz 2021-03-25 23:05:36 +01:00
  • 0df2929dce Change the input parameter check with assertion. Ming Yue 2021-03-25 13:34:28 -07:00
  • 64fd9c4435
    Merge branch 'main' into ming-dev Cobus van Eeden 2021-03-25 12:50:09 -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
  • ed7e0ed245 improved source file handling Robin Mueller 2021-03-25 20:24:32 +01:00
  • c56aea91bc fix alignment exception for ullPortInterruptNesting. Amit Singh Tomar 2021-03-25 13:38:15 +05:30
  • dd91054687 added cmake support Robin Mueller 2021-03-25 20:04:33 +01:00
  • 504bf5f471
    Merge branch 'main' into pbartell/fix_sorted_event_list Paul Bartell 2021-03-24 21:14:16 -07:00
  • 9efe10b805
    Add assert to catch invalid task priority (#292) Gaurav-Aggarwal-AWS 2021-03-24 17:04:20 -07:00
  • d55f0934c3 Check NULL pointer input for vEventGroupDelete. mingyue86010 2021-03-24 16:46:40 -07:00
  • f99a788336 Clarify list usage in xTaskRemoveFromEventList Paul Bartell 2021-03-24 13:07:12 -07:00
  • 7649ebabd5 Uncrustify Paul Bartell 2021-03-22 16:29:59 -07:00
  • 684ebc3005 Remove extra parenthesis Gaurav Aggarwal 2021-03-24 17:29:14 +00:00
  • a235f3d3a9 Add assert to catch invalid task priority Gaurav Aggarwal 2021-03-24 06:21:11 +00:00
  • af2f1f7b3b 这是一个实用的排序,可以将任务列表以固定的顺序打印. BaY 2021-03-24 11:54:26 +08:00
  • 2b463deee7 Fix header check Gaurav Aggarwal 2021-03-23 20:51:41 +00:00
  • ebbc95c56f
    Merge branch 'main' into patch-1 carlo-dev-git 2021-03-23 20:53:30 +01:00
  • c4719ef522 Change instances of "descending" to "ascending" to match implementation. Paul Bartell 2021-03-22 16:27:39 -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
  • 70837d336e Run kernel unit tests on push and pull_request actions Paul Bartell 2021-03-22 17:11:04 -07:00
  • 5dc5cedefe Run posix build action when new commits are pushed to the FreeRTOS/Kernel repository Paul Bartell 2021-03-22 17:09:51 -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
  • 429eae4eeb Fix ASM style carlo-dev-git 2021-03-22 16:47:26 +01:00
  • 6374066414
    Merge branch 'main' into patch-1 carlo-dev-git 2021-03-22 09:36:18 +01:00
  • cf2e50988e Code cleanup carlo-dev-git 2021-03-22 09:33:45 +01:00
  • 9cd19603e8
    Code: Remove redundant check (#287) alfred gedeon 2021-03-21 09:03:38 -07:00
  • f96817176a
    Merge branch 'main' into fix/event-groups clemenskresser 2021-03-21 08:58:25 +01:00
  • a6b0c8611c Code: Remove redundant check Alfred Gedeon 2021-03-21 00:00:02 -07:00
  • 6b72419c78
    Fix error introduced when merging #264. (#286) RichardBarry 2021-03-20 12:59:51 -07:00
  • c482573ae8 Fix error introduced when merging #264. RichardBarry 2021-03-20 12:54:32 -07:00
  • 6685c042cb
    Fix race condition bugs when reading and writing to message buffers (#264) milesfrain 2021-03-20 12:03:27 -07:00
  • 3f444406ea
    Merge branch 'main' into atomic-msgbuf RichardBarry 2021-03-20 12:02:06 -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
  • ecaca8a119
    Merge branch 'main' into add-default-for-configRUN_ADDITIONAL_TESTS RichardBarry 2021-03-20 11:57:37 -07:00
  • 9706a69850
    Fix: testing for mpu wrapers to be equal to 1 (#285) alfred gedeon 2021-03-19 17:44:12 -07:00
  • df517f14dd
    Merge branch 'main' into mpu_wrappers_check alfred gedeon 2021-03-19 16:03:39 -07:00
  • 3f4e69f9ad Fix: testing for mpu wrapers to be equal to 1 Alfred Gedeon 2021-03-19 15:35:58 -07:00
  • cb7bef09f2
    Adjust portPOINTER_SIZE_TYPE to correct size (#275) Tobias Schulte 2021-03-19 23:35:21 +01:00
  • 397ca2e7d0
    Merge branch 'main' into main Cobus van Eeden 2021-03-19 15:23:55 -07:00
  • 49c38f08de
    Update port.c (#283) carlo-dev-git 2021-03-19 23:22:22 +01:00
  • 0b3b005626 fixed deadlock in event groups when a mutex is used for memory allocation Clemens Kresser 2021-03-19 21:26:13 +01:00
  • 522ac1e628
    Merge branch 'main' into patch-1 Carl Lundin 2021-03-19 12:11:55 -07:00
  • 1059b35838
    Comment: xTaskResumeAll: comment: doesn't match the code (#281) alfred gedeon 2021-03-19 10:36:17 -07:00
  • 66394e39b6
    Update port.c carlo-dev-git 2021-03-19 14:55:39 +01:00
  • 8fb9b3789e Change vApplicationIRQHandlerConst to 64-bit align Shunyong Yang 2021-03-19 16:47:50 +08:00
  • 56c6c55985 Disable FIQ after calling application IRQ handler Shunyong Yang 2021-03-19 16:02:48 +08:00
  • eddd2c96c5 Comment: xTaskResumeAll: comment: doesn't match the code Alfred Gedeon 2021-03-18 17:17:34 -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
  • 300292d85f Fix typo in artifact name Paul Bartell 2021-03-16 15:03:18 -07:00
  • 8ab776cc5e
    SMP Documentation (#280) Joseph Julicher 2021-03-16 13:57:22 -07:00