|
boot: refactor i2c driver into namespace
|
|---|
|
|
| stratosphere/boot/Makefile |
|---|
| stratosphere/boot/source/boot_battery_driver.hpp |
|---|
| stratosphere/boot/source/boot_charger_driver.hpp |
|---|
| stratosphere/boot/source/boot_check_clock.cpp |
|---|
| stratosphere/boot/source/boot_display.cpp |
|---|
| stratosphere/boot/source/boot_functions.hpp |
|---|
| stratosphere/boot/source/boot_gpio_utils.cpp |
|---|
| stratosphere/boot/source/boot_i2c_utils.cpp |
|---|
| stratosphere/boot/source/boot_pcv.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/boot_pinmux_utils.cpp |
|---|
| stratosphere/boot/source/boot_pmic_driver.hpp |
|---|
| stratosphere/boot/source/boot_rtc_driver.hpp |
|---|
| stratosphere/boot/source/i2c/driver/i2c_api.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/i2c_api.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_bus_accessor.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_device_config.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_driver_types.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_pcv.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_registers.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_resource_manager.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_session.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/driver/impl/i2c_session.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/i2c_command_list.cpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/i2c_command_list.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c/i2c_types.hpp 0 → 100644 |
|---|
| stratosphere/boot/source/i2c_driver/boot_pcv.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/boot_pcv.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_api.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_api.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_bus_accessor.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_bus_accessor.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_command_list.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_command_list.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_device_config.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_driver_session.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_driver_session.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_registers.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_resource_manager.cpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_resource_manager.hpp 100644 → 0 |
|---|
| stratosphere/boot/source/i2c_driver/i2c_types.hpp 100644 → 0 |
|---|
| stratosphere/libstratosphere |
|---|
|
Not supported
|