- Feb 24, 2022
-
-
Point to the reference of the submodule that fixes the SPI example by introducing manual chip selection. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The `MBED_ASSERT(condition)` had been replaced with a `if (condition) { error() }` instead of `if (!condition) { error() }`. This caused setting the pin function for connected pins to always fail. The present commit corrects the condition to fail if attempting to set the function for an unconnected pin (NC). Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The polarity and phase were not set correctly Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
No retarget for printf has been implemented. This commit replaces the call to printf with a call to print a trace. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The stack space is increased from 0x400 to 0x1000 as it was too small and was causing memory corruption when running the SPI FPGA CI test shield Greentea test. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
* Add native SPI PL022 driver * Implement the MCU-Driver-HAL SPI API * Add support for SPI example * Add support for SPI Test shield example Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Signed-off-by:
George Psimenos <georgios.psimenos@arm.com>
-
Signed-off-by:
George Psimenos <georgios.psimenos@arm.com>
-
Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Match the pin names with the enum identifier used for the pins. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The function has been implement so it can be used by peripherals to set pins on a shield. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
Adds build instructions to generate artefacts for the Greentea test that exercise the serial interface with the FPGA CI test shield. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
* Add MCU-Driver-HAL flash implementation * Enable MCU-Driver-HAL flash example * Add support for flash Greentea test Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
The files moved (PeripheralNames.h, PinNames.h and objects.h) were previously in TARGET_AN547_MPS3. Signed-off-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com>
-
gpio_irq requires to be able to trigger on both rising and falling edges but the CS-300 AHB GPIO is only able to trigger on either but not both. A workaround could be to invert the sensibility in the handler but this would induce latency and complexity in the driver that are not required for the time being. Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
set custom pinmap fix PinNames add relevant missing methods, fields and defines. enable required configuration Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Add information about programming a custom application to the board so it retains it between reboots. Signed-off-by:
Hugues Kamba <hugues.kamba@arm.com>
-
Accept @hugueskamba suggestion. Co-authored-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com> Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Apply suggestions from code review. Co-authored-by:
Hugues Kamba-Mpiana <hugues.kambampiana@arm.com> Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
- Feb 16, 2022
-
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Hugues Kamba <hugues.kamba@arm.com>
-
Signed-off-by:
Hugues Kamba <hugues.kamba@arm.com>
-
* Sanity checked and completed existing MCU-Driver-HAL serial implementation * Formatted coding style of serial driver implementation * Enable MCU-Driver-HAL serial example * Add support for Greentea echo test * Add Python script to build and run Greentea test * Increase the speed of the serial interface for Greentea test Signed-off-by:
Hugues Kamba <hugues.kamba@arm.com>
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Wilfried Chauveau <wilfried.chauveau@arm.com>
-
Signed-off-by:
Hugues Kamba <hugues.kamba@arm.com>
-