Remove arm_atsam platform (#24337)
				
					
				
			This commit is contained in:
		
							parent
							
								
									096aca63c5
								
							
						
					
					
						commit
						3bd303f204
					
				
					 215 changed files with 3 additions and 73516 deletions
				
			
		| 
						 | 
				
			
			@ -75,10 +75,6 @@ You can also use any ARM chip with USB that [ChibiOS](https://www.chibios.org) s
 | 
			
		|||
 | 
			
		||||
For a detailed overview about the RP2040 support by QMK see the [dedicated RP2040 page](platformdev_rp2040).
 | 
			
		||||
 | 
			
		||||
## Atmel ATSAM
 | 
			
		||||
 | 
			
		||||
There is limited support for one of Atmel's ATSAM microcontrollers, that being the [ATSAMD51J18A](https://www.microchip.com/wwwproducts/en/ATSAMD51J18A) used by the [Massdrop keyboards](https://github.com/qmk/qmk_firmware/tree/master/keyboards/massdrop). However, it is not recommended to design a board with this microcontroller as the support is quite specialized to Massdrop hardware.
 | 
			
		||||
 | 
			
		||||
## RISC-V
 | 
			
		||||
 | 
			
		||||
### GigaDevice
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@ The following macros provide basic control of GPIOs and are found in `platforms/
 | 
			
		|||
|`gpio_set_pin_input_low(pin)`        |Set pin as input with builtin pull-down resistor (unavailable on AVR)|
 | 
			
		||||
|`gpio_set_pin_output(pin)`           |Set pin as output (alias of `gpio_set_pin_output_push_pull`)         |
 | 
			
		||||
|`gpio_set_pin_output_push_pull(pin)` |Set pin as output, push/pull mode                                    |
 | 
			
		||||
|`gpio_set_pin_output_open_drain(pin)`|Set pin as output, open-drain mode (unavailable on AVR and ATSAM)    |
 | 
			
		||||
|`gpio_set_pin_output_open_drain(pin)`|Set pin as output, open-drain mode (unavailable on AVR)              |
 | 
			
		||||
|`gpio_write_pin_high(pin)`           |Set pin level as high, assuming it is an output                      |
 | 
			
		||||
|`gpio_write_pin_low(pin)`            |Set pin level as low, assuming it is an output                       |
 | 
			
		||||
|`gpio_write_pin(pin, level)`         |Set pin level, assuming it is an output                              |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue