Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | common: Replace common_sizes into user-literals | Wunkolo | |
Removes common_sizes.h in favor of having `_KiB`, `_MiB`, `_GiB`, etc user-literals within literals.h. To keep the global namespace clean, users will have to use: ``` using namespace Common::Literals; ``` to access these literals. | |||
2021-06-16 | Reaper: Address Feedback. | Fernando Sahmkow | |
2021-03-23 | common: common_sizes: Move sizes to the Common namespace. | bunnei | |
2021-03-21 | common: common_sizes: Move Invalid to Size_* prefix and add missing values. | bunnei | |
2021-03-21 | hle: kernel: board: k_system_control: Extend to include memory region sizes. | bunnei | |
2021-03-21 | common: Move common sizes to their own header for code reuse. | bunnei | |