Commit Graph

  • 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
  • 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
  • f2d8f66ae3
    Maintenance: Github workflow URL checker (#179) alfred gedeon 2020-09-24 12:35:22 -07: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
  • 385e700953
    Update History.txt and fix versioning in asm files (#177) Cobus van Eeden 2020-09-18 08:05:13 -07:00
  • 3604527e3b
    Update version number to 10.4.1 (#173) David Chalco 2020-09-17 15:25:15 -07:00
  • 31dc8f39bd
    Fix: Rename parameter uxIndexToNotify to uxIndexToWaitOn (#174) Ravishankar Bhagavandas 2020-09-17 13:16:39 -07:00
  • acee77be5b
    FreeRTOS Kernel Spelling Update (#170) Carl Lundin 2020-09-16 11:17:39 -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
  • 85768bb3e0
    Sets the version number to 10.4.0 in assembly files. The (#166) RichardBarry 2020-09-14 09:49:46 -07:00
  • 5dfab0306b
    Update version number to 10.4.0 (#153) David Chalco 2020-09-10 19:49:34 -07:00
  • c1dff8fe95
    Update History.txt (#160) yngki 2020-09-10 15:01:08 -07:00
  • 16bc35c21c
    Fix: Comment - xTaskIncrementTick loop - to adhere to demo requirement (#162) alfred gedeon 2020-09-10 14:36:34 -07:00
  • 2f14899ce8
    Revert "RISC-V: Add RV32E / FPU support for GCC (#140)" (#163) Joseph Julicher 2020-09-10 12:46:15 -07:00
  • cfb51b3db8
    Add url link for Linux Simulator documentation (#161) Cobus van Eeden 2020-09-09 14:35:52 -07:00
  • 0037a6c574
    RISC-V: Add RV32E / FPU support for GCC (#140) Emmanuel Puerto 2020-09-09 20:06:16 +02:00
  • 524e78d58b
    Introduce Trusted Firmware M support in Kernel on ARM Cortex M33 (#108) sherryzhang 2020-09-09 23:15:50 +08:00
  • 651289ef04
    Synopsys ARC v1 Port: add support to Synopsys ARC v1 series cores (#110) YuguoWH 2020-09-08 23:40:17 +08:00
  • 35f0b2ab84
    Change the Linux Port to use condition variables instead of Signals (#156) alfred gedeon 2020-09-07 09:56:28 -07:00
  • 700c1cf9c6
    Fix compiler warning in config assert() on 64 bit architecture (#158) RichardBarry 2020-09-06 22:08:00 -07:00
  • 82fdc1c3ee
    Change the header file name into lower case so it can work on GNU/Linux for MinGW cross-compiling. (#144) Ming Yue 2020-08-28 14:59:30 -07:00
  • 148c81a7bc
    Revert "Fix: Add Parenthesis around if-statement in macro (#138)" (#148) alfred gedeon 2020-08-28 14:19:31 -07:00
  • 58ffcb1a6d
    Revert "Fix race condition when tracing is enabled (#95)" (#149) Ming Yue 2020-08-28 14:17:29 -07:00
  • ce39ebe45b
    Update history.txt (#150) RichardBarry 2020-08-28 14:14:29 -07:00
  • 5308b1a023
    Use unsigned constant in pdMS_TO_TICKS(). (#147) Gary Wicker 2020-08-28 11:50:31 -07:00
  • d7fd5a1195
    Revert "Fix inaccurate ticks in windows port (#142)" (#143) Cobus van Eeden 2020-08-27 12:06:03 -07:00
  • d85fd461d9
    Fix inaccurate ticks in windows port (#142) Cobus van Eeden 2020-08-27 10:12:51 -07:00
  • 805b15a022
    Removing general-inquiry.md to divert people to the forums. (#141) Cobus van Eeden 2020-08-26 12:08:39 -07:00
  • 45e97bd246
    Fix: Add Parenthesis around if-statement in macro (#138) alfred gedeon 2020-08-26 10:50:35 -07:00
  • 1d8df4752e
    Update Renesas GCC compiler ports (#135) Ravishankar Bhagavandas 2020-08-24 15:32:45 -07:00
  • 0afc048cf2
    Style: Add uncrustify guards, fix asm (#136) alfred gedeon 2020-08-24 15:32:02 -07:00
  • a038146915
    Style: Make freertos.org = FreeRTOS.org and add https (#134) alfred gedeon 2020-08-21 11:30:39 -07:00
  • 7cd4a4f276
    Fix compiler issues cause by formatting assembly code on ESP32 port (#133) Carl Lundin 2020-08-21 10:55:58 -07:00
  • 0b0a2060c0
    Style: Change FreeRTOS websites in comments (#131) alfred gedeon 2020-08-20 14:59:28 -07:00
  • 10a0b1e54b
    Revert "Update ESP32 port files (#92)" (#132) Carl Lundin 2020-08-20 14:41:44 -07:00
  • ebda49376e
    finish up PR67. Also add missing <\pre> tags (#130) David Chalco 2020-08-18 16:28:02 -07:00
  • 6ef079f393
    StackMacros now includes stack_macros (#129) Joseph Julicher 2020-08-18 12:30:12 -07:00
  • 1865857eae
    Moving the function prototypes to headers (#128) Joseph Julicher 2020-08-18 11:29:00 -07:00
  • 9a1ebfec31
    Style: Uncrustify kernel file - remove tab == 4 spaces (#123) alfred gedeon 2020-08-17 16:16:11 -07:00
  • 386d854e0b
    added a warning concerning the incomplete testing of the RX700v3_DFPU port (#124) Joseph Julicher 2020-08-17 15:33:10 -07:00
  • 8c77117c32
    Style: Remove tabs and tab == 4 spaces (#120) alfred gedeon 2020-08-17 14:50:56 -07:00
  • 86653e2a1f
    Style: Revert uncrustify for portable directories (#122) alfred gedeon 2020-08-17 10:51:02 -07:00
  • a6da1cd0ce
    Add Renesas RXv3 port layer supporting RXv3's double precision FPU (#104) NoMaY (a user of Japan.RenesasRulz.com) 2020-08-15 03:16:48 +09:00
  • 4bde12f223
    Use pdTRUE/pdFALSE instead of TRUE/FALSE in xStreamBufferSend(). (#114) Yuhui Zheng 2020-08-11 21:44:57 -07:00
  • 61fc74f0c5
    Update stream_buffer.c (#94) Simon Beaudoin 2020-08-10 12:55:04 -04:00
  • 61635d5b8b
    Fix race condition when tracing is enabled (#95) Simon Beaudoin 2020-08-10 12:46:39 -04:00
  • 55da9591c0
    Fix: Two one line fixes, xTaskCheckForTimeOut() and ulTaskGenericNotifyValueClear(). (#82) RichardBarry 2020-08-09 16:18:57 -07:00
  • 287361091b
    Allow application to override TEX,S,C and B bits for Flash and RAM (#113) Gaurav-Aggarwal-AWS 2020-08-08 18:37:14 -07:00
  • a2e00f0c6b
    Update to AVR_Mega0 and AVR_Dx GCC ports + addition of their IAR equivalents (#106) m17336 2020-08-07 02:24:05 +03:00
  • bda9869271
    IAR Embedded Workbench modified behaviour of weak declaration "#pragma weak" in release 8.50.5. (#83) DavidJurajdaNXP 2020-07-31 06:00:10 +02:00
  • adbfca5420
    Update ESP32 port files (#92) Shubham Kulkarni 2020-07-31 09:28:51 +05:30
  • 4383c8fae3
    Change the xRunningPrivileged check from "!=true" to "==false" (#109) Gaurav-Aggarwal-AWS 2020-07-30 19:32:31 -07:00
  • 676d99e302
    Use configSYSTICK_CLOCK_HZ to configure SysTick (#103) Gaurav-Aggarwal-AWS 2020-07-24 09:45:42 -07:00
  • 7dd6b76011
    Add support for 16 MPU regions to Cortex-M4 MPU ports (#96) Gaurav-Aggarwal-AWS 2020-07-24 07:47:41 -07:00
  • 367faab135
    Specify where the uncrustify config is (#102) Carl Lundin 2020-07-23 17:00:14 -07:00
  • 5b6c2ab085
    Synopsys ARC update, with updated BSP support (#99) YuguoWH 2020-07-23 08:14:09 +08:00
  • bb56edff2f
    Added GCC port files for AVR Mega0 and AVR Dx. (#101) m17336 2020-07-22 01:11:57 +03:00
  • c273690296
    Rmove MPU_pvPortMalloc and MPU_vPortFree from mpu_wrappers.c (#88) Gaurav-Aggarwal-AWS 2020-07-15 19:46:35 -07:00
  • 149f06c70f
    Update incorrect port in comments (#87) Gaurav-Aggarwal-AWS 2020-07-15 19:44:57 -07:00
  • a717d9c62b
    Update portNVIC_SYSPRI2_REG to portNVIC_SHPR3_REG (#86) Gaurav-Aggarwal-AWS 2020-07-15 19:44:45 -07:00
  • bb1c429378
    Place privileged symbols correctly (#84) Gaurav-Aggarwal-AWS 2020-07-14 16:22:42 -07:00
  • b6a43866da
    Add support for privileged heap to ARMV8-M ports (#85) Gaurav-Aggarwal-AWS 2020-07-14 16:22:14 -07:00
  • 587a83d647 Style: uncrustify kernel files Alfred Gedeon 2020-07-07 17:42:07 -07:00
  • 66a815653b Style: uncrustify Alfred Gedeon 2020-07-01 22:58:33 -07:00
  • f8ac4107ec Style: uncrustify Alfred Gedeon 2020-07-01 22:57:36 -07:00
  • 2c530ba5c3 Style: uncrustify Alfred Gedeon 2020-07-01 22:55:52 -07:00
  • 718178c68a Style: uncrusitfy Alfred Gedeon 2020-07-01 22:27:40 -07:00
  • a5dbc2b1de Style: uncrustify kernel files Alfred Gedeon 2020-07-01 22:20:44 -07:00
  • 4a61f9ff7e
    Improvement to O.F. protections (#75) David Chalco 2020-06-30 11:03:30 -07:00
  • b47ca712d8
    Update mpu_wrappers with task notification changes (#79) Gaurav-Aggarwal-AWS 2020-06-26 09:35:28 -07:00
  • 359b10a4ea
    Added index to all trace points. (#69) eriktamlin 2020-06-18 01:38:06 +02:00