Skip to content
Snippets Groups Projects
bcm27xx-bcm2708 256 B
Newer Older
  • Learn to ignore specific revisions
  • include 'bcm27xx.inc'
    
    device('raspberrypi-model-b', 'rpi', {
    
    	manifest_aliases = {
    
    		'raspberrypi-model-b-plus',
    		'raspberrypi-model-b-rev2',
    
    		-- from Gluon 2019.1 and older
    
    		'raspberry-pi-model-b-rev-2',
    		'raspberry-pi-model-b-plus-rev-1.2',
    	},
    })