378 Commits (c82f438726f1e5b4ce75b5363a445c6f99190ee1)

Author SHA1 Message Date
AzureMarker e04eb50559
Remove thread list feature from thread-info example 3 years ago
AzureMarker ad444a51c9
Rename ThreadBuilderExt to BuilderExt 3 years ago
AzureMarker c787475e55
Rename "ideal_processor" to "processor_id" 3 years ago
AzureMarker 353b6c1c77
Add thread-info example 3 years ago
AzureMarker 2d49cd91ec
Use the new current_processor std function (in the os module) 3 years ago
Andrea Ciliberti d9dd716a82 Typo in romfs example 3 years ago
Andrea Ciliberti c79aeeac76 Basic port of the romfs example 3 years ago
AzureMarker ac68bf099d
Use the new current_priority std function (in the os module) 3 years ago
AzureMarker e891b8839b
Use the new way of getting the priority value 3 years ago
Ian Chamberlain 74992326e6
Use `fs::read_to_string()` and add st_mode 3 years ago
AzureMarker debf941bc3
Rename affinity to "ideal processor" 3 years ago
Ian Chamberlain 6b409cdcae
Add support for reading files to file-explorer 3 years ago
AzureMarker 12ba4278c6
Remove stack size overrides now that std defaults to 2MiB 3 years ago
AzureMarker 15763bac1d
Use the new ThreadBuilderExt trait 3 years ago
AzureMarker e2a0e61742
Fix HashMap test referring to old thread builder 3 years ago
AzureMarker e986a5a1da
Remove sysconf stub since it's now implemented in linker-fix 3 years ago
AzureMarker a6b102f156
Update to use std threads 3 years ago
Ian Chamberlain 91c2c587d9
Remove unnecessary escape characters 3 years ago
Ian Chamberlain 6beed43fe3
Address review comments 3 years ago
Andrea Ciliberti b835695b0b Changed example names to keep the standard 3 years ago
AzureMarker fd9b58498d
IT WORKS 3 years ago
AzureMarker 8bf2b276cf
Turn off randomness in tokio::select when more than one future is ready 3 years ago
AzureMarker 282044068b
Use the new Ps struct 3 years ago
AzureMarker 368cf8bc0c
Increase stack size and add more detailed logs 3 years ago
AzureMarker 133df927c0
Add thread locals example to make sure they work 3 years ago
Andrea Ciliberti 8ed7c97a5d Simple functions added to Ps and HashMap example 3 years ago
AzureMarker 88315aec61
Group together thread info calls 3 years ago
Ian Chamberlain 75727fd3e9
Fix build and tweak some options 3 years ago
AzureMarker c061240dfc
Add futures-tokio-basic example (not working yet) 3 years ago
Ian Chamberlain 4ea3ab4769
First pass of using custom test runner 3 years ago
Ian Chamberlain cb15f99486
Add docstring for PS module 3 years ago
Ian Chamberlain f2f64da50a
Add basic Ps module which only has init() 3 years ago
AzureMarker 39adc8590e
Enable the system core by setting our time limit percentage 3 years ago
AzureMarker c13c1c8c68
Run executor thread on system core 3 years ago
Andrea Ciliberti fbd873432c Revert "Removed link field in ctru-sys" 3 years ago
AzureMarker 8835951f7d Fix clippy warning about unused screen field 3 years ago
Andrea Ciliberti c59de27f85 Removed link field in ctru-sys 3 years ago
Ian Chamberlain 0326e9ea9d
Address review comments for Debug impl 3 years ago
AzureMarker aebf347a00
Fix clippy warning about unused screen field 3 years ago
AzureMarker 4dd2196971
Add a basic futures example 3 years ago
Ian Chamberlain 92c37b00b7
Add translations of result macros + debug impl 3 years ago
AzureMarker 1402dacc5f
Update libc to the upstream 3 years ago
Ian Chamberlain 9aac807407
Address review comments 3 years ago
Ian Chamberlain 98e026373e
Use a struct to represent the raw frame buffer 3 years ago
Andrea Ciliberti 9ea0232902 Removed ANSI formatting from panic hook 3 years ago
Ian Chamberlain be94b04d1d
Use better image conversion command 3 years ago
AzureMarker d3df72e22f
Prevent popping the last segment of a path (ex. / or romfs:/) 3 years ago
AzureMarker f87e2ad0f7
Move romfs folder into examples folder 3 years ago
Ian Chamberlain be4784e3bc
Use bottom-only framebuffer API for "left" 3 years ago
Ian Chamberlain 793a95073b
First pass of graphics bitmap example 3 years ago