1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-21 06:23:26 +01:00
Atmosphere/stratosphere/boot/source/i2c/driver/impl
Michael Scire 4059dc6187 Results: Implement namespaced, type-safe results.
Because I was working on multiple things at once, this commit also:
- Adds wrappers for/linker flags to wrap CXX exceptions to make them
  abort. This saves ~0x8000 of memory in every system module.
- Broadly replaces lines of the pattern if (cond) { return ResultX; }
  with R_UNLESS(!cond, ResultX());.
- Reworks the R_TRY_CATCH macros (and the result macros in general).
2019-12-07 12:41:28 -08:00
..
i2c_bus_accessor.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
i2c_bus_accessor.hpp os: implement waitable management. 2019-12-07 12:41:28 -08:00
i2c_device_config.cpp os: implement waitable management. 2019-12-07 12:41:28 -08:00
i2c_driver_types.hpp sts: add STS_UNREACHABLE_DEFAULT_CASE() 2019-12-07 12:41:28 -08:00
i2c_pcv.hpp boot: refactor i2c driver into namespace 2019-06-21 20:25:27 -07:00
i2c_registers.hpp libstrat: namespace remaining non-namespaced code. more new-ipc updates 2019-12-07 12:41:28 -08:00
i2c_resource_manager.cpp os: implement waitable management. 2019-12-07 12:41:28 -08:00
i2c_resource_manager.hpp libstrat: namespace hossynch.hpp 2019-12-07 12:41:28 -08:00
i2c_session.cpp Results: Implement namespaced, type-safe results. 2019-12-07 12:41:28 -08:00
i2c_session.hpp libstrat: namespace hossynch.hpp 2019-12-07 12:41:28 -08:00