1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-13 07:26:45 +00:00
Atmosphere/libraries/libstratosphere/include/stratosphere
2021-01-12 18:18:39 -08:00
..
ams exo: implement start of mariko fatal handler 2020-11-18 15:08:44 -08:00
boot2
cal boot: refactor battery checking to use new powctl apis 2020-11-14 03:37:51 -08:00
capsrv
cfg
clkrst boot: add rgltr/clkrst overrides, skel I2cBusAccessor 2020-11-14 03:37:51 -08:00
dd dd: implement DeviceAddressSpaceType api 2020-11-14 03:37:51 -08:00
ddsf powctl: implement client api (needs board-specific impl) 2020-11-14 03:37:51 -08:00
dmnt
erpt erpt: update for 11.0.0 (closes #1218) 2020-12-03 11:13:35 -08:00
err
fatal sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
fs ams: use util::SNPrintf over std:: (size/linker improvements) 2021-01-12 02:59:41 -08:00
fssrv
fssystem fs: update + consolidate path normalization logic 2020-12-06 19:56:45 -08:00
gpio strat: fix board namespacing for nintendo::nx 2020-12-29 12:30:43 -08:00
hid
hos
i2c strat: fix board namespacing for nintendo::nx 2020-12-29 12:30:43 -08:00
kvdb ams: use util::SNPrintf over std:: (size/linker improvements) 2021-01-12 02:59:41 -08:00
ldr
lmem os: refactor/rewrite entire namespace. 2020-04-08 02:21:35 -07:00
lr sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
map
mem
ncm fs: move file storage to common 2020-12-05 03:31:12 -08:00
nim NCM client implementation (#858) 2020-04-03 22:40:46 -07:00
ns/impl
os os: implement 11.x SdkReplyAndReceive 2021-01-12 18:18:39 -08:00
patcher
pcv
pgl loader: update for 11.0.0 (anti-dg + set program args abi) 2020-12-02 06:43:37 -08:00
pinmux
pm
powctl powctl: implement full bq24193 driver 2020-11-14 03:37:51 -08:00
psc
pwm strat: fix board namespacing for nintendo::nx 2020-12-29 12:30:43 -08:00
regulator
ro ro: rename ModuleType to reflect reality 2020-09-08 15:05:15 -07:00
settings
sf sf: alter serialization to re-use as much logic as possible 2021-01-12 02:21:33 -08:00
sm sm: implement UserService::DetachClient 2020-12-02 06:43:37 -08:00
spl
svc loader: correct GetCapabilityId allowal 2020-12-17 04:10:25 -08:00
time erpt: reimplement the sysmodule (#875) 2020-04-13 17:07:37 -07:00
updater updater: improve api 2020-03-30 20:39:56 -07:00
util ams: finish stdio -> fs bindings for stratosphere 2020-03-09 03:58:02 -07:00
vi
wec
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 find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
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 find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
erpt.hpp erpt: reimplement the sysmodule (#875) 2020-04-13 17:07:37 -07:00
err.hpp
fatal.hpp
fs.hpp fs: add ProgramIndexMapInfo 2020-12-07 01:03:39 -08:00
fssrv.hpp
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 find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
hos.hpp hos: change initialization API 2020-04-16 22:57:01 -07:00
i2c.hpp i2c: add register acccessor helpers 2020-11-14 03:37:51 -08:00
kvdb.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
ldr.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
lmem.hpp lmem: Implement UnitHeap, ExpHeap (#823) 2020-02-24 19:44:27 -08:00
lr.hpp
map.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
mem.hpp
ncm.hpp
nim.hpp nim: add DestroySystemUpdateTask/ListSystemUpdateTask (#863) 2020-03-31 12:50:55 -07:00
ns.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
os.hpp
patcher.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 2020-01-24 02:10:40 -08:00
pcv.hpp pwm: implement driver for boot sysmodule 2020-11-14 03:37:51 -08:00
pgl.hpp pgl: Reimplement the pgl sysmodule (#896) 2020-04-16 19:55:47 -07:00
pinmux.hpp
pm.hpp
powctl.hpp
psc.hpp erpt: reimplement the sysmodule (#875) 2020-04-13 17:07:37 -07:00
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 sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
sm.hpp
spl.hpp sf: Change interface definition methodology (#1074) 2020-07-07 17:07:23 -07:00
time.hpp erpt: reimplement the sysmodule (#875) 2020-04-13 17:07:37 -07:00
updater.hpp
util.hpp util: add uuid 2020-02-24 20:14:48 -08:00
vi.hpp
wec.hpp gpio: add (most of) driver framework for boot sysmodule usage 2020-11-14 03:37:51 -08:00