| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-01 | fix: Makefilemaster | Robert Nelson | |
| Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2021-04-01 | cleanup: we have not supported 3.8 in a long time, nuke these old ↵ | Robert Nelson | |
| part-number/version/exclusive-use as they are not used for ever Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2021-03-30 | Added overlay of SSD1306 on I2C1 | Thales Silva | |
| 2021-03-17 | Makefile/gcc: dont force gcc | Robert Nelson | |
| fixes: https://github.com/RobertCNelson/bb.org-overlays/issues/41 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2021-02-25 | BB-SPIDEV* document ti,pindir-d0-out-d1-in option | Robert Nelson | |
| Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2020-12-21 | enable second LTC2947 on SPI1 CS=P9.42 | M Jordan Stanway | |
| 2020-12-21 | add draft dts for LTC2947 on SPI1 | M J Stanway | |
| - use BB-SPIDEV1-00A0.dts as template - revise according to examples on the [Analog Devices wiki][1] [1]: https://wiki.analog.com/resources/tools-software/linux-drivers/hwmon/ltc2947#example_i2c_spi_device_initialization | |||
| 2020-11-19 | BB-BONE-WL1835MOD-00A0: drop kim/btwilink use bluetooth option from v4.14.x+ | Robert Nelson | |
| Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2020-11-19 | For CircuitCo WL1835MOD cape | Ren Waldura | |
| For CircuitCo WL1835MOD cape, see https://github.com/CircuitCo/WL1835MOD This file was adapted from am335x-boneblack-wl1835mod-cape.dtsi found at e.g. https://github.com/beagleboard/linux/blob/4.1/arch/arm/boot/dts/am335x-boneblack-wl1835mod-cape.dtsi | |||
| 2020-11-04 | Added 1.8" LCD Adafruit on SPI0 | Mark A. Yoder | |
| 2020-11-04 | Added code to configure pins P9_25 (reset) and P9_27 (dc). | Mark A. Yoder | |
| 2020-11-04 | Moved dc and reset to be closer to the SPI1 pins | Mark A. Yoder | |
| 2020-11-04 | Switched from 0x190 to BONE_P9_31 | Mark A. Yoder | |
| 2020-11-04 | Configures P9_19 and P9_20 as gpio since you can't be sure that's how they ↵ | Mark A. Yoder | |
| are set. | |||
| 2020-11-03 | Switched from 0x190 to BONE_P9_31 | Mark A. Yoder | |
| 2020-10-26 | dtc_overlay.sh: use https vs git | Robert Nelson | |
| fixes: https://github.com/RobertCNelson/bb.org-overlays/issues/39 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2020-10-21 | mikrobus: Add Overlays for mikroBUS Cape Ports | Vaishnav M A | |
| Tested on BeagleBone Black Wireless with the mikroBUS cape and miikroBUS driver latest patch(serdev) and should work perfectly with the previous/v2 patch as well.Original Pull request submission: https://github.com/beagleboard/bb.org-overlays/pull/200 was closed accidentally. Changes from original PR: - @RobertCNelson 's suggested fix to split all spi1 pins to a common pinmux same for all the overlays(port 1,2,4)- tested with SPI clicks on the ports. - rename mikrobus alias from 0-indexed to 1-indexed so that it appears same as that in the mikrobus cape Signed-off-by: Vaishnav M A <vaishnav@beagleboard.org> | |||
| 2020-10-21 | Add: overlay of cc2520 cape on SPI0 | turmary | |
| 2020-10-21 | Update MIKROBUS PB Overlays | Vaishnav M A | |
| add force-empty-serdev-controller field, this is necessary to create an empty serdev controller(when there is no serdev child nodes defined in DT). Signed-off-by: Vaishnav M A <vaishnav@beagleboard.org> | |||
| 2020-10-02 | Added 2.4" LCD | Mark A. Yoder | |
| 2020-09-15 | Merge pull request #202 from lorforlinux/BBAI_configpin | Jason Kridner | |
| Fix config-pin for BBAI | |||
| 2020-09-15 | Add run time conditional block | Deepak Khatri | |
| Removed compile time conditional block in favour od run-time code! | |||
| 2020-09-15 | Fix config-pin for BBAI | Deepak Khatri | |
| A conditional block has been added to detect the board type. The conditional block depends on macro created in the compatibility layer code. | |||
| 2020-08-14 | Add overlays for PB mikroBUS ports | vaishnav98 | |
| 2020-08-05 | Added eqep2 for PB | Giulio Moro | |
| 2020-08-05 | Overlays to change the function of USB ports on PB | Giulio Moro | |
| 2020-08-05 | EEPROM overlay | Giulio Moro | |
| 2020-08-04 | Allow users to cross build config-pin | Robert Nelson | |
| fixes: https://github.com/beagleboard/bb.org-overlays/issues/196 Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2020-07-22 | Add PB dmtimer overlays | Darren Schachter | |
| 2020-07-09 | Remove the rest of string parsing out of subprocesses | Darren Schachter | |
| 2020-07-09 | Move some string parsing out of subprocesses | Darren Schachter | |
| 2020-07-09 | Make minor formatting changes | Darren Schachter | |
| 2020-07-09 | Allow flexible with in/out mode naming | Darren Schachter | |
| 2020-07-09 | Improve memory management | Darren Schachter | |
| 2020-07-09 | Make code more secure (prevent OS injection) | Darren Schachter | |
| 2020-07-09 | Add direction functionality (for in/out modes) | Darren Schachter | |
| 2020-07-09 | Resolve in/out modes to gpio | Darren Schachter | |
| 2020-07-09 | Add error handling to GetGpio | Darren Schachter | |
| 2020-07-09 | Implement GetGpio function | Darren Schachter | |
| 2020-07-01 | Added Overlay for CTAG Face 2|4 on BBAI and refactored Overlay for BBB | NiklasWan | |
| 2020-06-04 | add BBB Servo cape overlay | lorforlinux | |
| 2020-06-02 | add BBAI LDC4 cape overlay | lorforlinux | |
| 2020-05-28 | BBB Load Cape overlay | lorforlinux | |
| 2020-05-27 | add BBBAI Relay Cape overlay | lorforlinux | |
| 2020-05-26 | add BBBAI Motor Cape overlay | lorforlinux | |
| 2020-05-26 | remove unnecessary code | lorforlinux | |
| 2020-05-26 | fix BBAI_BBORG_COMMS-00A2.dts | lorforlinux | |
| 2020-05-26 | add BBBAI comms cape overlay | lorforlinux | |
| 2020-05-20 | fix: BB-P9_27-LED-00A0.dts | Robert Nelson | |
| Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
| 2020-05-20 | gpio: add P9_27 led example | Robert Nelson | |
| Signed-off-by: Robert Nelson <robertcnelson@gmail.com> | |||
