* fbt: fixed include paths for generated version header * lib: STM32CubeWB: refactored & cleaned up WPAN include paths * hal: linter fixes for new headers * fbt: added version_json target * Added .pvsconfig; split common_defines.h into 2 files * Added PVS-Studio basic configuration files; updated .gitignore Co-authored-by: あく <alleteam@gmail.com>
		
			
				
	
	
		
			57 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			554 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| *.swp
 | |
| *.gdb_history
 | |
| 
 | |
| 
 | |
| # LSP
 | |
| .cache
 | |
| compile_commands.json
 | |
| 
 | |
| # JetBrains IDEs
 | |
| .idea/
 | |
| 
 | |
| # Python VirtEnvironments
 | |
| .env
 | |
| .venv
 | |
| env/
 | |
| venv/
 | |
| 
 | |
| # Python Byte-compiled / optimized files
 | |
| __pycache__/
 | |
| *.py[cod]
 | |
| *$py.class
 | |
| *.pickle
 | |
| 
 | |
| .obj/
 | |
| bindings/
 | |
| .DS_Store
 | |
| .mxproject
 | |
| Brewfile.lock.json
 | |
| 
 | |
| # Visual Studio Code
 | |
| .vscode/
 | |
| 
 | |
| # legendary cmake's
 | |
| build
 | |
| CMakeLists.txt
 | |
| 
 | |
| # bundle output
 | |
| dist
 | |
| 
 | |
| # kde
 | |
| .directory
 | |
| 
 | |
| # SCons
 | |
| .sconsign.dblite
 | |
| # SCons build dir
 | |
| build/
 | |
| 
 | |
| # Toolchain
 | |
| /toolchain
 | |
| 
 | |
| # openocd output file
 | |
| openocd.log
 | |
| 
 | |
| # PVS Studio temporary files
 | |
| .PVS-Studio/
 | |
| PVS-Studio.log
 |