1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-10 14:11:43 +00:00
Atmosphere/libraries/libvapours/include/vapours
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 ams: bump version to 0.15.0 (release slated for post-crown-tundra) 2020-10-15 09:41:49 -07:00
crypto exo2: Implement (untested) SmcDecryptDeviceUniqueData 2020-06-14 22:07:45 -07:00
dd sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
results sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
sdmmc sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
svc kern: expose mesosphere meta over GetInfo instead of GetSystemInfo 2020-09-07 10:43:35 -07:00
tegra sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
util sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
allocator.hpp fssystem: Implement PartitionFileSystemCore (#856) 2020-03-27 03:40:52 -07:00
ams_version.h find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
assert.hpp exo: build with -Wextra 2020-08-17 14:39:18 -07:00
common.hpp ams: revamp assertion system 2020-02-22 23:05:14 -08:00
crypto.hpp exo2: Implement (untested) SmcDecryptDeviceUniqueData 2020-06-14 22:07:45 -07:00
dd.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
defines.hpp kern: build with -Wextra 2020-08-17 14:20:24 -07:00
device_code.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
includes.hpp fs: implement AccessLog, enable for File operations 2020-07-02 14:02:50 -07:00
literals.hpp exo2: Initial work on the exosphere rewrite. 2020-06-14 22:07:45 -07:00
reg.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
results.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
sdmmc.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
span.hpp Switch atmosphere's build target to C++20. (#952) 2020-05-11 15:02:10 -07:00
svc.hpp kern: add version bounds checking 2020-08-18 15:17:40 -07:00
tegra.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00
timespan.hpp kern: build with -Wextra 2020-08-17 14:20:24 -07:00
types.hpp exo2: Initial work on the exosphere rewrite. 2020-06-14 22:07:45 -07:00
util.hpp sdmmc: implement driver suitable for fs + bootloader 2020-10-30 11:54:30 -07:00