1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-23 12:22:08 +00:00
Atmosphere/libraries/libstratosphere/source
SciresM 166318ba77
sdmmc: implement driver suitable for fs + bootloader
* sdmmc: begin skeletoning sdmmc driver

* sdmmc: add most of SdHostStandardController

* sdmmc: implement most of SdmmcController

* sdmmc: Sdmmc2Controller

* sdmmc: skeleton implementation of Sdmmc1Controller

* sdmmc: complete abstract logic for Sdmmc1 power controller

* sdmmc: implement gpio handling for sdmmc1-register-control

* sdmmc: implement pinmux handling for sdmmc1-register-control

* sdmmc: fix building for arm32 and in stratosphere context

* sdmmc: implement voltage enable/set for sdmmc1-register-control

* util: move T(V)SNPrintf from kernel to util

* sdmmc: implement BaseDeviceAccessor

* sdmmc: implement MmcDeviceAccessor

* sdmmc: implement clock reset controller for register api

* sdmmc: fix bug in WaitWhileCommandInhibit, add mmc accessors

* exo: add sdmmc test program

* sdmmc: fix speed mode extension, add CheckMmcConnection for debug

* sdmmc: add DeviceDetector, gpio: implement client api

* gpio: modernize client api instead of doing it the lazy way

* sdmmc: SdCardDeviceAccessor impl

* sdmmc: update test program to read first two sectors of sd card

* sdmmc: fix vref sel

* sdmmc: finish outward-facing api (untested)

* ams: changes for libvapours including tegra register defs

* sdmmc: remove hwinit
2020-10-30 11:54:30 -07:00
..
ams docs/fatal error: update for 0.15.0 2020-10-26 16:00:34 -07:00
boot2 sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
capsrv sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
cfg Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
crypto
diag exo2: Initial work on the exosphere rewrite. 2020-06-14 22:07:45 -07:00
dmnt strat: fix inclusion/ordering for some c headers 2020-08-14 17:33:49 -07:00
erpt/srv erpt: fix attachment-in-save paths (closes #1124, #1145) 2020-09-23 19:49:20 -07:00
fs loader: improve verification terminology 2020-09-08 15:34:22 -07:00
fssrv sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
fssystem fs: fix retry bug in OpenContentStorageFileSystem 2020-07-20 13:18:48 -07:00
gpio sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
hid
hos ams: fix comment warn 2020-06-14 22:59:12 -07:00
kvdb Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
ldr
lmem
lr sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
map Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
mem Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
ncm ncm: safer access patterns for FirmwareVariationInfo 2020-07-10 11:49:44 -07:00
nim
os os: fix building with new svc defs 2020-07-10 11:57:40 -07:00
patcher ams: add -Wno-format-truncation to flags 2020-06-25 17:32:34 -07:00
pgl sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
pm
psc sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
result ams: avoid UB infinite loops 2020-08-13 17:28:29 -07:00
settings sysupdater: implement (untested) rest of the api 2020-06-28 01:46:51 -07:00
sf sm: fix deadlock semantics surrounding mitm installation 2020-09-07 10:40:57 -07:00
sm sm: fix deadlock semantics surrounding mitm installation 2020-09-07 10:40:57 -07:00
spl ams: expose reboot payload for kernel panic 2020-09-18 00:43:55 -07:00
time
updater Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
util Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
service_guard.h strat: fix inclusion/ordering for some c headers 2020-08-14 17:33:49 -07:00