Updated wiki pages to use lfs objects (#58)
- Added stm32f4 hal and ll drivers pdf - Removed all the lfs objects to the old wiki - Removed lfs gitattribute garbage Signed-off-by: Henry Pauli <henry@mixict.nl> Co-authored-by: Henry Paulissen <henry@mixict.nl>
This commit is contained in:
		
							parent
							
								
									bcdd5ddd91
								
							
						
					
					
						commit
						134a6e5b5f
					
				| @ -1,6 +1,6 @@ | ||||
| # Flipper Zero Firmware community repo | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| Welcome to [Flipper Zero](https://flipperzero.one/zero)'s Firmware repo! Our goal is to create nice and clean code along with good documentation, to make it a pleasure for everyone to work with. This repo will become completely public closer to the device shipping date.  | ||||
| 
 | ||||
|  | ||||
| @ -9,7 +9,7 @@ CC1101 is well known universal transceiver designed for low-power wireless appli | ||||
| 
 | ||||
| User should be able to detect which frequency used in specific device. For example detect if unknown remote transmit on 433MHz or 868MHz | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| ## Signal Analyzer | ||||
| 
 | ||||
|  | ||||
| @ -3,7 +3,7 @@ Flipper Zero has a built-in 1-Wire pad to read iButton (DS1990A) keys, also know | ||||
| * **Reading & Writing & Emulating** | ||||
| * **Protocol detection**: юзер может определить тип ключа поднося ключ к флипперу и тип считывателя поднося флиппер к домофону (цифрал, даллас и т.д.) | ||||
| 
 | ||||
| <img width="300" src="https://github.com/Flipper-Zero/wiki/raw/master/images/ibutton/P1020756.jpg" /> | ||||
| <img width="300" src="https://github.com/Flipper-Zero/flipperzero-firmware-community/raw/master/wiki_static/ibutton/P1020756.jpg" /> | ||||
| 
 | ||||
| ## Reading | ||||
| `iButton(1-Wire) -> Reading` | ||||
| @ -11,7 +11,7 @@ Flipper Zero has a built-in 1-Wire pad to read iButton (DS1990A) keys, also know | ||||
| Flipper will wait for iButton tag.  While waiting red LED is blinking.   | ||||
| Lean tag on iButton reader in the back side of Flipper Zero: | ||||
| 
 | ||||
| <img width="300" src="https://github.com/Flipper-Zero/wiki/raw/master/images/ibutton/read1.jpeg" /> | ||||
| <img width="300" src="https://github.com/Flipper-Zero/flipperzero-firmware-community/raw/master/wiki_static/ibutton/read1.jpeg" /> | ||||
| 
 | ||||
| # UI | ||||
| 
 | ||||
|  | ||||
| @ -61,7 +61,7 @@ unlock value mutex works as `furi_wrte` but unlock global mutex. | ||||
| # Usage example | ||||
| _Diagram below describes furi states_ | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| * After start, init code run some applications: in this example there is status bar, a background task and Home screen | ||||
| * Status bar open access to framebuffer by opening "/ui/fb" FURI record | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| _Overview of Flipper firmware architecture:_ | ||||
| 
 | ||||
|  | ||||
|  | ||||
| 
 | ||||
| # Project structure | ||||
| 
 | ||||
| @ -34,7 +34,7 @@ _Overview of Flipper firmware architecture:_ | ||||
| 
 | ||||
| # HAL | ||||
| 
 | ||||
| We use STM32 HAL/LL. Description available here: [dm00105879.pdf](https://github.com/Flipper-Zero/wiki/raw/master/dm00105879-description-of-stm32f4-hal-and-ll-drivers-stmicroelectronics.pdf) | ||||
| We use STM32 HAL/LL. Description available here: [dm00105879.pdf](https://github.com/Flipper-Zero/flipperzero-firmware-community/raw/master/wiki_static/dm00105879-description-of-stm32f4-hal-and-ll-drivers-stmicroelectronics.pdf) | ||||
| 
 | ||||
| ## Flipper HAL | ||||
| 
 | ||||
|  | ||||
| @ -17,4 +17,4 @@ | ||||
| 
 | ||||
| after many experiments we found good schematic solution for work with RFID and auxiliary follow iButton level (for non-TTL protocol like Cyphral) | ||||
| 
 | ||||
|  | ||||
|  | ||||
|  | ||||
| @ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:5a2f94c209ba82437a15972e329a1362586cfb51f77f1189c3cd9aed47204702 | ||||
| size 8740004 | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Henry
						Henry