1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 21:21:48 +00:00
Atmosphere/libraries/libstratosphere/include/stratosphere
2021-02-02 11:41:49 -08:00
..
ams dns.mitm: parse redirections from hosts file 2021-02-02 11:41:49 -08:00
boot2
cal boot: refactor battery checking to use new powctl apis 2020-11-14 03:37:51 -08:00
capsrv
cfg ldr/hbl: support address space width overrides 2020-11-20 16:57:07 -08:00
clkrst boot: add rgltr/clkrst overrides, skel I2cBusAccessor 2020-11-14 03:37:51 -08:00
dd dd: fix include, note gcc-11 TODO 2021-01-27 23:41:35 -08:00
ddsf powctl: implement client api (needs board-specific impl) 2020-11-14 03:37:51 -08:00
dmnt
erpt libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
err err: fix narrowing conversion 2020-12-03 12:53:20 -08:00
fatal libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
fs ams: use util::SNPrintf over std:: (size/linker improvements) 2021-01-12 02:59:41 -08:00
fssrv ams_mitm: update for new sf semantics 2021-01-20 23:39:31 -08:00
fssystem fs: update + consolidate path normalization logic 2020-12-06 19:56:45 -08:00
gpio libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
hid
hos fusee: update for 11.0.1 2020-12-11 03:06:17 -08:00
i2c libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
kvdb ams: use util::SNPrintf over std:: (size/linker improvements) 2021-01-12 02:59:41 -08:00
ldr ro: update for new sf semantics 2021-01-20 23:39:31 -08:00
lmem
lr libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
map
mem
ncm ncm: update for new sf semantics 2021-01-20 23:39:31 -08:00
nim
ns/impl libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
nsd dns.mitm: support % in hosts file as stand-in for environment identifier 2021-02-02 11:41:49 -08:00
os os: implement 11.x SdkReplyAndReceive 2021-01-12 18:18:39 -08:00
patcher
pcv pwm: implement driver for boot sysmodule 2020-11-14 03:37:51 -08:00
pgl util::string_view, update pgl for new sf semantics 2021-01-20 23:39:31 -08:00
pinmux pinmux: implement updated initial config api 2020-11-14 03:37:51 -08:00
pm ro: update for new sf semantics 2021-01-20 23:39:31 -08:00
powctl powctl: implement full bq24193 driver 2020-11-14 03:37:51 -08:00
psc libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
pwm libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
regulator i2c: implement BusAccessor except Send/Receive/WriteHeader 2020-11-14 03:37:51 -08:00
ro libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
settings sysupdater: implement (untested) rest of the api 2020-06-28 01:46:51 -07:00
sf ams_mitm: update for new sf semantics 2021-01-20 23:39:31 -08:00
sm libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
socket dns.mitm: add GetAddrInfo redir, AtmosphereReloadHostsFile, debug logging control 2021-02-02 11:41:49 -08:00
spl libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
svc loader: correct GetCapabilityId allowal 2020-12-17 04:10:25 -08:00
time
updater
util
vi
wec wec: implement wec driver components for boot sysmodule 2020-11-14 03:37:51 -08:00
ams.hpp
boot2.hpp
cal.hpp boot: refactor battery checking to use new powctl apis 2020-11-14 03:37:51 -08:00
capsrv.hpp
cfg.hpp
clkrst.hpp boot: add rgltr/clkrst overrides, skel I2cBusAccessor 2020-11-14 03:37:51 -08:00
dd.hpp dd: implement DeviceAddressSpaceType api 2020-11-14 03:37:51 -08:00
ddsf.hpp ddsf: implement namespace 2020-11-14 03:37:51 -08:00
dmnt.hpp
erpt.hpp
err.hpp
fatal.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
fs.hpp fs: add ProgramIndexMapInfo 2020-12-07 01:03:39 -08:00
fssrv.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
fssystem.hpp fs: update + consolidate path normalization logic 2020-12-06 19:56:45 -08:00
gpio.hpp gpio: implement more of server library for boot sysmodule client usage 2020-11-14 03:37:51 -08:00
hid.hpp
hos.hpp
i2c.hpp i2c: add register acccessor helpers 2020-11-14 03:37:51 -08:00
kvdb.hpp
ldr.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
lmem.hpp
lr.hpp
map.hpp
mem.hpp
ncm.hpp
nim.hpp
ns.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
nsd.hpp dns.mitm: support % in hosts file as stand-in for environment identifier 2021-02-02 11:41:49 -08:00
os.hpp os: implement 11.x SdkReplyAndReceive 2021-01-12 18:18:39 -08:00
patcher.hpp
pcv.hpp pwm: implement driver for boot sysmodule 2020-11-14 03:37:51 -08:00
pgl.hpp
pinmux.hpp pinmux: implement updated initial config api 2020-11-14 03:37:51 -08:00
pm.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
powctl.hpp boot: refactor battery checking to use new powctl apis 2020-11-14 03:37:51 -08:00
psc.hpp
pwm.hpp pwm: implement driver for boot sysmodule 2020-11-14 03:37:51 -08:00
regulator.hpp boot: add rgltr/clkrst overrides, skel I2cBusAccessor 2020-11-14 03:37:51 -08:00
ro.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
settings.hpp sysupdater: implement (untested) rest of the api 2020-06-28 01:46:51 -07:00
sf.hpp libstrat: convert to experimental new (super-accurate) sf allocation semantics 2021-01-20 23:39:31 -08:00
sm.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
socket.hpp dns.mitm: add GetAddrInfo redir, AtmosphereReloadHostsFile, debug logging control 2021-02-02 11:41:49 -08:00
spl.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
time.hpp
updater.hpp
util.hpp
vi.hpp
wec.hpp gpio: add (most of) driver framework for boot sysmodule usage 2020-11-14 03:37:51 -08:00