Georgii Surkov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed1ebf9b93 
							
						 
					 
					
						
						
							
							[FL-3322] Infrared: respect carrier frequency and duty cycle settings ( #2677 )  
						
						... 
						
						
						
						* Make infrared_worker respect carrier frequency and duty cycle
* Update comments
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2023-05-25 23:38:56 +09:00 
						 
				 
			
				
					
						
							
							
								Georgii Surkov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75e9de12b0 
							
						 
					 
					
						
						
							
							[FL-3078] Per protocol signal repeat count ( #2293 )  
						
						... 
						
						
						
						* Better Infrared protocol file structure
* Rename InfraredProtocolSpec to InfraredProtocolVariant
* Slightly better names
* Add repeat count field to protocol variant description
* Repeat the signal the appropriate number of times when brute-forcing
* Repeat the signal the appropriate number of times when sending via worker
* Better signal count logic in infrared_transmit
* Better variable names
* Convert some raw signals to messages in tv.ir
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2023-01-13 16:50:19 +03:00 
						 
				 
			
				
					
						
							
							
								yan0f 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9740dd8c75 
							
						 
					 
					
						
						
							
							Fix typos in source code ( #2258 )  
						
						
						
						
					 
					
						2023-01-07 01:06:50 +09:00 
						 
				 
			
				
					
						
							
							
								Georgii Surkov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8582670a34 
							
						 
					 
					
						
						
							
							[FL-2811] Fix PVS-Studio warnings ( #2142 )  
						
						... 
						
						
						
						Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: gornekich <n.gorbadey@gmail.com> 
						
						
					 
					
						2022-12-26 21:13:30 +09:00 
						 
				 
			
				
					
						
							
							
								Sergey Gavrilov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c511c67e71 
							
						 
					 
					
						
						
							
							Core: thread allocation shortcut ( #2007 )  
						
						... 
						
						
						
						* Core: thread alloc+set shortcut
* Apps: use thread allocation shortcut
* Mark some service threads as services
* Init BT as soon as possible
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-11-23 21:49:17 +09:00 
						 
				 
			
				
					
						
							
							
								Samuel Stauffer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa2ecbe80f 
							
						 
					 
					
						
						
							
							infrared: add Kaseikyo IR protocol ( #1965 )  
						
						... 
						
						
						
						* infrared: add Kaseikyo IR protocol
Add Kaseikyo IR protocol support. This protocol is also called the Panasonic protocol and is used by a number of manufacturers including Denon.
The protocol includes a vendor field and a number of fields that are vendor specific. To support the format of address+command used by flipper the vendor+genre1+genre2+id fields are encoded into the address while the data is used for the command.
There are older versions of the protocol that used a reverse bit order that are not supported.
Protocol information:
- https://github.com/Arduino-IRremote/Arduino-IRremote/blob/master/src/ir_Kaseikyo.hpp 
- http://www.hifi-remote.com/johnsfine/DecodeIR.html#Kaseikyo 
- https://www.denon.com/-/media/files/documentmaster/denonna/avr-x3700h_avc-x3700h_ir_code_v01_04062020.doc 
* Format and add unit test to Kaseikyo IR codec.
Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com> 
						
						
					 
					
						2022-11-07 18:38:04 +04:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8913f2e33 
							
						 
					 
					
						
						
							
							Code cleanup: srand, PVS warnings ( #1974 )  
						
						... 
						
						
						
						* Remove srand invocation
* PVS High priority fixes
* PVS High errors part 2
* Furi: heap tracing inheritance
* Furi add __builtin_unreachable to furi_thread_catch 
						
						
					 
					
						2022-11-05 18:07:24 +03:00 
						 
				 
			
				
					
						
							
							
								hedger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ebc2b66372 
							
						 
					 
					
						
						
							
							fbt fixes for mfbt pt2 ( #1951 )  
						
						... 
						
						
						
						* fbt: split sdk management code
* scripts: fixed import handling
* fbt: sdk: reformatted paths
* scrips: dist: bundling libs as a build artifact
* fbt: sdk: better path management
* typo fix
* fbt: sdk: minor path handling fixes
* toolchain: fixed windows toolchain download
* fbt: minor refactorin
* fbt: moved sdk management code to extapps.scons
* fbt: fixed sdk symbols header path; disabled -fstack-usage
* fbt: changed pathing for .py scripts
* fbt: changed SDK_HEADERS pathing; added libusb to SDK; added icon_i.h to SDK; added hw target to SDK meta
* fbt: added libusb headers to SDK
* picopass: include cleanup; api: added subghz/registry.h; api: added mbedtls to exported headers
* picopass: fixed formatting
* fbt: fixed COPRO_ASSETS_SCRIPT
* sdk: added basic infrared apis
* toolchain: added ufbt to list of legal fbtenv callers; updated error messages
* fbt: changed manifest collection & icon processing code
* fbt: simpler srcdir lookup
* toolchain: path management fixes; fbt: fixes for fap private libs paths
* scripts: toolchain: reworked download on Windows
* toolchain: v17
* scripts: added colorlog for logging
* Github: fix unit tests
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-11-03 00:15:40 +09:00 
						 
				 
			
				
					
						
							
							
								Georgii Surkov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02c27becb0 
							
						 
					 
					
						
						
							
							[FL-2912] Forced RAW receive option for Infrared CLI  #1891  
						
						... 
						
						
						
						Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-10-18 23:10:21 +09:00 
						 
				 
			
				
					
						
							
							
								Sergey Gavrilov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							38a82a1907 
							
						 
					 
					
						
						
							
							[FL-2839] Furi stream buffer ( #1834 )  
						
						... 
						
						
						
						* Core: stream buffer
* stream buffer: API and usage
* stream buffer: documentation
* stream buffer: more documentation
* Furi: fix spelling
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com> 
						
						
					 
					
						2022-10-07 21:27:11 +09:00 
						 
				 
			
				
					
						
							
							
								hedger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							056446dfed 
							
						 
					 
					
						
						
							
							[FL-2675] /int space reservation ( #1448 )  
						
						... 
						
						
						
						* storage: added global #defines for /int, /ext & /any
* storage: introduced PATH_EXT, PATH_INT& PATH_ANY macros
* core apps: moved hardcoded config files names to separate headers; prefixed them with "."; updater: added file name migration to new naming convention on backup extraction
* storage: fixed storage_merge_recursive handling of complex directory structures; storage_move_to_sd: changed data migration logic to all non-dot files & all folders
* core: added macro aliases for core record names
* Bumped protobuf commit pointer
* storage: reserved 5 pages in /int; denying write&creation of non-dot files when running out of free space
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-07-26 21:21:51 +09:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e3c7201a20 
							
						 
					 
					
						
						
							
							Furi: core refactoring and CMSIS removal part 2  ( #1410 )  
						
						... 
						
						
						
						* Furi: rename and move core
* Furi: drop CMSIS_OS header and unused api, partially refactor and cleanup the rest
* Furi: CMSIS_OS drop and refactoring.
* Furi: refactoring, remove cmsis legacy
* Furi: fix incorrect assert on queue deallocation, cleanup timer
* Furi: improve delay api, get rid of floats
* hal: dropped furi_hal_crc
* Furi: move DWT based delay to cortex HAL
* Furi: update core documentation
Co-authored-by: hedger <hedger@nanode.su> 
						
						
					 
					
						2022-07-20 13:56:33 +03:00 
						 
				 
			
				
					
						
							
							
								SG 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6ac1ed2aaa 
							
						 
					 
					
						
						
							
							IR: increase raw timings amount ( #1388 )  
						
						... 
						
						
						
						Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-07-15 02:06:25 +09:00 
						 
				 
			
				
					
						
							
							
								hedger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f3b1475ede 
							
						 
					 
					
						
						
							
							[FL-2052] New build system based on scons ( #1269 )  
						
						
						
						
					 
					
						2022-06-26 21:00:03 +09:00 
						 
				 
			
				
					
						
							
							
								あく 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							839e52ac32 
							
						 
					 
					
						
						
							
							[FL-2591] Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs ( #1333 )  
						
						... 
						
						
						
						* Furi: remove CMSIS thread api, migrate to FuriThread, remove unused CMSIS APIs
* Furi: magic thread catcher validating thread completion; backtrace improver
* Furi: allow furi_thread_get_current_id outside of thread context
* Furi: use IRQ instead of ISR for core primitives 
						
						
					 
					
						2022-06-20 18:54:48 +04:00 
						 
				 
			
				
					
						
							
							
								hedger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d6b170769 
							
						 
					 
					
						
						
							
							[FL-2520] FW build with -Wextra  ( #1185 )  
						
						... 
						
						
						
						* Fixing compiler warnings with -Wextra
* More warnings suppression, WIP
* Even more warning fixes
* Added new lines at end of text files.
* Padding fix
* Additional fixes to warnings on different build configurations; added -Wextra to default build pipeline
* Fixes for Secplus v1
* -additional warnings
* +-Wredundant-decls fixes
* FuriHal: print stack overflow task name in console
* FuriHal: add missing include
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com> 
						
						
					 
					
						2022-05-06 16:37:10 +03:00 
						 
				 
			
				
					
						
							
							
								hedger 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7017fa4f9e 
							
						 
					 
					
						
						
							
							[FL-2515] Keep backlight on for updater ops ( #1184 )  
						
						... 
						
						
						
						* [FL-2515] Keep backlight on for updater ops
* Notification: Renamed backlight sequences to more obvious names
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-04-29 17:21:12 +03:00 
						 
				 
			
				
					
						
							
							
								gornekich 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0bf2702210 
							
						 
					 
					
						
						
							
							Fix GUI freeze after NFC classic read ( #1074 )  
						
						... 
						
						
						
						* nfc worker: add delay for task switching
* device info service: fix rpc version characteristic
* firmware: move FreeRTOSConfig.h to target include
* dev_info service: fix typo
* ble glue: use osThreadFlags instead of osEventFlags
* Infrared: fix issue with timer lockup
* FuriHal: yeld in flash lock routine
* ble: change connection parameters, display actual params
* ble: verify connection parameters
* ble: fix typo
Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com> 
						
						
					 
					
						2022-03-31 17:57:23 +03:00 
						 
				 
			
				
					
						
							
							
								Albert Kharisov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							052237f8c9 
							
						 
					 
					
						
						
							
							[FL-2279] IR doxygen, rename irda -> infrared ( #1010 )  
						
						... 
						
						
						
						* IR: Doxygen docs, some rename
* Rename irda -> infrared
* Rollback collateral renames
Co-authored-by: あく <alleteam@gmail.com> 
						
						
					 
					
						2022-02-25 18:22:58 +03:00