Skip to content

Commit 445b6a8

Browse files
committed
1 parent b1a7f4a commit 445b6a8

File tree

6,309 files changed

+178276
-181513
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,309 files changed

+178276
-181513
lines changed

boot/bcm2708-rpi-0-w.dtb

6.14 KB
Binary file not shown.

boot/bcm2708-rpi-b-plus.dtb

6.12 KB
Binary file not shown.

boot/bcm2708-rpi-b.dtb

6.12 KB
Binary file not shown.

boot/bcm2708-rpi-cm.dtb

6.12 KB
Binary file not shown.

boot/bcm2709-rpi-2-b.dtb

6.15 KB
Binary file not shown.

boot/bcm2710-rpi-3-b.dtb

6.25 KB
Binary file not shown.

boot/bcm2710-rpi-cm3.dtb

6.22 KB
Binary file not shown.

boot/kernel.img

228 KB
Binary file not shown.

boot/kernel7.img

236 KB
Binary file not shown.

boot/overlays/README

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,17 @@ Params: gpio_pin Input pin number. Default is 18.
516516
ir-keytable), defaults to "rc-rc6-mce"
517517

518518

519+
Name: gpio-ir-tx
520+
Info: Use GPIO pin as bit-banged infrared transmitter output.
521+
This is an alternative to "pwm-ir-tx". gpio-ir-tx doesn't require
522+
a PWM so it can be used together with onboard analog audio.
523+
Load: dtoverlay=gpio-ir-tx,<param>=<val>
524+
Params: gpio_pin Output GPIO (default 18)
525+
526+
invert "1" = invert the output (make it active-low).
527+
Default is "0" (active-high).
528+
529+
519530
Name: gpio-key
520531
Info: This is a generic overlay for activating GPIO keypresses using
521532
the gpio-keys library and this dtoverlay. Multiple keys can be
@@ -797,6 +808,9 @@ Params: addr Set the address for the BME280, BMP280, TMP102,
797808
bmp280 Select the Bosch Sensortronic BMP280
798809
Valid addresses 0x76-0x77, default 0x76
799810

811+
hdc100x Select the Texas Instruments HDC100x temp sensor
812+
Valid addresses 0x40-0x43, default 0x40
813+
800814
htu21 Select the HTU21 temperature and humidity sensor
801815

802816
lm75 Select the Maxim LM75 temperature sensor
@@ -810,9 +824,6 @@ Params: addr Set the address for the BME280, BMP280, TMP102,
810824
tmp102 Select the Texas Instruments TMP102 temp sensor
811825
Valid addresses 0x48-0x4b, default 0x48
812826

813-
hdc100x Select the Texas Instruments HDC100x temp sensor
814-
Valid addresses 0x40-0x43, default 0x40
815-
816827
tsl4531 Select the AMS TSL4531 digital ambient light
817828
sensor
818829

@@ -1304,6 +1315,19 @@ Params: pin Output pin (default 18) - see table
13041315
clock PWM clock frequency (informational)
13051316

13061317

1318+
Name: pwm-ir-tx
1319+
Info: Use GPIO pin as pwm-assisted infrared transmitter output.
1320+
This is an alternative to "gpio-ir-tx". pwm-ir-tx makes use
1321+
of PWM0 to reduce the CPU load during transmission compared to
1322+
gpio-ir-tx which uses bit-banging.
1323+
Legal pin,function combinations are:
1324+
12,4(Alt0) 18,2(Alt5) 40,4(Alt0) 52,5(Alt1)
1325+
Load: dtoverlay=pwm-ir-tx,<param>=<val>
1326+
Params: gpio_pin Output GPIO (default 18)
1327+
1328+
func Pin function (default 2 = Alt5)
1329+
1330+
13071331
Name: qca7000
13081332
Info: I2SE's Evaluation Board for PLC Stamp micro
13091333
Load: dtoverlay=qca7000,<param>=<val>
@@ -1382,8 +1406,12 @@ Params: speed Display SPI bus speed
13821406

13831407
Name: rpi-ft5406
13841408
Info: Official Raspberry Pi display touchscreen
1385-
Load: dtoverlay=rpi-ft5406
1386-
Params: <None>
1409+
Load: dtoverlay=rpi-ft5406,<param>=<val>
1410+
Params: touchscreen-size-x Touchscreen X resolution (default 800)
1411+
touchscreen-size-y Touchscreen Y resolution (default 600);
1412+
touchscreen-inverted-x Invert touchscreen X coordinates (default 0);
1413+
touchscreen-inverted-y Invert touchscreen Y coordinates (default 0);
1414+
touchscreen-swapped-x-y Swap X and Y cordinates (default 0);
13871415

13881416

13891417
Name: rpi-proto

0 commit comments

Comments
 (0)