]> begriffs open source - freertos/commit
Added support of 64bit events. (#597)
authorDusan Cervenka <cervenka@acrios.com>
Fri, 3 Feb 2023 14:34:02 +0000 (15:34 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Feb 2023 14:34:02 +0000 (07:34 -0700)
commit91c20f5f425b18b641765217586a82a62e1aa45a
treeed17e0da06b33454f95220937dcfd5c5877eafe4
parent260a37c082f4b70f9c6f361eadb0b29f1a448e3a
Added support of 64bit events. (#597)

* Added support of 64bit even

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Added missing brackets

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Made proper name for tick macro.

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Improved macro evaluation

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Fixed missed port files  + documentation

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Changes made on PR

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Fix macro definition.

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
* Formatted code with uncrustify

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
---------

Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
124 files changed:
event_groups.c
include/FreeRTOS.h
include/event_groups.h
include/projdefs.h
portable/ARMv8M/non_secure/portmacrocommon.h
portable/BCC/16BitDOS/Flsh186/prtmacro.h
portable/BCC/16BitDOS/PC/prtmacro.h
portable/CCS/ARM_CM3/portmacro.h
portable/CCS/ARM_CM4F/portmacro.h
portable/CCS/ARM_Cortex-R4/portmacro.h
portable/CCS/MSP430X/portmacro.h
portable/CodeWarrior/ColdFire_V1/portmacro.h
portable/CodeWarrior/ColdFire_V2/portmacro.h
portable/CodeWarrior/HCS12/portmacro.h
portable/GCC/ARM7_AT91FR40008/portmacro.h
portable/GCC/ARM7_AT91SAM7S/portmacro.h
portable/GCC/ARM7_LPC2000/portmacro.h
portable/GCC/ARM7_LPC23xx/portmacro.h
portable/GCC/ARM_CM0/portmacro.h
portable/GCC/ARM_CM23/non_secure/portmacrocommon.h
portable/GCC/ARM_CM23_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM3/portmacro.h
portable/GCC/ARM_CM33/non_secure/portmacrocommon.h
portable/GCC/ARM_CM33_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM3_MPU/portmacro.h
portable/GCC/ARM_CM4F/portmacro.h
portable/GCC/ARM_CM4_MPU/portmacro.h
portable/GCC/ARM_CM55/non_secure/portmacrocommon.h
portable/GCC/ARM_CM55_NTZ/non_secure/portmacrocommon.h
portable/GCC/ARM_CM7/r0p1/portmacro.h
portable/GCC/ARM_CM85/non_secure/portmacrocommon.h
portable/GCC/ARM_CM85_NTZ/non_secure/portmacrocommon.h
portable/GCC/ATMega323/portmacro.h
portable/GCC/AVR32_UC3/portmacro.h
portable/GCC/CORTUS_APS3/portmacro.h
portable/GCC/ColdFire_V2/portmacro.h
portable/GCC/H8S2329/portmacro.h
portable/GCC/HCS12/portmacro.h
portable/GCC/MSP430F449/portmacro.h
portable/GCC/MicroBlaze/portmacro.h
portable/GCC/MicroBlazeV8/portmacro.h
portable/GCC/MicroBlazeV9/portmacro.h
portable/GCC/NiosII/portmacro.h
portable/GCC/PPC405_Xilinx/portmacro.h
portable/GCC/PPC440_Xilinx/portmacro.h
portable/GCC/RL78/portmacro.h
portable/GCC/RX100/portmacro.h
portable/GCC/RX200/portmacro.h
portable/GCC/RX600/portmacro.h
portable/GCC/RX600v2/portmacro.h
portable/GCC/RX700v3_DPFPU/portmacro.h
portable/GCC/STR75x/portmacro.h
portable/GCC/TriCore_1782/portmacro.h
portable/IAR/78K0R/portmacro.h
portable/IAR/ARM_CM0/portmacro.h
portable/IAR/ARM_CM23/non_secure/portmacrocommon.h
portable/IAR/ARM_CM23_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM3/portmacro.h
portable/IAR/ARM_CM33/non_secure/portmacrocommon.h
portable/IAR/ARM_CM33_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM4F/portmacro.h
portable/IAR/ARM_CM4F_MPU/portmacro.h
portable/IAR/ARM_CM55/non_secure/portmacrocommon.h
portable/IAR/ARM_CM55_NTZ/non_secure/portmacrocommon.h
portable/IAR/ARM_CM7/r0p1/portmacro.h
portable/IAR/ARM_CM85/non_secure/portmacrocommon.h
portable/IAR/ARM_CM85_NTZ/non_secure/portmacrocommon.h
portable/IAR/ATMega323/portmacro.h
portable/IAR/AVR32_UC3/portmacro.h
portable/IAR/AVR_AVRDx/portmacro.h
portable/IAR/AVR_Mega0/portmacro.h
portable/IAR/AtmelSAM7S64/portmacro.h
portable/IAR/AtmelSAM9XE/portmacro.h
portable/IAR/LPC2000/portmacro.h
portable/IAR/MSP430/portmacro.h
portable/IAR/MSP430X/portmacro.h
portable/IAR/RL78/portmacro.h
portable/IAR/RX100/portmacro.h
portable/IAR/RX600/portmacro.h
portable/IAR/RX700v3_DPFPU/portmacro.h
portable/IAR/RXv2/portmacro.h
portable/IAR/STR71x/portmacro.h
portable/IAR/STR75x/portmacro.h
portable/IAR/STR91x/portmacro.h
portable/IAR/V850ES/portmacro.h
portable/MPLAB/PIC18F/portmacro.h
portable/MPLAB/PIC24_dsPIC/portmacro.h
portable/MPLAB/PIC32MEC14xx/portmacro.h
portable/MPLAB/PIC32MX/portmacro.h
portable/MPLAB/PIC32MZ/portmacro.h
portable/MSVC-MingW/portmacro.h
portable/MikroC/ARM_CM4F/portmacro.h
portable/Paradigm/Tern_EE/large_untested/portmacro.h
portable/Paradigm/Tern_EE/small/portmacro.h
portable/RVDS/ARM7_LPC21xx/portmacro.h
portable/RVDS/ARM_CA9/portmacro.h
portable/RVDS/ARM_CM0/portmacro.h
portable/RVDS/ARM_CM3/portmacro.h
portable/RVDS/ARM_CM4F/portmacro.h
portable/RVDS/ARM_CM4_MPU/portmacro.h
portable/RVDS/ARM_CM7/r0p1/portmacro.h
portable/Renesas/RX100/portmacro.h
portable/Renesas/RX200/portmacro.h
portable/Renesas/RX600/portmacro.h
portable/Renesas/RX600v2/portmacro.h
portable/Renesas/RX700v3_DPFPU/portmacro.h
portable/Renesas/SH2A_FPU/portmacro.h
portable/Rowley/MSP430F449/portmacro.h
portable/SDCC/Cygnal/portmacro.h
portable/Softune/MB91460/portmacro.h
portable/Softune/MB96340/portmacro.h
portable/Tasking/ARM_CM4F/portmacro.h
portable/ThirdParty/CDK/T-HEAD_CK802/portmacro.h
portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
portable/ThirdParty/GCC/ARC_v1/portmacro.h
portable/ThirdParty/GCC/ATmega/portmacro.h
portable/ThirdParty/GCC/RP2040/include/portmacro.h
portable/ThirdParty/GCC/RP2040/port.c
portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
portable/ThirdParty/XCC/Xtensa/portmacro.h
portable/WizC/PIC18/portmacro.h
portable/oWatcom/16BitDOS/Flsh186/portmacro.h
portable/oWatcom/16BitDOS/PC/portmacro.h
tasks.c