Commit Graph

  • c79aeeac76 Basic port of the romfs example Andrea Ciliberti 2022-02-13 19:14:20 +0100
  • ac68bf099d
    Use the new current_priority std function (in the os module) AzureMarker 2022-02-12 21:15:56 -0800
  • e891b8839b
    Use the new way of getting the priority value AzureMarker 2022-02-12 21:07:47 -0800
  • 74992326e6
    Use `fs::read_to_string()` and add st_mode #47 Ian Chamberlain 2022-02-12 23:37:52 -0500
  • debf941bc3
    Rename affinity to "ideal processor" AzureMarker 2022-02-12 19:20:46 -0800
  • 6b409cdcae
    Add support for reading files to file-explorer Ian Chamberlain 2022-02-12 14:41:36 -0500
  • 12ba4278c6
    Remove stack size overrides now that std defaults to 2MiB AzureMarker 2022-02-10 21:30:52 -0800
  • 15763bac1d
    Use the new ThreadBuilderExt trait AzureMarker 2022-02-10 21:14:47 -0800
  • e2a0e61742
    Fix HashMap test referring to old thread builder AzureMarker 2022-02-10 21:14:22 -0800
  • e986a5a1da
    Remove sysconf stub since it's now implemented in linker-fix AzureMarker 2022-02-09 21:55:28 -0800
  • a6b102f156
    Update to use std threads AzureMarker 2022-02-09 21:51:48 -0800
  • 56f4b3352a
    Merge pull request #41 from ian-h-chamberlain/testing/custom-test-framework Meziu 2022-02-08 16:25:41 +0100
  • 91c2c587d9
    Remove unnecessary escape characters #41 Ian Chamberlain 2022-02-08 08:43:18 -0500
  • 6beed43fe3
    Address review comments Ian Chamberlain 2022-02-07 18:27:57 -0500
  • b839fc3330
    Merge remote-tracking branch 'upstream/master' into testing/custom-test-framework Ian Chamberlain 2022-02-07 09:17:49 -0500
  • b835695b0b Changed example names to keep the standard Andrea Ciliberti 2022-02-06 09:18:50 +0100
  • c01fa4de30
    Merge pull request #42 from Meziu/example/futures-tokio Meziu 2022-02-06 09:10:05 +0100
  • fd9b58498d
    IT WORKS #42 AzureMarker 2022-02-05 22:23:00 -0800
  • 8bf2b276cf
    Turn off randomness in tokio::select when more than one future is ready AzureMarker 2022-02-05 18:07:45 -0800
  • 282044068b
    Use the new Ps struct AzureMarker 2022-02-05 17:38:33 -0800
  • 368cf8bc0c
    Increase stack size and add more detailed logs AzureMarker 2022-02-05 17:29:19 -0800
  • 133df927c0
    Add thread locals example to make sure they work AzureMarker 2022-02-05 12:02:00 -0800
  • 5b75bf5e83
    Merge branch 'master' into example/futures-tokio AzureMarker 2022-02-05 11:35:08 -0800
  • 8ed7c97a5d Simple functions added to Ps and HashMap example Andrea Ciliberti 2022-02-05 15:51:28 +0100
  • ab728c75c1 Merge branch 'feature/ps-module' of https://github.com/ian-h-chamberlain/ctru-rs Andrea Ciliberti 2022-02-05 14:04:21 +0100
  • 24ec4f2fc1
    Merge pull request #36 from AzureMarker/example/futures-basic Meziu 2022-02-05 09:32:20 +0100
  • 88315aec61
    Group together thread info calls AzureMarker 2022-02-04 22:27:13 -0800
  • 56b056d721
    Merge branch 'master' into example/futures-tokio AzureMarker 2022-02-04 19:13:48 -0800
  • 54085101f3 Bumped ctru-sys to latest libctru version Andrea Ciliberti 2022-02-04 16:53:03 +0100
  • 2ed36b9a97
    Merge pull request #40 from Meziu/fix/duplicate-dependencies Meziu 2022-02-03 07:08:42 +0100
  • 75727fd3e9
    Fix build and tweak some options Ian Chamberlain 2022-02-03 00:43:27 -0500
  • c061240dfc
    Add futures-tokio-basic example (not working yet) AzureMarker 2022-02-02 21:41:33 -0800
  • 4ea3ab4769
    First pass of using custom test runner Ian Chamberlain 2022-01-31 21:45:48 -0500
  • 82eded005e
    Remove duplicate dependencies by patching, and add back links field #40 AzureMarker 2022-02-02 20:14:53 -0800
  • cb15f99486
    Add docstring for PS module #39 Ian Chamberlain 2022-02-02 23:04:07 -0500
  • f2f64da50a
    Add basic Ps module which only has init() Ian Chamberlain 2022-02-02 22:47:06 -0500
  • 39adc8590e
    Enable the system core by setting our time limit percentage #36 AzureMarker 2022-02-01 18:30:49 -0800
  • e4d76ea4e7
    Merge branch 'master' into example/futures-basic AzureMarker 2022-02-01 17:08:41 -0800
  • c13c1c8c68
    Run executor thread on system core AzureMarker 2022-02-01 17:07:43 -0800
  • 77f673e9d9 Removed link field in ctru-sys Andrea Ciliberti 2022-02-01 21:08:49 +0100
  • fbd873432c Revert "Removed link field in ctru-sys" Andrea Ciliberti 2022-02-01 19:28:27 +0100
  • c3d19204b9 Merge branch 'master' of https://github.com/Meziu/ctru-rs Andrea Ciliberti 2022-02-01 19:26:45 +0100
  • 8835951f7d Fix clippy warning about unused screen field AzureMarker 2022-01-31 20:38:13 -0800
  • c59de27f85 Removed link field in ctru-sys Andrea Ciliberti 2022-02-01 18:37:17 +0100
  • c39454f57a
    Merge pull request #35 from ian-h-chamberlain/errors/split-and-debug Meziu 2022-02-01 18:28:08 +0100
  • 0326e9ea9d
    Address review comments for Debug impl #35 Ian Chamberlain 2022-02-01 08:24:07 -0500
  • 9f0984a455
    Merge pull request #37 from AzureMarker/fix/unused-screen Meziu 2022-02-01 08:10:49 +0100
  • aebf347a00
    Fix clippy warning about unused screen field #37 AzureMarker 2022-01-31 20:38:13 -0800
  • 5c5ac7ef66
    Ignore IDE files AzureMarker 2022-01-31 20:01:41 -0800
  • 4dd2196971
    Add a basic futures example AzureMarker 2022-01-31 20:01:25 -0800
  • 92c37b00b7
    Add translations of result macros + debug impl Ian Chamberlain 2022-01-31 22:46:56 -0500
  • 80fee5ab3a
    Update path -> git dependencies #34 Ian Chamberlain 2022-01-30 01:39:13 -0500
  • c8d55dfbbe
    Merge branch 'master' of github.com:Meziu/ctru-rs into example/graphics-gpu-simple_tri Ian Chamberlain 2022-01-30 01:31:52 -0500
  • 23d9f560c3
    First (very rough) pass of simple_tri example Ian Chamberlain 2022-01-30 01:30:46 -0500
  • b0e73b98ef
    Merge pull request #33 from AzureMarker/update/libc Meziu 2022-01-30 01:15:21 +0100
  • 8ba1bb28fd
    Merge pull request #29 from ian-h-chamberlain/example/graphics-bitmap Meziu 2022-01-30 01:14:04 +0100
  • 1402dacc5f
    Update libc to the upstream #33 AzureMarker 2022-01-29 14:37:25 -0800
  • 9aac807407
    Address review comments #29 Ian Chamberlain 2022-01-29 09:51:46 -0500
  • e98b0a97aa
    Merge pull request #28 from Meziu/fix/new-panic-exit Meziu 2022-01-29 07:03:58 +0100
  • 98e026373e
    Use a struct to represent the raw frame buffer Ian Chamberlain 2022-01-29 00:45:49 -0500
  • 9ea0232902 Removed ANSI formatting from panic hook #28 Andrea Ciliberti 2022-01-28 14:28:56 +0100
  • 038ed7b248
    Merge pull request #30 from AzureMarker/tweak/file-explorer-improvements Meziu 2022-01-28 11:05:53 +0100
  • be94b04d1d
    Use better image conversion command Ian Chamberlain 2022-01-27 23:52:45 -0500
  • d3df72e22f
    Prevent popping the last segment of a path (ex. / or romfs:/) #30 AzureMarker 2022-01-27 20:24:34 -0800
  • f87e2ad0f7
    Move romfs folder into examples folder AzureMarker 2022-01-27 20:23:55 -0800
  • be4784e3bc
    Use bottom-only framebuffer API for "left" Ian Chamberlain 2022-01-27 22:30:32 -0500
  • 793a95073b
    First pass of graphics bitmap example Ian Chamberlain 2022-01-27 22:22:43 -0500
  • ea80b57880 Added check for Console existence on panic Andrea Ciliberti 2022-01-27 22:56:15 +0100
  • 1b743711d8
    Update ctru-rs/src/lib.rs Meziu 2022-01-27 18:45:51 +0100
  • aa2ca2c486 Fixed merge conflict Andrea Ciliberti 2022-01-27 16:28:41 +0100
  • 32d17e552a Distinct behaviour for main and non-main threads Andrea Ciliberti 2022-01-27 16:26:30 +0100
  • 85f901f36e Alternative panic hook exit Andrea Ciliberti 2022-01-27 12:29:58 +0100
  • 1eedd96ea0
    Merge pull request #27 from ian-h-chamberlain/example/time-rtc Meziu 2022-01-27 12:11:15 +0100
  • 71f1d2fc83
    Merge branch 'master' into example/time-rtc #27 Ian Chamberlain 2022-01-26 23:05:16 -0500
  • 5d86cfb007
    Update time_rtc example to use `time` crate Ian Chamberlain 2022-01-26 22:56:41 -0500
  • 5bdb0a4db1 Added thread-basic example Andrea Ciliberti 2022-01-25 20:55:04 +0100
  • fe7dd31294 Renamed time-rtc example Andrea Ciliberti 2022-01-25 14:19:43 +0100
  • 09bfe7aa61
    Merge pull request #14 from AzureMarker/feature/file-system Meziu 2022-01-25 09:42:22 +0100
  • 04eb6a5848
    Merge pull request #23 from ian-h-chamberlain/example/time-rtc Meziu 2022-01-25 09:40:28 +0100
  • 1c66a1c770
    Use cfg-if #14 AzureMarker 2022-01-24 17:27:18 -0800
  • 4b95068fac
    Remove the sdmc module AzureMarker 2022-01-24 16:45:07 -0800
  • 7913f83935
    Merge branch 'example/time-rtc' of github.com:ian-h-chamberlain/ctru-rs into example/time-rtc #23 Ian Chamberlain 2022-01-24 18:47:21 -0500
  • 03678e0e95
    Update example for Console API change Ian Chamberlain 2022-01-24 18:46:17 -0500
  • aaca346f38
    Merge branch 'master' into example/time-rtc Ian Chamberlain 2022-01-24 18:24:34 -0500
  • b504b6f988
    Address PR comments Ian Chamberlain 2022-01-24 18:23:24 -0500
  • 39de31a662
    Support conditional compilation of RomFS AzureMarker 2022-01-23 19:07:51 -0800
  • 1e7326b32b
    Add RomFS support to the file-explorer example (by jumping to romfs:/) AzureMarker 2022-01-22 18:40:53 -0800
  • 07ed1dc196
    Add basic RomFS support AzureMarker 2022-01-22 18:40:19 -0800
  • ea4410a0c4
    Make standard gfx calls on every frame in file-explorer AzureMarker 2022-01-22 18:39:38 -0800
  • a2b646a4b8
    Merge branch 'master' into feature/file-system AzureMarker 2022-01-22 16:05:06 -0800
  • 9a0b2b4255
    Merge pull request #22 from Meziu/mut-gfx Meziu 2022-01-22 23:39:54 +0100
  • 366db9e046 Fixed clippy suggestions #22 Andrea Ciliberti 2022-01-22 14:00:14 +0100
  • 564d75e518
    Add file-explorer example to test file system via std AzureMarker 2022-01-09 17:31:11 -0800
  • 2bc475db68 Formatting Andrea Ciliberti 2022-01-21 16:03:32 +0100
  • 29b7a7d08d Added network-sockets example Andrea Ciliberti 2022-01-21 15:59:27 +0100
  • 46a615cae5 Substituted hello-world example Andrea Ciliberti 2022-01-21 15:55:24 +0100
  • 4a48926ee6 gfx-wide-mode example working Andrea Ciliberti 2022-01-21 15:50:43 +0100
  • 38fef16309 Simple examples working with new Screen impl Andrea Ciliberti 2022-01-21 14:26:13 +0100
  • 526f7cc25e Console requires mutable Screen Andrea Ciliberti 2022-01-21 14:06:19 +0100
  • a879e02db5
    Update ctru-rs/src/console.rs Meziu 2022-01-21 07:06:35 +0100