Atmosphere / libraries / libstratosphere / include / stratosphere /
@Michael Scire Michael Scire authored on 16 Sep 2021
SciresM committed on 19 Sep 2021
..
ams erpt: skeleton sprofile apis 4 years ago
boot2 find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
cal boot: refactor battery checking to use new powctl apis 5 years ago
capsrv cs: implement TakeScreenShot command 5 years ago
cfg boot2: clean up pre-0.19.0 ams contents on upgrade 5 years ago
clkrst boot: add rgltr/clkrst overrides, skel I2cBusAccessor 5 years ago
cs cs: implement TakeScreenShot command 5 years ago
dd ams: assume gcc 11 5 years ago
ddsf ams: prefer construct_at/destroy_at over placement new/explicit destructor 5 years ago
diag LogManager: implement system module, client api, logging api (#1617) 4 years ago
dmnt Switch atmosphere's build target to C++20. (#952) 6 years ago
erpt erpt: skeleton sprofile apis 4 years ago
err erpt: implement forced shutdown detection 5 years ago
fatal libstrat: convert to experimental new (super-accurate) sf allocation semantics 5 years ago
fs ams: std::optional -> util::optional 5 years ago
fssrv ams: std::optional -> util::optional 5 years ago
fssystem ams: std::optional -> util::optional 5 years ago
gpio libstrat: convert to experimental new (super-accurate) sf allocation semantics 5 years ago
hid find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
hos fusee/exo: update for recognition of 13.0.0 4 years ago
htc scs: implement EventHandlerThread for shell 5 years ago
htcfs htc: add htcfs server/service object skeletons 5 years ago
htclow htclow: fix ordering of channels, uninitialized bug in service json parse 5 years ago
htcs htcs: implement virtual socket collection 5 years ago
i2c i2c: add aula pmic device code 5 years ago
kvdb ams: std::optional -> util::optional 5 years ago
ldr ro: update for new sf semantics 5 years ago
lm LogManager: implement system module, client api, logging api (#1617) 4 years ago
lmem os: refactor/rewrite entire namespace. 6 years ago
lr libstrat: convert to experimental new (super-accurate) sf allocation semantics 5 years ago
map ams: revamp assertion system 6 years ago
mem Switch atmosphere's build target to C++20. (#952) 6 years ago
ncm fix dmnt.gen2 title id (not sure how I typo'd this) 5 years ago
nim NCM client implementation (#858) 6 years ago
ns/ impl libstrat: convert to experimental new (super-accurate) sf allocation semantics 5 years ago
nsd dns.mitm: support % in hosts file as stand-in for environment identifier 5 years ago
os osdbg: implement thread info api 5 years ago
osdbg osdbg: implement thread info api 5 years ago
patcher loader: refactor to use fs bindings 6 years ago
pcv pwm: implement driver for boot sysmodule 5 years ago
pgl cs: fix allocator aborts 5 years ago
pinmux pinmux: implement updated initial config api 5 years ago
pm scs: implement EventHandlerThread for shell 5 years ago
powctl ams: remove TYPED_STORAGE() macro in favor of template 5 years ago
psc LogManager: implement system module, client api, logging api (#1617) 4 years ago
pwm libstrat: convert to experimental new (super-accurate) sf allocation semantics 5 years ago
rapidjson rapidjson: import -master as ams::rapidjson 5 years ago
regulator i2c: implement BusAccessor except Send/Receive/WriteHeader 5 years ago
ro LogManager: implement system module, client api, logging api (#1617) 4 years ago
rocrt LogManager: implement system module, client api, logging api (#1617) 4 years ago
scs cs: fix launching of tio server 5 years ago
settings htc: implement (fixing linker errors) through HtclowManagerImpl::OpenDriver 5 years ago
sf sf/tipc: treat min/max as true min/max, rather than numeric 5 years ago
sm strat: no longer materially constrained by sm session limit 5 years ago
socket socket: fix config size calculations 5 years ago
spl exo/daybreak: advertise (and check against) supported hos version 5 years ago
sprofile erpt: skeleton sprofile apis 4 years ago
svc loader: correct GetCapabilityId allowal 5 years ago
time LogManager: implement system module, client api, logging api (#1617) 4 years ago
tipc sf/tipc: treat min/max as true min/max, rather than numeric 5 years ago
tma htcs: hook manager up to (unimplemented) manager impl 5 years ago
updater updater: improve api 6 years ago
usb usb: fix wrong command id for AppendConfigurationData 5 years ago
util LogManager: implement system module, client api, logging api (#1617) 4 years ago
vi creport: Try to take screenshot of application crashes on 9.x+ 6 years ago
wec wec: implement wec driver components for boot sysmodule 5 years ago
ams.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
boot2.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
cal.hpp boot: refactor battery checking to use new powctl apis 5 years ago
capsrv.hpp creport: Try to take screenshot of application crashes on 9.x+ 6 years ago
cfg.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
clkrst.hpp boot: add rgltr/clkrst overrides, skel I2cBusAccessor 5 years ago
cs.hpp [tma2] [Ongoing] Continue implementing modules for tma2. (#1388) 5 years ago
dd.hpp dd: implement DeviceAddressSpaceType api 5 years ago
ddsf.hpp ddsf: implement namespace 5 years ago
diag.hpp LogManager: implement system module, client api, logging api (#1617) 4 years ago
dmnt.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
erpt.hpp erpt: reimplement the sysmodule (#875) 6 years ago
err.hpp erpt: implement forced shutdown detection 5 years ago
fatal.hpp sf: Change interface definition methodology (#1074) 6 years ago
fs.hpp tio: implement SdCardObserver (finishes sysmodule) 5 years ago
fssrv.hpp fs.mitm: add OpenDataStorageWithProgramIndex support (theoretically, closes #1250) 5 years ago
fssystem.hpp fs: update + consolidate path normalization logic 5 years ago
gpio.hpp gpio: implement more of server library for boot sysmodule client usage 5 years ago
hid.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
hos.hpp hos: change initialization API 6 years ago
htc.hpp [tma2] [Ongoing] Continue implementing modules for tma2. (#1388) 5 years ago
htcfs.hpp htc: add htcfs server/service object skeletons 5 years ago
htclow.hpp htc: skeleton much of the type hierarchy for htclow manager 5 years ago
htcs.hpp htcs: implement virtual socket collection 5 years ago
i2c.hpp i2c: add register acccessor helpers 5 years ago
kvdb.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
ldr.hpp sf: Change interface definition methodology (#1074) 6 years ago
lm.hpp LogManager: implement system module, client api, logging api (#1617) 4 years ago
lmem.hpp lmem: Implement UnitHeap, ExpHeap (#823) 6 years ago
lr.hpp Implement the NCM sysmodule (closes #91) 6 years ago
map.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
mem.hpp mem: implement most of StandardAllocator (#860) 6 years ago
ncm.hpp ncm: implement firmware downgrading (#958) 6 years ago
nim.hpp nim: add DestroySystemUpdateTask/ListSystemUpdateTask (#863) 6 years ago
ns.hpp sf: Change interface definition methodology (#1074) 6 years ago
nsd.hpp dns.mitm: support % in hosts file as stand-in for environment identifier 5 years ago
os.hpp os: implement 11.x SdkReplyAndReceive 5 years ago
osdbg.hpp osdbg: implement thread info api 5 years ago
patcher.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
pcv.hpp pwm: implement driver for boot sysmodule 5 years ago
pgl.hpp pgl: Reimplement the pgl sysmodule (#896) 6 years ago
pinmux.hpp pinmux: implement updated initial config api 5 years ago
pm.hpp sf: Change interface definition methodology (#1074) 6 years ago
powctl.hpp boot: refactor battery checking to use new powctl apis 5 years ago
psc.hpp erpt: reimplement the sysmodule (#875) 6 years ago
pwm.hpp pwm: implement driver for boot sysmodule 5 years ago
rapidjson.hpp rapidjson: add customization point for allocation/asserts 5 years ago
regulator.hpp boot: add rgltr/clkrst overrides, skel I2cBusAccessor 5 years ago
ro.hpp LogManager: implement system module, client api, logging api (#1617) 4 years ago
scs.hpp [tma2] [Ongoing] Continue implementing modules for tma2. (#1388) 5 years ago
settings.hpp htc: implement (fixing linker errors) through HtclowManagerImpl::OpenDriver 5 years ago
sf.hpp libstrat: convert to experimental new (super-accurate) sf allocation semantics 5 years ago
sm.hpp strat: no longer materially constrained by sm session limit 5 years ago
socket.hpp htc: implement socket driver (socket api not really impl'd yet) 5 years ago
spl.hpp sf: Change interface definition methodology (#1074) 6 years ago
sprofile.hpp erpt: skeleton sprofile apis 4 years ago
time.hpp LogManager: implement system module, client api, logging api (#1617) 4 years ago
tipc.hpp tipc: implement framework/server support logic (except for actual processing) 5 years ago
tma.hpp htc: add htcfs service api definitions 5 years ago
updater.hpp find -exec sed -i'' -e 's/2018-2019 Atmo/2018-2020 Atmo/g' {} + 6 years ago
usb.hpp usb: add ds client api 5 years ago
util.hpp LogManager: implement system module, client api, logging api (#1617) 4 years ago
vi.hpp creport: Try to take screenshot of application crashes on 9.x+ 6 years ago
wec.hpp gpio: add (most of) driver framework for boot sysmodule usage 5 years ago