Re: [PATCH 1/2] arm/beagle: SPI driver

2019-02-26 Thread pierre-louis garnier
pi.c b/bsps/arm/beagle/spi/spi.c index 38c0a503e0..0ad152a06e 100644 --- a/bsps/arm/beagle/spi/spi.c +++ b/bsps/arm/beagle/spi/spi.c @@ -9,11 +9,30 @@ */ /* - * Copyright (c) 2018 Pierre-Louis Garnier mailto:garni...@epita.fr>> + * SPDX-License-Identifier: BSD-2-Clause * - * The license and d

[PATCH 2/2] arm/beagle: Fix sdcard.sh tool

2019-02-25 Thread Pierre-Louis Garnier
--- bsps/arm/beagle/simscripts/sdcard.sh | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/bsps/arm/beagle/simscripts/sdcard.sh b/bsps/arm/beagle/simscripts/sdcard.sh index 83e3807cc7..13371efa0e 100644 --- a/bsps/arm/beagle/simscripts/sdcard.sh +++ b/bsps/arm/b

[PATCH 1/2] arm/beagle: SPI driver

2019-02-25 Thread Pierre-Louis Garnier
v/null +++ b/bsps/arm/beagle/include/bsp/spi.h @@ -0,0 +1,144 @@ +/** + * @file + * + * @ingroup arm_beagle + * + * @brief SPI support API. + * + * Based on bsps/m68k/gen68360/spi/m360_spi.h + */ + +/* + * Copyright (c) 2018 Pierre-Louis Garnier + * + * The license and distribution terms for this file

BeagleBone Black SPI support

2019-02-25 Thread Pierre-Louis Garnier
Hello, As part of a school project I wrote an SPI driver for the BBB. Following mails contain a patch for it, and one to fix the sdcard.sh utility. -- Pierre-Louis Garnier ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo