Jamie Smith
|
699437ecf9
|
Allow Mbed CE to be built as an Arduino core (#206)
* Various changes for Arduino core support
* Apply Arduino Mbed TLS patches
* Apply linker script patch, add missing CXX standard
* Fix SDBlockDevice compile error, fix "no rule to make mbed-target-config.h"
* Fix missing source file for RPi Pico
* Fix missing licenses
|
2024-01-13 10:01:45 -08:00 |
Jamie Smith
|
69d95b598a
|
Make DMA SPI driver aware of CPU cache, fix data corruption and other SPI issues on STM32H7 (#199)
* Handle cache alignment in DMA SPI driver
* Fix build on cache-less devices
* Fix a couple things I missed
* Run formatter, improve CacheAlignedBuffer docs
* Add missing license identifiers to source files
* Make CacheAlignedBuffer heap-allocatable, try and add exclusion for Nordic license in scancode_evaluate.py
* Formatting, docs, revert accidental change
* Update code blocks to pass spell checker
|
2023-12-19 10:21:47 -08:00 |
Jamie Smith
|
264dbe219f
|
SDBlockDevice: revert HW CS support, add async support (#181)
* SDBlockDevice: revert HW CS support, add async support
* Convert one last call
* Turn off debug mode, whoops
* Run formatter
|
2023-08-27 11:05:18 -07:00 |
Jamie Smith
|
0874f74ae9
|
Allow SDBlockDevice to use either HW or SW chip selects
|
2022-09-14 00:25:30 -07:00 |
pea-pod
|
507181d262
|
Change MBED_STATIC_ASSERTs version for built-in
|
2020-10-27 08:30:40 -05:00 |
Rajkumar Kanagaraj
|
bf58572c4d
|
Refactor storage COMPONENT_xx directory
|
2020-08-17 16:44:05 +01:00 |