Commit graph

  • 44aecd4e10 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. RichardBarry 2020-10-04 13:04:59 -07:00
  • 6347e0a3aa
    Merge branch 'master' into port_niosII Cobus van Eeden 2020-10-03 21:34:46 -07:00
  • fccb97b10b
    No functional changes. (#194) RichardBarry 2020-10-03 21:26:22 -07:00
  • be740183d7 No functional changes. Shorted overly verbose and opinionated comments in xStreamBufferSend(). Remove the unnecessary xIsFeasible variable from xStreamBufferSend(). RichardBarry 2020-10-03 19:12:54 -07:00
  • 30d95176a7
    Merge branch 'master' into fix_posix_no_switching_after_task_ended alfred gedeon 2020-10-01 16:18:02 -07:00
  • b1307dbea8
    OpenOCD Support: Re-introduce uxTopUsedPriority (#188) David Chalco 2020-10-01 12:40:21 -07:00
  • 5c82371412
    Merge branch 'master' into support/openocd/uxTopUsedPriority Cobus van Eeden 2020-10-01 10:37:29 -07:00
  • facb0541d0
    Fix: interrupt enabling at the end of vTaskExitCritical Kuoping Hsu 2020-10-01 15:39:52 +08:00
  • 0764b3ae7e
    Merge branch 'master' into fix_posix_no_switching_after_task_ended alfred gedeon 2020-09-30 19:57:58 -07:00
  • a4625fbd4d Update issue templates Cobus van Eeden 2020-09-30 17:58:12 -07:00
  • 088a4c16a4
    Merge branch 'master' into support/openocd/uxTopUsedPriority Cobus van Eeden 2020-09-30 17:47:49 -07:00
  • 3e9f748b55
    Update issue templates (#191) Cobus van Eeden 2020-09-30 17:28:28 -07:00
  • 9704b395ba Update issue templates Cobus van Eeden 2020-09-30 17:16:47 -07:00
  • f2be29dd8e
    Create config.yml (#190) Cobus van Eeden 2020-09-30 17:10:49 -07:00
  • b2684dec69
    Create config.yml Cobus van Eeden 2020-09-30 17:08:24 -07:00
  • 04d3892a16 Make uxTopUsedPriority volatile to avoid optimizer + code comment David Chalco 2020-09-30 16:42:39 -07:00
  • 905bd47529 Posix: Assert and stop if the Task function returned Reda Maher 2020-09-30 12:12:10 +02:00
  • 42c946a53a re-introduce uxTopUsedPriority. Prevent removal by optimization David Chalco 2020-09-29 17:24:54 -07:00
  • dbae07626f
    Merge branch 'master' into fix_posix_no_switching_after_task_ended alfred gedeon 2020-09-29 14:07:30 -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
  • 61ac0e4c53
    Merge branch 'master' into fix_posix_no_switching_after_task_ended Reda Maher 2020-09-29 11:23:12 +02:00
  • a4e007e755 Posix: Fix no task switching issue if a task ended Reda Maher 2020-09-29 10:16:14 +02:00
  • a25f0b6b4e
    Merge branch 'master' into master Reda Maher 2020-09-29 09:53:40 +02:00
  • 2225bb5620
    Fix Stack alignment for Microchip PIC32MX port (#182) Gaurav-Aggarwal-AWS 2020-09-28 00:16:18 -07:00
  • c3117b4237
    Maintenance: Add readme.txt in each Renesas RX folder to show recommended port (#152) NoMaY (a user of Japan.RenesasRulz.com) 2020-09-28 16:09:49 +09:00
  • e98ea9ef66 Posix: End Timer thread and free its resources after ending the scheduler Reda Maher 2020-09-28 01:37:07 +02:00
  • 1965a90613 Posix: Free the condition variable memory in the correct place Reda Maher 2020-09-28 02:26:22 +02:00
  • e9a2d2701e Posix: Free Idle task resources after ending the scheduler Reda Maher 2020-09-22 17:54:58 +02:00
  • c1131b6eb7 Update comment Gaurav Aggarwal 2020-09-25 14:53:56 -07:00
  • 4c9c51bba2 missed one fix Phillip Stevens 2020-09-26 00:24:23 +10:00
  • a71087e841 arduino warning resolutions Phillip Stevens 2020-09-26 00:02:13 +10:00
  • 279aa69547 TickType_t & configSTACK_DEPTH_TYPE fix Phillip Stevens 2020-09-25 23:44:14 +10:00
  • 5b1f1abbf9
    Merge pull request #2 from FreeRTOS/master Phillip Stevens 2020-09-25 15:21:47 +10:00
  • f2d8f66ae3
    Maintenance: Github workflow URL checker (#179) alfred gedeon 2020-09-24 12:35:22 -07:00
  • 5d13fd93f7 Fix Stack alignment for Microchip PIC32MX port Gaurav Aggarwal 2020-09-22 22:13:50 -07:00
  • 09b63a9353 Fix type misstake Emmanuel Puerto 2020-09-22 22:14:56 +02:00
  • 2d12f54705 Fix interrupt managment and FPU initialization Emmanuel Puerto 2020-09-07 15:59:38 +02:00
  • 102df3fa08 Support FPU - RISC-V architecture (GCC) Emmanuel Puerto 2020-08-26 09:49:27 +02:00
  • 2167df2446 Support RV32E - RISC-V architecture (GCC) Emmanuel Puerto 2020-08-26 09:26:35 +02:00
  • 37f1d57f0e Change vPortSetupTimerInterrupt in order to have 64bits access on rv64 Emmanuel Puerto 2020-08-25 16:59:12 +02:00
  • d428209d01
    Fix some broken/redirected URL (#172) alfred gedeon 2020-09-21 15:49:55 -07:00
  • 375b085295
    Updated wording of ulTaskNotifyTakeIndexed fix (#178) V10.4.1-kernel-only Cobus van Eeden 2020-09-18 10:22:09 -07:00
  • cde0200c30 Updated wording of ulTaskNotifyTakeIndexed fix Cobus van Eeden 2020-09-18 10:04:38 -07:00
  • 385e700953
    Update History.txt and fix versioning in asm files (#177) Cobus van Eeden 2020-09-18 08:05:13 -07:00
  • f0d415f3eb Update History.txt and fix versioning in asm files Cobus van Eeden 2020-09-17 23:52:00 -07:00
  • ffdbf67698 Comment: add * Alfred Gedeon 2020-09-17 16:06:08 -07:00
  • b68db9dc69 Add Now Microchip before Atmel link Alfred Gedeon 2020-09-17 16:01:15 -07:00
  • 3604527e3b
    Update version number to 10.4.1 (#173) David Chalco 2020-09-17 15:25:15 -07:00
  • 0a8f4c9f57 Fix link in History Alfred Gedeon 2020-09-17 15:15:07 -07:00
  • 28c222221e Add now microchip beside Atmel Alfred Gedeon 2020-09-17 15:11:19 -07:00
  • bf3aa561f1 Style: fix line wrapping to 80 chars Alfred Gedeon 2020-09-17 14:59:39 -07:00
  • 2256841c32 Comment: fix line wrapping Alfred Gedeon 2020-09-17 14:27:00 -07:00
  • 31dc8f39bd
    Fix: Rename parameter uxIndexToNotify to uxIndexToWaitOn (#174) Ravishankar Bhagavandas 2020-09-17 13:16:39 -07:00
  • 1b36838d0f Add another step to the url checker Alfred Gedeon 2020-09-17 12:36:51 -07:00
  • 7ae5071208 Fix yml file error Alfred Gedeon 2020-09-17 12:29:31 -07:00
  • 56a33d8c2e Fix bad merge from master Alfred Gedeon 2020-09-17 12:27:10 -07:00
  • fb7bd99344 Separate spell and url checkers Alfred Gedeon 2020-09-17 12:17:58 -07:00
  • 69207a1488 Fix: Rename parameter uxIndexToNotify to uxIndexToWaitOn Ravishankar Bhagavandas 2020-09-17 12:06:51 -07:00
  • 72f0016884 preemptive version bump David Chalco 2020-09-17 12:08:15 -07:00
  • a1e444e5df Move url checker to the action directory Alfred Gedeon 2020-09-17 11:49:23 -07:00
  • 5f898fef2d use bash instead of sh Alfred Gedeon 2020-09-16 15:26:09 -07:00
  • a2f5ff6c18 uncomment lines and fix exit Alfred Gedeon 2020-09-16 15:22:48 -07:00
  • dbec23379a Remove some lines from script Alfred Gedeon 2020-09-16 15:21:19 -07:00
  • e4c8e20c21 Fix script Alfred Gedeon 2020-09-16 15:16:57 -07:00
  • 7c141b4cb4 Fix script Alfred Gedeon 2020-09-16 15:10:14 -07:00
  • d0890be528 Print pwd Alfred Gedeon 2020-09-16 15:00:07 -07:00
  • c6654e749e Fix script location Alfred Gedeon 2020-09-16 14:54:02 -07:00
  • a91e2de16b Call script from ci Alfred Gedeon 2020-09-16 14:50:10 -07:00
  • ddf86b4397 add echo Alfred Gedeon 2020-09-16 14:13:12 -07:00
  • d72498f614 Remove spell Alfred Gedeon 2020-09-16 14:06:05 -07:00
  • bd78c4310b Fix exit 0 Alfred Gedeon 2020-09-16 12:55:53 -07:00
  • 3f63e5e47f FreeRTOS Kernel Spelling Update (#170) Carl Lundin 2020-09-16 11:17:39 -07:00
  • 4be72bc9d3 Remove non needed spell checks Alfred Gedeon 2020-09-16 12:11:07 -07:00
  • 9ef7e62e07 Fix shortcut link Alfred Gedeon 2020-09-17 11:40:26 -07:00
  • 666adcab6e Fix url links Alfred Gedeon 2020-09-17 11:37:33 -07:00
  • 71f128cd0f Fix microchip typo Alfred Gedeon 2020-09-16 16:10:53 -07:00
  • fdaf06082f Fix: atmel url Alfred Gedeon 2020-09-16 15:59:34 -07:00
  • 8eeaf9349c Style: fix some broken/redirect links Alfred Gedeon 2020-09-14 21:04:18 -07:00
  • acee77be5b
    FreeRTOS Kernel Spelling Update (#170) Carl Lundin 2020-09-16 11:17:39 -07:00
  • f055297901
    Update readme and remove leftover ls command. Carl Lundin 2020-09-15 18:06:00 -07:00
  • 252409e0be
    Added documentation for spellcheck. Carl Lundin 2020-09-15 09:27:35 -07:00
  • 242808132c
    Fix broken #warning message in ARM_CMx_MPU/portmacro.h between 10.3.1 and 10.4.0 (#171) V10.4.0-kernel-only NoMaY (a user of Japan.RenesasRulz.com) 2020-09-15 17:55:55 +09:00
  • 69ef1aa0e6 Fix broken #warning message in ARM_CMx_MPU/portmacro.h between 10.3.1 and 10.4.0 NoMaY (a user of Japan.RenesasRulz.com) 2020-09-15 15:18:09 +09:00
  • 73bb2f47b3
    FreeRTOS Kernel Spelling Update Carl Lundin 2020-09-14 14:42:16 -07:00
  • 2c800c4abd
    FreeRTOS Kernel Spelling Update Carl Lundin 2020-09-14 14:42:16 -07:00
  • 85768bb3e0
    Sets the version number to 10.4.0 in assembly files. The (#166) RichardBarry 2020-09-14 09:49:46 -07:00
  • 6fdeefe5eb Sets the version number to 10.4.0 in assembly files. The assembly files were missed when the other source files had their version numbers updated. RichardBarry 2020-09-13 09:21:02 -07:00
  • c466baf356 Fix: Remove the newly (mistakenly) added GCC/RX200 port again from FreeRTOS v10.4.0 NoMaY (a user of Japan.RenesasRulz.com) 2020-09-12 04:49:06 +09:00
  • fb8523a764 Merge remote-tracking branch 'upstream/master' into remove_gcc_rx200_port NoMaY (a user of Japan.RenesasRulz.com) 2020-09-12 04:45:17 +09:00
  • 5dfab0306b
    Update version number to 10.4.0 (#153) David Chalco 2020-09-10 19:49:34 -07:00
  • 2b98d956ae
    Merge branch 'master' into preemptive-version-bump Cobus van Eeden 2020-09-10 19:35:00 -07:00
  • d904c9aca2 Merge remote-tracking branch 'upstream/master' into tickless-idle-improvements Jeff Tenney 2020-09-10 17:22:47 -07:00
  • c1dff8fe95
    Update History.txt (#160) yngki 2020-09-10 15:01:08 -07:00
  • 3e1a80e101
    Update History.txt Cobus van Eeden 2020-09-10 14:59:32 -07:00
  • 16bc35c21c
    Fix: Comment - xTaskIncrementTick loop - to adhere to demo requirement (#162) alfred gedeon 2020-09-10 14:36:34 -07:00
  • 80874b2c70 Merge remote-tracking branch 'upstream/master' Robin.Mueller 2020-09-10 22:05:15 +02:00
  • 1adc914059 more small formatting stuff Robin.Mueller 2020-09-10 21:57:05 +02:00
  • d5227abff8 small formatting stuff Robin.Mueller 2020-09-10 21:55:35 +02:00
  • b9a8658019 Merge remote-tracking branch 'upstream/master' Robin.Mueller 2020-09-10 21:54:23 +02:00
  • 2f14899ce8
    Revert "RISC-V: Add RV32E / FPU support for GCC (#140)" (#163) Joseph Julicher 2020-09-10 12:46:15 -07:00