'Classic' FreeRTOS distribution. Started as Git clone of FreeRTOS SourceForge SVN repo. Submodules the kernel.
This report presents the forensic synthetic code analysis of FreeRTOS/FreeRTOS, a C project with 7,570 GitHub stars. SynthScan v2.0 examined 4,967,678 lines of code across 10399 source files, recording 50572 pattern matches distributed across 16 syntactic categories. The overall adjusted score of 7.7 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 50572 distinct pattern matches across 16 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/main.c | 61 | COMMENT | |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/main.c | 81 | #define mainCOM_TEST_PRIORITY ( tskIDLE_PRIORITY + 2 ) | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/cpu.h | 21 | #define ATTR_BANK1 __attribute__((far,section (".bank1"))) | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/PE_Error.h | 21 | ** Czech Republic | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/PE_Error.h | 41 | #define ERR_BUSOFF 12 /* Bus not available. */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports.h | 21 | Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 21 | #define M6811_PORTA 0x00 | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 41 | #define PUCR PORTIO_8(IO_BASE + 0x0c) /* pull-up control register */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 61 | //PEAR | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 81 | /* MEBI Module | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 101 | COMMENT | |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 121 | #define TCTL1 PORTIO_8(IO_BASE + 0x48) /* control register 1 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 141 | #define PACN1 PORTIO_8(IO_BASE + 0x64) /* pulse accumulator A1 count */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 161 | COMMENT | |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 181 | #define ATD0DR2 PORTIO_16(IO_BASE + 0x94) /* A/D0 result 2 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 201 | #define ETORF 0x20 | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 221 | #define PWMCNT3 PORTIO_8(IO_BASE + 0xaf) /* PWM Channel Counter 3 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 241 | #define PWMDTY7 PORTIO_8(IO_BASE + 0xc3) /* PWM Channel Duty 7 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 261 | #define SCI0BD PORTIO_16(IO_BASE + 0xc8) /* SCI 0 baud rate high */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 281 | #define SCI1DRH PORTIO_8(IO_BASE + 0xd6) /* SCI 1 data register high */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 301 | #define SPI0CR2 PORTIO_8(IO_BASE + 0xd9) /* SPI 0 control register 2 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 321 | /* I2C Module | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 341 | #define DLCBSVR PORTIO_8(IO_BASE + 0xe9) /* BDLC state vector register */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 361 | #define SPI2CR1 PORTIO_8(IO_BASE + 0xf8) /* SPI 2 control register 1 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 381 | #define ESTAT PORTIO_8(IO_BASE + 0x115) /* eeprom status register */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 401 | #define ATD1DR1 PORTIO_16(IO_BASE + 0x132) /* A/D1 result 1 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 421 | #define CAN0BTR0 PORTIO_8(IO_BASE + 0x142) /* CAN0 bus timing register 0 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 441 | #define CAN0IDAR4 PORTIO_8(IO_BASE + 0x158) /* CAN0 id acceptance reg 4 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 461 | #define CAN1TFLG PORTIO_8(IO_BASE + 0x186) /* CAN1 transmitter flag reg */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 481 | #define CAN1IDMR4 PORTIO_8(IO_BASE + 0x19c) /* CAN1 id mask register 4 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 501 | #define CAN2TBSEL PORTIO_8(IO_BASE + 0x1ca) /* CAN2 transmit buffer selection */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 521 | #define CAN2RXFG PORTIO_8(IO_BASE + 0x1e0) /* CAN2 receive buffer */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 541 | #define CAN3IDAR0 PORTIO_8(IO_BASE + 0x210) /* CAN3 id acceptance reg 0 */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 561 | */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 581 | COMMENT | |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 601 | #define PIFP PORTIO_8(IO_BASE + 0x25f) /* port P interrupt flag */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 621 | #define PPSJ PORTIO_8(IO_BASE + 0x26d) /* port J polarity select */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/ports_def.h | 641 | #define CAN4TBSEL PORTIO_8(IO_BASE + 0x28a) /* CAN4 transmit buffer selection */ | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/param.h | 41 | #ifndef M6811_CPU_CLOCK | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/asm-m68hcs12/param.h | 81 | #endif | COMMENT |
| LOW | …S12_GCC_banked/asm-m68hcs12/arch-dragon12/arch/param.h | 41 | #undef DATA_SIZE | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/sys/sio.h | 61 | @see serial_init, serial_recv | COMMENT |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/sys/ports_def.h | 21 | COMMENT | |
| LOW | FreeRTOS/Demo/HCS12_GCC_banked/sys/param.h | 41 | #ifdef mc6811 | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/main.c | 61 | #include "integer.h" | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/FreeRTOSConfig.h | 41 | * | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 1 | #ifndef INC_2329_H | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 21 | #define P5DDR ( *( ( volatile unsigned char * ) 0xFFFEB4 ) ) | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 41 | #define PCDR ( *( ( volatile unsigned char * ) 0xFFFF6B ) ) | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 61 | COMMENT | |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 81 | #define TCNT1 ( *( ( volatile unsigned short * ) 0xFFFFE6 ) ) | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 101 | #define TGR3C ( *( ( volatile unsigned short * ) 0xFFFE8C ) ) | COMMENT |
| LOW | FreeRTOS/Demo/H8S/RTOSDemo/2329S.h | 121 | COMMENT | |
| LOW | FreeRTOS/Demo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/main.c | 61 | /* Demo application includes. */ | COMMENT |
| LOW | …mo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h | 41 | * See http://www.freertos.org/a00110.html | COMMENT |
| LOW | …mo/PPC440_Xilinx_Virtex5_GCC/RTOSDemo/FreeRTOSConfig.h | 61 | COMMENT | |
| LOW | FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h | 41 | COMMENT | |
| LOW | FreeRTOS/Demo/CORTEX_LM3S102_GCC/FreeRTOSConfig.h | 61 | #define INCLUDE_vTaskPrioritySet 0 | COMMENT |
| LOW | FreeRTOS/Demo/CORTEX_LM3S102_GCC/init/startup.c | 1 | //***************************************************************************** | COMMENT |
| LOW | FreeRTOS/Demo/CORTEX_LM3S102_GCC/init/startup.c | 21 | // LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR | COMMENT |
| 50175 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH⚡ | …mon/ethernet/lwip-1.4.0/ports/win32/WinPCap/pcap/bpf.h | 782 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | …mon/ethernet/lwip-1.4.0/ports/win32/WinPCap/pcap/bpf.h | 789 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | …mon/ethernet/lwip-1.4.0/ports/win32/WinPCap/pcap/bpf.h | 796 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/comp.c | 171 | // Set the voltage reference voltage as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/timer.c | 218 | // Set the output levels as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/timer.c | 257 | // Set the trigger output as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/sysctl.c | 812 | // Enable peripheral clock gating as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/sysctl.c | 1103 | // Set the reset control as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/sysctl.c | 1808 | // Enable or disable the main oscillator verification timer as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/sysctl.c | 1844 | // Enable or disable the PLL verification timer as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/gpio.c | 346 | //! pad is configured as requested, but the only real effect on the input | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_GCC/hw_include/uart.c | 569 | // Set the break condition as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/comp.c | 171 | // Set the voltage reference voltage as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/timer.c | 218 | // Set the output levels as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/timer.c | 257 | // Set the trigger output as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/sysctl.c | 812 | // Enable peripheral clock gating as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/sysctl.c | 1103 | // Set the reset control as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/sysctl.c | 1808 | // Enable or disable the main oscillator verification timer as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/sysctl.c | 1844 | // Enable or disable the PLL verification timer as requested. | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/gpio.c | 346 | //! pad is configured as requested, but the only real effect on the input | COMMENT |
| HIGH | FreeRTOS/Demo/CORTEX_LM3S811_IAR/LuminaryCode/uart.c | 569 | // Set the break condition as requested. | COMMENT |
| HIGH⚡ | …/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/bpf.h | 784 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | …/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/bpf.h | 791 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | …/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/pcap/bpf.h | 798 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH⚡ | …Plus-TCP/Integration/Full-TCP-Suite/WinPCap/pcap/bpf.h | 784 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | …Plus-TCP/Integration/Full-TCP-Suite/WinPCap/pcap/bpf.h | 791 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | …Plus-TCP/Integration/Full-TCP-Suite/WinPCap/pcap/bpf.h | 798 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH⚡ | …CP/Integration/Full-TCP-Networkless/WinPCap/pcap/bpf.h | 784 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | …CP/Integration/Full-TCP-Networkless/WinPCap/pcap/bpf.h | 791 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | …CP/Integration/Full-TCP-Networkless/WinPCap/pcap/bpf.h | 798 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH⚡ | …RTOS-Cellular-Interface/Integration/WinPCap/pcap/bpf.h | 784 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | …RTOS-Cellular-Interface/Integration/WinPCap/pcap/bpf.h | 791 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | …RTOS-Cellular-Interface/Integration/WinPCap/pcap/bpf.h | 798 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| HIGH⚡ | FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/bpf.h | 784 | * FlexRay automotive bus - http://www.flexray.com/ - as requested | COMMENT |
| HIGH⚡ | FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/bpf.h | 791 | * transport - http://www.mostcooperation.com/ - as requested | COMMENT |
| HIGH⚡ | FreeRTOS-Plus/ThirdParty/winpcap/include/pcap/bpf.h | 798 | * http://www.lin-subbus.org/ - as requested by Hannes Kaelber | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 1 | ##------------------------------------------------------------------- | COMMENT |
| MEDIUM | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 7 | ##------------------------------------------------------------------- | COMMENT |
| MEDIUM | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 22 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 24 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 41 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 43 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 51 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 53 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 81 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM | FreeRTOS/Demo/HCS12_GCC_banked/README.txt | 83 | ##------------------------------------------------------------------------ | COMMENT |
| MEDIUM | …M33F_Simulator_Keil_GCC/VHT_MPS2_Cortex-M33-config.txt | 3 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …M33F_Simulator_Keil_GCC/VHT_MPS2_Cortex-M33-config.txt | 24 | #---------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 1 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 5 | #------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 15 | # -------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 55 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 58 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 66 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 73 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 153 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 155 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 163 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 165 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 174 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 176 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 183 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 185 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 241 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 243 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 250 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 252 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 259 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 261 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 267 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 269 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 274 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 276 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 599 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 601 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 605 | # ------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 607 | # ------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 42 | # ------------------------------------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 111 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 113 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 292 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 294 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 364 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 367 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 408 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 410 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 430 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 432 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 501 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 503 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 537 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 540 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 628 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 630 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 641 | # ----------------------------------------------------------------------------- | COMMENT |
| MEDIUM | …m/soc_config_generator/mpfs_configuration_generator.py | 644 | # ----------------------------------------------------------------------------- | COMMENT |
| 8 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tools/aws_config_quick_start/SetupAWS.py | 28 | # Create a Thing | COMMENT |
| MEDIUM | tools/aws_config_quick_start/SetupAWS.py | 33 | # Create a Certificate | COMMENT |
| MEDIUM | tools/aws_config_quick_start/SetupAWS.py | 64 | # Create a Policy | COMMENT |
| MEDIUM | …D2x_Xplained_IAR/AtmelFiles/drivers/peripherals/pio4.h | 41 | * -# Define a constant pin description array such as the following one, using | COMMENT |
| MEDIUM | …2x_Xplained_IAR/AtmelFiles/drivers/peripherals/gmacd.h | 40 | * -# Initialize the instance with GMACD_Init() and GMACD_InitTransfer(), | COMMENT |
| MEDIUM | …ed_AtmelStudio/src/ASF/common/services/ioport/ioport.h | 465 | * -# Define a boolean variable for state storage: | COMMENT |
| MEDIUM | …ed_AtmelStudio/src/ASF/common/services/ioport/ioport.h | 529 | * -# Define a variable for port date storage: | COMMENT |
| MEDIUM | …7_SAMV71_Xplained_IAR_Keil/libchip_samv7/include/pio.h | 41 | * -# Define a constant pin description array such as the following one, using | COMMENT |
| MEDIUM | …SAMV71_Xplained_IAR_Keil/libchip_samv7/include/gmacd.h | 40 | * -# Initialize the instance with GMACD_Init() and GMACD_InitTransfer(), | COMMENT |
| MEDIUM | …emo/Common/drivers/Atmel/at91lib/peripherals/pio/pio.h | 52 | /// -# Define a constant pin description array such as the following one: | COMMENT |
| MEDIUM | …EK_IAR/AtmelFiles/libboard_sama5d4x-ek/include/gmacd.h | 40 | * -# Initialize the instance with GMACD_Init() and GMACD_InitTransfer(), | COMMENT |
| MEDIUM | …A5D4x_EK_IAR/AtmelFiles/libchip_sama5d4x/include/pio.h | 41 | * -# Define a constant pin description array such as the following one, using | COMMENT |
| MEDIUM | …/CORTEX_AT91SAM3U256_IAR/AT91Lib/peripherals/pio/pio.h | 41 | /// -# Define a constant pin description array such as the following one, using | COMMENT |
| MEDIUM | …m0/drivers/system/pinmux/quick_start/qs_pinmux_basic.h | 69 | * -# Create a PINMUX module pin configuration struct, which can be filled out | COMMENT |
| MEDIUM | …ivers/system/clock/quick_start_clock/qs_clock_source.h | 65 | * -# Create a EXTOSC32K module configuration struct, which can be filled | COMMENT |
| MEDIUM | …ivers/system/clock/quick_start_clock/qs_clock_source.h | 84 | * -# Create a DFLL module configuration struct, which can be filled | COMMENT |
| MEDIUM | …/drivers/system/clock/quick_start_gclk/qs_gclk_basic.h | 70 | * -# Create a GCLK generator configuration struct, which can be filled out to | COMMENT |
| MEDIUM | …/drivers/system/clock/quick_start_gclk/qs_gclk_basic.h | 94 | * -# Create a GCLK channel configuration struct, which can be filled out to | COMMENT |
| MEDIUM | …/sercom/usart/quick_start_callback/qs_usart_callback.h | 75 | * -# Create a module software instance structure for the USART module to store | COMMENT |
| MEDIUM | …/sercom/usart/quick_start_callback/qs_usart_callback.h | 82 | * -# Create a USART module configuration struct, which can be filled out to | COMMENT |
| MEDIUM | …/drivers/sercom/usart/quick_start/qs_usart_basic_use.h | 70 | * -# Create a module software instance structure for the USART module to store | COMMENT |
| MEDIUM | …/drivers/sercom/usart/quick_start/qs_usart_basic_use.h | 77 | * -# Create a USART module configuration struct, which can be filled out to | COMMENT |
| MEDIUM | …/src/ASF/sam0/drivers/port/quick_start/qs_port_basic.h | 68 | * -# Create a PORT module pin configuration struct, which can be filled out to | COMMENT |
| MEDIUM | …AMV71_Xplained_AtmelStudio/libchip_samv7/include/pio.h | 41 | * -# Define a constant pin description array such as the following one, using | COMMENT |
| MEDIUM | …V71_Xplained_AtmelStudio/libchip_samv7/include/gmacd.h | 40 | * -# Initialize the instance with GMACD_Init() and GMACD_InitTransfer(), | COMMENT |
| MEDIUM | …ed_IAR/AtmelFiles/libboard_sama5d3x-ek/include/emacd.h | 40 | * -# Initialize the instance with EMACD_Init() and EMACD_InitTransfer(), | COMMENT |
| MEDIUM | …ed_IAR/AtmelFiles/libboard_sama5d3x-ek/include/gmacd.h | 40 | * -# Initialize the instance with GMACD_Init() and GMACD_InitTransfer(), | COMMENT |
| MEDIUM | …Xplained_IAR/AtmelFiles/libchip_sama5d3x/include/pio.h | 41 | * -# Define a constant pin description array such as the following one, using | COMMENT |
| MEDIUM⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 175 | # Create the directory structure | COMMENT |
| MEDIUM | …Atmel_Studio/src/asf/sam/drivers/flashcalw/flashcalw.h | 384 | * -# Define the written locations and magic number: | COMMENT |
| MEDIUM | …_M4_ATSAM4L_Atmel_Studio/src/asf/sam/drivers/eic/eic.h | 289 | * -# Define the interrupt callback function in the application: | COMMENT |
| MEDIUM | …L_Atmel_Studio/src/asf/common/services/ioport/ioport.h | 460 | * -# Define a boolean variable for state storage: | COMMENT |
| MEDIUM | …L_Atmel_Studio/src/asf/common/services/ioport/ioport.h | 524 | * -# Define a variable for port date storage: | COMMENT |
| MEDIUM | …TOS/Test/CBMC/proofs/make_configuration_directories.py | 3 | # Creating the CBMC proofs from Configurations.json. | COMMENT |
| MEDIUM | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 119 | # Create the required resources from the CloudFormation template | COMMENT |
| MEDIUM | .github/scripts/release.py | 314 | # Create the release asset to upload. | COMMENT |
| MEDIUM | .github/scripts/release.py | 317 | # Create the new release endpoint at upload assets | COMMENT |
| MEDIUM | .github/scripts/release.py | 457 | # Create the new release endpoind at upload assets | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | FreeRTOS/Demo/WIN32-MingW/main.c | 396 | * be appropriate to use heap_4. However, purely for demonstration purposes, | COMMENT |
| MEDIUM | …TM32756G-EVAL_IAR_Keil/ST_Library/stm32f7xx_hal_ltdc.c | 47 | (#) To control LTDC state you can use the following function: HAL_LTDC_GetState() | CODE |
| MEDIUM | …TM32756G-EVAL_IAR_Keil/ST_Library/stm32f7xx_hal_dcmi.c | 44 | (#) To control DCMI state you can use the function HAL_DCMI_GetState(). | CODE |
| MEDIUM | …M32756G-EVAL_IAR_Keil/ST_Library/stm32f7xx_hal_dma2d.c | 68 | (#) To control DMA2D state you can use the following function: HAL_DMA2D_GetState() | CODE |
| MEDIUM | FreeRTOS/Demo/MB96350_Softune_Dice_Kit/mb96356rs.h | 16 | /* The following software is for demonstration purposes only. */ | COMMENT |
| MEDIUM | FreeRTOS/Demo/WIN32-MSVC/main.c | 384 | * be appropriate to use heap_4. However, purely for demonstration purposes, | COMMENT |
| MEDIUM | …/Demo/IA32_flat_GCC_Galileo_Gen_2/Support_Files/HPET.c | 563 | /* Register ISRs. Purely for demonstration purposes, timer 0 and timer 2 | COMMENT |
| MEDIUM | …/IA32_flat_GCC_Galileo_Gen_2/Full_Demo/IntQueueTimer.c | 44 | * support file. For demonstration purposes, timer 0 and timer 1 are standard | COMMENT |
| MEDIUM | FreeRTOS/Demo/Common/Full/dynamic.c | 154 | * counter variables for demonstration purposes. */ | COMMENT |
| MEDIUM | FreeRTOS/Demo/Common/Minimal/dynamic.c | 124 | * counter variables for demonstration purposes. */ | COMMENT |
| MEDIUM | …/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dcmi.c | 42 | (#) To control DCMI state you can use the function HAL_DCMI_GetState(). | CODE |
| MEDIUM | …/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_ltdc.c | 70 | (#) To control LTDC state you can use the following function: HAL_LTDC_GetState() | CODE |
| MEDIUM | …e/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_dsi.c | 41 | (#) To control DSI state you can use the following function: HAL_DSI_GetState() | CODE |
| MEDIUM | …/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_jpeg.c | 131 | (#) To control JPEG state you can use the following function: HAL_JPEG_GetState() | CODE |
| MEDIUM | …braries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_dma.c | 40 | (#) To control DMA events you can use one of the following two methods: | CODE |
| MEDIUM | …_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/mb96348hs.h | 16 | /* The following software is for demonstration purposes only. */ | COMMENT |
| MEDIUM | FreeRTOS/Demo/CORTEX_STM32F103_Primer_GCC/main.c | 60 | * Tick Hook - A tick hook is provided just for demonstration purposes. In | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/aws_config_quick_start/certs.py | 4 | CODE | |
| LOW | tools/aws_config_quick_start/policy.py | 4 | CODE | |
| LOW | tools/aws_config_quick_start/thing.py | 4 | CODE | |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 12 | CODE | |
| LOW | FreeRTOS/Test/CBMC/proofs/make_common_makefile.py | 25 | CODE | |
| LOW | FreeRTOS/Test/VeriFast/scripts/callgraph.py | 3 | CODE | |
| LOW | FreeRTOS/Test/VeriFast/scripts/callgraph.py | 4 | CODE | |
| LOW | FreeRTOS/Test/VeriFast/scripts/callgraph.py | 5 | CODE | |
| LOW | FreeRTOS/Test/VeriFast/scripts/extract.py | 2 | CODE | |
| LOW | …s_Simulator/CSR_Demo/DemoSetup/generate_credentials.py | 4 | CODE | |
| LOW | …s_Simulator/CSR_Demo/DemoSetup/generate_credentials.py | 5 | CODE | |
| LOW | …s_Simulator/CSR_Demo/DemoSetup/generate_credentials.py | 7 | CODE | |
| LOW | …s_Simulator/CSR_Demo/DemoSetup/generate_credentials.py | 10 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 7 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 8 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 9 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 10 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 11 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 12 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 13 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 13 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 14 | CODE | |
| LOW | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 17 | CODE | |
| LOW | .github/scripts/release.py | 3 | CODE | |
| LOW | .github/scripts/release.py | 11 | CODE | |
| LOW | .github/scripts/release.py | 12 | CODE | |
| LOW | .github/scripts/release.py | 14 | CODE | |
| LOW | .github/scripts/release.py | 15 | CODE | |
| LOW | .github/scripts/release.py | 24 | CODE | |
| LOW | .github/scripts/release.py | 5 | CODE | |
| LOW | .github/scripts/release.py | 7 | CODE | |
| LOW | .github/scripts/update_src_version.py | 3 | CODE | |
| LOW | .github/scripts/update_src_version.py | 3 | CODE | |
| LOW | .github/scripts/update_src_version.py | 12 | CODE | |
| LOW | .github/scripts/update_src_version.py | 14 | CODE | |
| LOW | .github/scripts/update_src_version.py | 15 | CODE | |
| LOW | .github/scripts/update_src_version.py | 20 | CODE | |
| LOW | .github/scripts/update_src_version.py | 25 | CODE | |
| LOW | .github/scripts/update_src_version.py | 5 | CODE | |
| LOW | .github/scripts/update_src_version.py | 5 | CODE | |
| LOW | .github/scripts/update_src_version.py | 7 | CODE | |
| LOW | .github/scripts/update_src_version.py | 7 | CODE | |
| LOW | .github/scripts/packager.py | 3 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 209 | volatile uint32_t dummy_value; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 218 | dummy_value = MPDDRC->MPDDRC_IO_CALIBR; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 219 | dummy_value &= ~MPDDRC_IO_CALIBR_RDIV_Msk; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 220 | dummy_value &= ~MPDDRC_IO_CALIBR_TZQIO_Msk; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 221 | dummy_value |= MPDDRC_IO_CALIBR_CALCODEP(7); | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 222 | dummy_value |= MPDDRC_IO_CALIBR_CALCODEN(8); | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 223 | dummy_value |= MPDDRC_IO_CALIBR_RDIV_RZQ_60_RZQ_50; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 224 | dummy_value |= MPDDRC_IO_CALIBR_TZQIO(5); | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 225 | dummy_value |= MPDDRC_IO_CALIBR_EN_CALIB_ENABLE_CALIBRATION; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d4x-ek/source/board_memories.c | 226 | MPDDRC->MPDDRC_IO_CALIBR = dummy_value; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 195 | volatile uint32_t dummy_value; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 197 | dummy_value = 0x00000000; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 206 | dummy_value = MPDDRC->MPDDRC_IO_CALIBR; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 207 | dummy_value &= ~MPDDRC_IO_CALIBR_RDIV_Msk; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 208 | dummy_value &= ~MPDDRC_IO_CALIBR_TZQIO_Msk; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 209 | dummy_value |= MPDDRC_IO_CALIBR_RDIV_RZQ_48; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 210 | dummy_value |= MPDDRC_IO_CALIBR_TZQIO(3); | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 211 | MPDDRC->MPDDRC_IO_CALIBR = dummy_value; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 495 | volatile uint32_t dummy_value; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 503 | dummy_value = MPDDRC->MPDDRC_IO_CALIBR; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 504 | dummy_value &= ~MPDDRC_IO_CALIBR_RDIV_Msk; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 505 | dummy_value &= ~MPDDRC_IO_CALIBR_TZQIO_Msk; | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 506 | dummy_value |= (0x4 << 0); | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 507 | dummy_value |= MPDDRC_IO_CALIBR_TZQIO(3); | CODE |
| LOW⚡ | …tmelFiles/libboard_sama5d3x-ek/source/board_memories.c | 509 | MPDDRC->MPDDRC_IO_CALIBR = dummy_value; | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | History.txt | 2148 | + In the PC ports: Add function prvSetTickFrequencyDefault() to set the | CODE |
| LOW | History.txt | 2264 | + Added function xTaskGetCurrentTaskHandle(). | CODE |
| LOW | History.txt | 2394 | + The function usPortCheckFreeStackSpace() has been renamed | CODE |
| LOW | tools/aws_config_quick_start/misc.py | 43 | def format_credential_keys_text(credential_text): | CODE |
| LOW | tools/aws_config_quick_start/certs.py | 24 | def create_keys_and_certificate(self): | CODE |
| LOW | tools/aws_config_offline/js/generator.js | 9 | function formatCredentialTextForHeader(credentialText) { | CODE |
| LOW | tools/aws_config_offline/js/generator.js | 21 | function generateCertificateConfigurationHeader() { | CODE |
| LOW | …ionKit_GCC_e2studio/src/frtos_startup/freertos_start.c | 243 | } /* End of function vApplicationSetupTimerInterrupt() */ | CODE |
| LOW | …ionKit_GCC_e2studio/src/frtos_startup/freertos_start.c | 341 | } /* End of function vApplicationMallocFailedHook() */ | CODE |
| LOW | …ionKit_GCC_e2studio/src/frtos_startup/freertos_start.c | 371 | } /* End of function vApplicationStackOverflowHook() */ | CODE |
| LOW | …t_IAR_e2studio_EWRX/src/frtos_startup/freertos_start.c | 243 | } /* End of function vApplicationSetupTimerInterrupt() */ | CODE |
| LOW | …t_IAR_e2studio_EWRX/src/frtos_startup/freertos_start.c | 341 | } /* End of function vApplicationMallocFailedHook() */ | CODE |
| LOW | …t_IAR_e2studio_EWRX/src/frtos_startup/freertos_start.c | 371 | } /* End of function vApplicationStackOverflowHook() */ | CODE |
| LOW | …enesas_e2studio_CS+/src/frtos_startup/freertos_start.c | 243 | } /* End of function vApplicationSetupTimerInterrupt() */ | CODE |
| LOW | …enesas_e2studio_CS+/src/frtos_startup/freertos_start.c | 341 | } /* End of function vApplicationMallocFailedHook() */ | CODE |
| LOW | …enesas_e2studio_CS+/src/frtos_startup/freertos_start.c | 371 | } /* End of function vApplicationStackOverflowHook() */ | CODE |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 466 | def generate_reference_header_file(ref_header_file, root, header_files): | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/ninja.py | 80 | def find_proofs_in_filesystem(): | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/make_common_makefile.py | 113 | def read_variable_definitions(filename): | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/make_common_makefile.py | 192 | def write_cbmcbatchyaml_target(opsys, _makefile): | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/lib/summarize.py | 28 | def _get_max_length_per_column_list(data): | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/lib/summarize.py | 36 | def _get_table_header_separator(max_length_per_column_list): | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/lib/summarize.py | 70 | def _get_status_and_proof_summaries(run_dict): | CODE |
| LOW | FreeRTOS/Test/CMock/tools/filtercov.py | 131 | def get_tagged_functions_in_file(filename): | CODE |
| LOW | …s_Simulator/CSR_Demo/DemoSetup/generate_credentials.py | 62 | def generate_priv_keys_and_certs(write_der_keys): | CODE |
| LOW | …g_Windows_Simulator/CSR_Demo/DemoSetup/demo_cleanup.py | 52 | def delete_certificate_and_things(certificate_arn, policy_name): | CODE |
| LOW⚡ | .github/scripts/packager.py | 62 | def cleanup_intermediate_files(scratch_dir): | CODE |
| LOW | .github/scripts/versioning.py | 40 | def ask_multiple_choice_question(question, choices): | CODE |
| LOW | .github/scripts/versioning.py | 72 | def list_files_in_a_component(component, afr_path, exclude_dirs=['.git'], ext_filter=['.c', '.h'], exclude_hidden=True): | CODE |
| LOW | .github/scripts/versioning.py | 98 | def extract_version_number_from_file(file_path): | CODE |
| LOW | .github/scripts/versioning.py | 121 | def update_version_number_in_files(file_paths, old_version_line, new_version_line): | CODE |
| LOW | .github/scripts/versioning.py | 133 | def update_version_number_in_a_component(component, afr_path, exclude_dirs=[]): | CODE |
| LOW | .github/scripts/versioning.py | 199 | def update_freertos_version_macros(path_macrofile, version_str, major, minor, build): | CODE |
| LOW | .github/scripts/versioning.py | 227 | def update_version_number_in_freertos_component(component, root_dir, old_version_prefix_list, new_version, | CODE |
| LOW | .github/scripts/versioning.py | 262 | def process_freertos_components(root_dir, components, old_version, new_version, verbose=False): | CODE |
| LOW | .github/scripts/versioning.py | 271 | def parse_freertos_version_number(version_str): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 508 | // Step 9: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 597 | // Step 10: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 660 | // Step 1: | COMMENT |
| LOW⚡ | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 764 | // Step 2: | COMMENT |
| LOW⚡ | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 769 | // Step 3: | COMMENT |
| LOW⚡ | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 777 | // Step 4: | COMMENT |
| LOW⚡ | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 785 | // Step 5: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 800 | // Step 6: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 813 | // Step 7: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 821 | // Step 8: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 840 | // Step 11: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 848 | // Step 12: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 900 | // Step 13: | COMMENT |
| LOW | …_SoC_DK/Altera_Code/HardwareLibrary/alt_fpga_manager.c | 921 | // Step 14: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 186 | CODE | |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 295 | CODE | |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 411 | CODE | |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 434 | CODE | |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 504 | CODE | |
| LOW | …m/soc_config_generator/mpfs_configuration_generator.py | 541 | CODE | |
| LOW | FreeRTOS/Test/CBMC/patches/compute_patch.py | 54 | CODE | |
| LOW | FreeRTOS/Test/CBMC/patches/compute_patch.py | 89 | CODE | |
| LOW | FreeRTOS/Test/CBMC/proofs/make_type_header_files.py | 57 | CODE | |
| LOW | FreeRTOS/Test/CBMC/proofs/make_common_makefile.py | 180 | CODE | |
| LOW | FreeRTOS/Test/VeriFast/scripts/extract.py | 34 | CODE | |
| LOW | FreeRTOS/Test/CMock/tools/filtercov.py | 131 | CODE | |
| LOW | FreeRTOS/Test/CMock/tools/filtercov.py | 153 | CODE | |
| LOW | FreeRTOS/Test/CMock/tools/filtercov.py | 209 | CODE | |
| LOW | FreeRTOS/Test/CMock/tools/filtercov.py | 259 | CODE | |
| LOW | .github/scripts/release.py | 255 | CODE | |
| LOW | .github/scripts/release.py | 398 | CODE | |
| LOW | .github/scripts/packager.py | 137 | CODE | |
| LOW | .github/scripts/packager.py | 157 | CODE | |
| LOW | .github/scripts/versioning.py | 133 | CODE | |
| LOW | .github/scripts/versioning.py | 227 | CODE | |
| LOW | .github/scripts/common/header_checker.py | 168 | CODE | |
| LOW | .github/scripts/common/header_checker.py | 369 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | …TOS/Demo/CORTEX_STM32F103_IAR/STM32F10xFWLib/src/lcd.c | 0 | */ 0x0000, 0x0000, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x000 | STRING |
| HIGH | …eeRTOS/Demo/Common/drivers/ST/STM32F10xFWLib/src/lcd.c | 0 | */ 0x0000, 0x0000, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x000 | STRING |
| HIGH | …OS/Demo/CORTEX_STM32F103_Keil/STM32F10xFWLib/src/lcd.c | 0 | */ 0x0000, 0x0000, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x000 | STRING |
| HIGH | …CORTEX_STM32L152_IAR/system_and_ST_code/Common/fonts.c | 0 | */ 0x0000, 0x0000, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x000c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x000 | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …Demo_Rowley_ARM7/lwip-1.1.0/src/include/lwip/sockets.h | 68 | #define SO_DONTROUTE 0x0010 /* just use interface addresses */ | COMMENT |
| LOW | …Demo_Rowley_ARM7/lwip-1.1.0/src/include/ipv4/lwip/ip.h | 89 | #define SOF_DONTROUTE (u16_t)0x0010U /* just use interface addresses */ | COMMENT |
| LOW | …eRTOS/Demo/Common/ethernet/lwIP/include/lwip/sockets.h | 68 | #define SO_DONTROUTE 0x0010 /* just use interface addresses */ | COMMENT |
| LOW | …eRTOS/Demo/Common/ethernet/lwIP/include/ipv4/lwip/ip.h | 89 | #define SOF_DONTROUTE (u16_t)0x0010U /* just use interface addresses */ | COMMENT |
| LOW | …/Common/ethernet/lwip-1.4.0/src/include/lwip/sockets.h | 81 | #define SO_DONTROUTE 0x0010 /* Unimplemented: just use interface addresses */ | COMMENT |
| LOW | …/Common/ethernet/lwip-1.4.0/src/include/ipv4/lwip/ip.h | 101 | /*#define SOF_DONTROUTE (u8_t)0x10U Unimplemented: just use interface addresses */ | COMMENT |
| MEDIUM | …_LaunchPad_IAR_CCS/driverlib/MSP430FR5xx_6xx/adc12_b.h | 838 | //! ADC12HIIE, ADC12INIE, ADC12LOIE interrupts to utilize this feature. | COMMENT |
| MEDIUM | …TOS/Test/CBMC/proofs/make_configuration_directories.py | 132 | # Copy cbmc proof harness into configuration directory | STRING |
| MEDIUM | FreeRTOS/Test/CBMC/proofs/make_proof_makefiles.py | 156 | # set to a list of all the object files except the harness. | STRING |
| MEDIUM | FreeRTOS/Test/CBMC/proofs/make_proof_makefiles.py | 181 | # Deal with the case of a harness being nested several levels under | STRING |
| MEDIUM | FreeRTOS/Test/CBMC/proofs/run-cbmc-proofs.py | 168 | # Neither the harness name nor the proof directory is unique enough, | STRING |
| MEDIUM | FreeRTOS/Test/CBMC/proofs/make_common_makefile.py | 110 | # and harness specific values | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …laze_0/libsrc/standalone_v5_4/src/profile/profile_cg.c | 130 | * print("Error : From PC table overflow\r\n") | COMMENT |
| MEDIUM | …laze_0/libsrc/standalone_v5_4/src/profile/profile_cg.c | 151 | * print("Error : To PC table overflow\r\n") | COMMENT |
| MEDIUM | …exa9_0/libsrc/standalone_v6_6/src/profile/profile_cg.c | 130 | * print("Error : From PC table overflow\r\n") | COMMENT |
| MEDIUM | …exa9_0/libsrc/standalone_v6_6/src/profile/profile_cg.c | 151 | * print("Error : To PC table overflow\r\n") | COMMENT |
| LOW⚡ | …m/soc_config_generator/mpfs_configuration_generator.py | 170 | except Exception: | CODE |
| LOW | FreeRTOS/Test/CBMC/proofs/lib/summarize.py | 142 | except Exception as ex: # pylint: disable=broad-except | CODE |
| MEDIUM | …g_Windows_Simulator/CSR_Demo/DemoSetup/demo_cleanup.py | 122 | print("Error: Stack deletion failed. Check the CloudFormation link for more information.") | CODE |
| MEDIUM | …ing_Windows_Simulator/CSR_Demo/DemoSetup/demo_setup.py | 34 | print("Error: Stack was not successfully created. View the stack in the CloudFormation console here:") | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | cspell.config.yaml | 7 | # Read files not to spell check from the git ignore | COMMENT |
| LOW | …Xplained_AtmelStudio/src/ASF/sam/drivers/usart/usart.h | 771 | * -# Check if the USART Receive Character interrupt has fired: | COMMENT |
| LOW | …M3S-EK2_Atmel_Studio/src/asf/sam/drivers/usart/usart.h | 627 | * -# Check if the USART Receive Character interrupt has fired: | COMMENT |
| LOW | …/CORTEX_AT91SAM3U256_IAR/AT91Lib/peripherals/twi/twi.h | 53 | /// -# Check if a byte has been received and can be read on the given TWI | COMMENT |
| LOW | …/CORTEX_AT91SAM3U256_IAR/AT91Lib/peripherals/twi/twi.h | 56 | /// -# Check if the current transmission is complete (the STOP has been sent) | COMMENT |
| LOW | …/CORTEX_AT91SAM3U256_IAR/AT91Lib/peripherals/twi/twi.c | 51 | /// -# Check if a byte has been received and can be read on the given TWI | COMMENT |
| LOW | …/CORTEX_AT91SAM3U256_IAR/AT91Lib/peripherals/twi/twi.c | 54 | /// -# Check if the current transmission is complete (the STOP has been sent) | COMMENT |
| LOW | …ATSAM4S_Atmel_Studio/src/asf/sam/drivers/usart/usart.h | 625 | * -# Check if the USART Receive Character interrupt has fired: | COMMENT |
| LOW | …ATSAM3X_Atmel_Studio/src/asf/sam/drivers/usart/usart.h | 627 | * -# Check if the USART Receive Character interrupt has fired: | COMMENT |
| LOW | .github/scripts/versioning.py | 246 | # Check if any of the associated versioning strings are present. Update if so | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | .github/scripts/release.py | 141 | self.local_repo.git.push(tags=True, force=True) | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tools/aws_config_quick_start/certs.py | 26 | CODE | |
| LOW | .github/scripts/common/header_checker.py | 60 | CODE |