| 
							
							
								 gornekich | 356476b7f8 | [FL-1355] Fix flipper name C string (#485) * api-hal-version: guarantee zero terminated flipper name
* cli_commands: fix hw_info command | 2021-05-24 21:06:53 +03:00 |  | 
			
				
					| 
							
							
								 its your bedtime | f1e9a12eb0 | [FL-1138] CLI commands unification (#484) * power_otg command, merge sd_info and sd_status, added small usage instructions for commands with args
* remove duplicated sd status string
* cli_print_usage added, typo fix | 2021-05-24 17:50:28 +03:00 |  | 
			
				
					| 
							
							
								 SG | 2daf65b62b | [FL-1237] Notifications app (#476) * Notification app: init
* Notification app: separate message sequences
* Notification app: rename notifications to notification
* Notification app: rework api
* Notification app: new sequences for charger
* Power app: add state for better led handling
* Power app: NotificationSequence type, notification led process
* Blink app: use notifications
* Notification app: sound and vibro notifications
* Notification app: note messages
* Notification app: more messages
* Notification app: update note message generator
* Blink app: fix state counter
* Notification app: fix delay event
* App sd-filesystem: notifications
* App notifications: headers c++ compatibility
* App notifications: Cmaj success chord sequence
* App iButton: use notifications
* App notification: display backlight notifications
* App notification: add "display on" message to success and error sequences
* App accessor: use notifications
* App ibutton: guard onewire key read
* Lib-RFAL: remove api_hal_light usage
* App notification: add blocking mode, rework display api
* Cli led command: use internal notification instead of direc access to leds.
* App unit test: use notifications
* App lfrfid: use notifications
* Apps: close notification record
* App subghz: rough use of notifications
* App notificaton: ignore reset flag
* App strobe: removed
* Lib irda decoder: fix nec decoding
* App irda: fix assert, use notifications
* Apps: use notifications
* Fix IRDA tests
* Cli: better var naming
* App notification: readable sources
Co-authored-by: Albert Kharisov <albert@flipperdevices.com>
Co-authored-by: あく <alleteam@gmail.com> | 2021-05-24 16:44:14 +03:00 |  | 
			
				
					| 
							
							
								 gornekich | 6d93f04f13 | [FL-1221] Hardware info CLI command #481 Co-authored-by: あく <alleteam@gmail.com> | 2021-05-21 12:57:52 +03:00 |  | 
			
				
					| 
							
							
								 あく | 6d648da003 | [FL-835] Factory reset. Cli refactoring.  (#466) * ApiHal: add boot flags. Internal storage: add factory reset.
* Bootloader: correct doxygen comment format.
* Cli: change cli callback signature. Applications: update API usage. Add factory_reset cli command. | 2021-05-18 16:57:39 +03:00 |  | 
			
				
					| 
							
							
								 gornekich | 5000424c42 | [FL-1239] CLI commands readable list #464 Co-authored-by: あく <alleteam@gmail.com> | 2021-05-18 12:30:04 +03:00 |  | 
			
				
					| 
							
							
								 あく | f7aeab7084 | [FL-1188] cli_print_version: fix garbage dereference and function signature | 2021-04-22 01:43:18 +03:00 |  | 
			
				
					| 
							
							
								 gornekich | eae9cb3514 | [FL-1107] OS CLI command for threads info listing (#405) * cli_commands: add os_info command for threads info listing
* cli_commands: add total and minimal heap size in os_info
* common-api: add task control block type
* cli: print thread allocated stack size
* CLI: convert free stack size to bytes in os_info command
Co-authored-by: あく <alleteam@gmail.com> | 2021-04-13 09:46:35 +03:00 |  | 
			
				
					| 
							
							
								 gornekich | f002f117fd | cli_commands: add cmd for gpio control in output mode (#378) | 2021-03-11 19:09:21 +03:00 |  | 
			
				
					| 
							
							
								 gornekich | 73e5379520 | [FL-936] CLI commands for vibro, led and display backlight support (#367) * api-hal: add api-hal-vibro
* cli: add vibro cli command
* cli: add cli commands for led and disp backlight | 2021-03-08 18:48:14 +03:00 |  | 
			
				
					| 
							
							
								 あく | 584c0962d8 | [FL-781] FURI, CLI, stdlib: stdout hooks, integration between subsystems, uniform printf usage (#311) * FURI stdglue: stdout hooks, local and global, ISR safe printf. Uniform newlines for terminal/debug output. Power: prevent sleep while core 2 has not started.
* Furi record, stdglue: check mutex allocation
* remove unused test
* Furi stdglue: buferized output, dynamically allocated state. Furi record: dynamically allocated state. Input dump: proper line ending. Hal VCP: dynamically allocated state.
* Interrupt manager: explicitly init list.
* Makefile: cleanup rules, fix broken dfu upload. F4: add compiler stack protection options.
* BLE: call debug uart callback on transmission complete
* FreeRTOS: add configUSE_NEWLIB_REENTRANT
* API HAL Timebase: fix issue with idle thread stack corruption caused by systick interrupt. BT: cleanup debug info output. FreeRTOS: disable reentry for newlib.
* F4: update stack protection CFLAGS to match used compiller
* F4: disable compiller stack protection because of incompatibility with current compiller
* Makefile: return openocd logs to gdb
* BLE: fixed pin, moar power, ble trace info.
* Prevent sleep when connection is active
* Makefile: return serial port to upload rule, add workaround for mac os
* Furi: prevent usage of stack for cmsis functions.
* F4: add missing includes, add debugger breakpoints
* Applications: per app stack size.
* Furi: honor kernel state in stdglue
* FreeRTOS: remove unused hooks
* Cleanup and format sources
Co-authored-by: DrZlo13 <who.just.the.doctor@gmail.com> | 2021-01-29 03:09:33 +03:00 |  | 
			
				
					| 
							
							
								 あく | 758e37e294 | Enable RTC for all platforms and add cli date command (#252) * F2: enable RTC. Cli: add date command. | 2020-11-23 16:26:19 +03:00 |  | 
			
				
					| 
							
							
								 あく | 3749eb0eed | USB VCP Cli (#237) * Core: ring buffer.
* Api: usb vcp. F3: vcp glue code.
* Applications: cli draft version.
* Cli: basic working version, includes help and version commands
* HAL: vcp on f2
* Makefile: update openocd conf
* F3: vcp rx with freertos stream
* Cli: help
* Cli: standard commands, api-hal-uid
* Power: cli poweroff. | 2020-11-16 13:16:34 +03:00 |  |