Commit Graph

  • 01ce122730 Deactivate camera after taking the picture Steve Cook 2022-08-23 09:00:57 -0400
  • 9ecb86e33d Requested changes Made low level functions for camera manipulation internal Changed picture timeout to Duration from raw i64 Moved shutter sound before the actual picture taking Steve Cook 2022-08-23 00:10:08 -0400
  • a659adc555 Merge remote-tracking branch 'origin/camera' into camera Steve Cook 2022-08-19 13:42:39 -0400
  • 63949f5a0e Remove CamContext implementation Steve Cook 2022-08-19 13:41:22 -0400
  • 3ea0ba75b0
    Merge branch 'master' into camera SteveCookTU 2022-08-19 11:29:45 -0400
  • ab57d9d963 Make Cam non-exhaustive Steve Cook 2022-08-19 11:14:04 -0400
  • ac6c81e781
    Merge pull request #68 from Meziu/ci-test Meziu 2022-08-19 12:13:15 +0200
  • 35d7c7832f Formatting println! #68 Andrea Ciliberti 2022-08-19 12:09:41 +0200
  • d8e36cf68d Fix println! statements Andrea Ciliberti 2022-08-19 12:05:15 +0200
  • 709bf668e5
    Merge branch 'master' into ci-test Meziu 2022-08-19 12:00:38 +0200
  • fb38d8202f Fix formatting Andrea Ciliberti 2022-08-19 11:59:39 +0200
  • 400fd1776c Test PR for Github Actions Andrea Ciliberti 2022-08-19 11:55:18 +0200
  • cdc9c04522
    Merge pull request #66 from ian-h-chamberlain/feature/ci-lint-and-fmt Meziu 2022-08-19 11:41:53 +0200
  • 9a6346728d
    Allow manual dispatch of CI #66 Ian Chamberlain 2022-08-11 09:51:40 -0400
  • 3511b6540f
    Fix lint error and allow failure on latest nightly Ian Chamberlain 2022-08-06 22:59:21 -0400
  • 46d78e2cd9 Requested changes Steve Cook 2022-07-22 18:12:15 -0400
  • 63beaa3638 Use Camera structs and trait over direct functions Steve Cook 2022-07-21 02:15:56 -0400
  • 1efb2e6ea3 Revert bitmask to .contains for KEY_R Steve Cook 2022-07-20 11:14:44 -0400
  • ed5e0f27f7 Add SVC service wrapper #67 Steve Cook 2022-07-20 10:44:08 -0400
  • cae4f005e8 Add TryFrom conversion for FramebufferFormat and CamOutputFormat Steve Cook 2022-07-20 09:08:54 -0400
  • 9b5f5a09c8 Remove prefixes from enum variants Steve Cook 2022-07-20 09:01:33 -0400
  • 27c8daa1bc Convert image into rgb8 and write to the frame buffer only once per frame. Remove use of keys_held Remove unnecessary 3d setting Steve Cook 2022-07-19 09:03:03 -0400
  • c8b62c10a7 Add comments to conversion function Steve Cook 2022-07-18 15:35:09 -0400
  • 2bf8611ecd Remove 3ds file items Steve Cook 2022-07-18 12:50:29 -0400
  • e8d0ab105b Remove pointer math when writing to buffer Steve Cook 2022-07-17 12:25:41 -0400
  • 921cd90d84 Remove majority of safe casting in example Steve Cook 2022-07-17 12:14:42 -0400
  • ffc637a57a Use ctru_sys constants Steve Cook 2022-07-17 12:08:42 -0400
  • 9e303b6f91 Merge remote-tracking branch 'upstream/master' into camera Steve Cook 2022-07-17 11:22:23 -0400
  • 2405754d1b Cargo fmt Steve Cook 2022-07-17 11:21:13 -0400
  • c9c76eae18
    Remove node hack that was for local testing Ian Chamberlain 2022-07-17 11:17:05 -0400
  • 2bfa0a85ac
    Initial attempt at CI with GitHub Actions Ian Chamberlain 2022-07-17 11:09:42 -0400
  • ed3d9ba024
    Merge pull request #63 from Techie-Pi/master Meziu 2022-07-17 16:28:03 +0200
  • e6e0e2e987 Change results to contain returning values Steve Cook 2022-07-17 09:34:34 -0400
  • c7b6470382 All non-struct functions Steve Cook 2022-07-17 02:16:58 -0400
  • 72c9401a5f Initial CAM service and example Steve Cook 2022-07-17 00:35:59 -0400
  • 990edffd21 Apply suggestions (VI) #63 TechiePi 2022-07-17 02:54:31 +0200
  • 419f191045
    Merge pull request #64 from Techie-Pi/chore/improve-docs Mark Drobnak 2022-07-13 12:36:51 -0700
  • c130661da2 Apply suggestions (V) TechiePi 2022-07-13 18:05:27 +0200
  • 0dbf85db4c Apply suggestions (IV) TechiePi 2022-07-13 11:07:40 +0200
  • 1eca556700 Apply suggestions (II) #64 TechiePi 2022-07-13 11:06:33 +0200
  • 5446f97812 Apply sugggestions TechiePi 2022-07-12 14:37:28 +0200
  • 1bf8c582d6 Rustfmt TechiePi 2022-07-12 14:25:36 +0200
  • 7fa7137b39 Apply suggestions (III) TechiePi 2022-07-12 14:24:59 +0200
  • d4db25cd63 Add docstring to rustdoc conversion TechiePi 2022-07-11 17:55:33 +0200
  • 5ddc8e9906 Change example filename to ``system-configuration.rs`` TechiePi 2022-07-11 17:03:12 +0200
  • 509e9308f5 Change ``repr(u8)`` to ``repr(u32)`` to match ctru-sys TechiePi 2022-07-10 22:14:22 +0200
  • 149ab391d5 Apply suggestions (II) TechiePi 2022-07-10 22:11:38 +0200
  • 358e2bca46 Apply suggestions TechiePi 2022-07-10 22:08:38 +0200
  • 1e8c6ccacb Fix issues with ``Fs`` docs TechiePi 2022-07-10 21:33:27 +0200
  • 87b222a71a Apply simple ``rustdoc`` suggestions TechiePi 2022-07-10 21:18:07 +0200
  • be42c73234 Remove ``--no-doc-comments`` from ``bindgen.sh`` TechiePi 2022-07-10 21:14:31 +0200
  • 53d35dd7d9 Fix example TechiePi 2022-07-10 19:56:44 +0200
  • b8618907e5 Add example TechiePi 2022-07-10 19:51:24 +0200
  • 650ba42b35 Implement debug and make function names consistent TechiePi 2022-07-10 19:43:56 +0200
  • e371addd66 Initial CFGU implementation TechiePi 2022-07-10 19:34:19 +0200
  • 9305abf60d
    Merge pull request #62 from ian-h-chamberlain/must-use-bindgen Meziu 2022-07-01 08:23:22 +0200
  • 683247faf7
    Remove unused libc patch #62 Ian Chamberlain 2022-06-30 21:22:44 -0400
  • eb1f112c81
    Handle #[must_use] errors where needed Ian Chamberlain 2022-06-30 21:22:18 -0400
  • da330b2a35
    Update bindgen, libctru+newlib and regenerate Ian Chamberlain 2022-06-30 21:19:36 -0400
  • ae676a8d99
    Merge pull request #61 from ian-h-chamberlain/feature/3dslink-output-redirection Mark Drobnak 2022-05-15 11:03:54 -0700
  • 042d5602ce
    Add a new enum variant for already redirected #61 Ian Chamberlain 2022-05-09 21:32:15 -0400
  • 89c6d84a0e
    Restore previous test behavior Ian Chamberlain 2022-05-07 22:45:49 -0400
  • cdb7e45500
    Add doc comment for usage + clear screen Ian Chamberlain 2022-05-07 16:13:49 -0400
  • 172c3c260e
    Add 3dslink redirection to Soc service Ian Chamberlain 2022-05-07 16:06:51 -0400
  • c09b2e8195
    Merge pull request #59 from ian-h-chamberlain/fix/increase-default-stack-size Meziu 2022-05-04 06:20:15 +0200
  • 3cff0c2a77
    Make stack bigger by default #59 Ian Chamberlain 2022-05-02 22:01:40 -0400
  • 2e83f26c7d
    Write a console that does not flush gfx buffers #57 Ian Chamberlain 2022-04-12 23:38:49 -0400
  • 3a54f05702
    Add failing example with regex #56 Ian Chamberlain 2022-04-10 22:48:15 -0400
  • 40db202e0b
    Merge pull request #55 from Meziu/tweak/network-sockets-would-block Meziu 2022-04-04 07:15:16 +0200
  • a2fc98cb5c
    Update imports #55 Mark Drobnak 2022-04-03 17:39:52 -0700
  • 8484aa614d
    network-sockets example: More gracefully handle ErrorKind::WouldBlock Mark Drobnak 2022-04-03 17:38:10 -0700
  • 2e80f8b2c0
    Merge pull request #54 from Meziu/tweak/upstream-libc Meziu 2022-03-29 07:07:42 +0200
  • 13f5a76bc1
    Update libc to 0.2.121 (upstream) #54 Mark Drobnak 2022-03-28 18:38:28 -0700
  • cdc96d2eeb
    Merge pull request #50 from Meziu/fix/duplicate-services Meziu 2022-03-17 14:08:49 +0100
  • 0f781ce7d7 Fixed nits and oversight in Soc #50 Andrea Ciliberti 2022-03-17 14:08:18 +0100
  • 071f9e6e34 Merge branch 'master' of https://github.com/Meziu/ctru-rs into fix/duplicate-services Andrea Ciliberti 2022-03-15 07:26:57 +0100
  • 82fd9498bc
    Merge pull request #52 from Meziu/fix/ps-warning Meziu 2022-03-15 07:04:16 +0100
  • 143434ce87
    Fix unused import warning #52 Mark Drobnak 2022-03-14 21:16:18 -0700
  • 5adf2366a6 Merge branch 'master' of https://github.com/Meziu/ctru-rs into fix/duplicate-services Andrea Ciliberti 2022-03-14 14:28:36 +0100
  • 1e03d8c6b7 Fixed issues in normal builds Andrea Ciliberti 2022-03-14 14:28:17 +0100
  • f5234432ee Hid working normally in panic_hook Andrea Ciliberti 2022-03-14 14:23:46 +0100
  • 9d9dd8f90d Reverted non-needing services and fixed issues Andrea Ciliberti 2022-03-14 14:17:33 +0100
  • 6f15e54da9 Fixed nits and such Andrea Ciliberti 2022-03-13 12:19:25 +0100
  • 9da34bd050 Using Mutexes and ServiceHandler Andrea Ciliberti 2022-03-12 22:59:50 +0100
  • dda1706dc9 Missed ordering changes Andrea Ciliberti 2022-03-10 19:20:22 +0100
  • 447ef1eaa2 Fixed typos, nits and small issues Andrea Ciliberti 2022-03-10 19:16:28 +0100
  • df845c5b8a
    Merge pull request #46 from Meziu/feature/std-threads Meziu 2022-03-01 09:12:43 +0100
  • 060b14f068 Fixed duplicate services and constistency in naming Andrea Ciliberti 2022-02-26 14:37:26 +0100
  • 3dedcd9809
    Merge pull request #47 from ian-h-chamberlain/file-explorer/read-file-contents Meziu 2022-02-25 15:19:39 +0100
  • 8113950f4b
    Merge branch 'master' into feature/std-threads #46 Mark Drobnak 2022-02-24 20:05:09 -0800
  • 13eaba92e5
    Merge pull request #49 from Meziu/fix/automatic-ps Meziu 2022-02-24 13:52:40 +0100
  • 2f82d867c0 Typo in hashmaps example #49 Andrea Ciliberti 2022-02-24 13:52:50 +0100
  • c9e67cdf33 Removed Ps struct references in examples Andrea Ciliberti 2022-02-23 14:05:04 +0100
  • ea854215f8 Static init of the PS service Andrea Ciliberti 2022-02-23 13:52:57 +0100
  • e04eb50559
    Remove thread list feature from thread-info example AzureMarker 2022-02-16 18:19:27 -0800
  • ad444a51c9
    Rename ThreadBuilderExt to BuilderExt AzureMarker 2022-02-15 19:27:33 -0800
  • c787475e55
    Rename "ideal_processor" to "processor_id" AzureMarker 2022-02-14 21:03:40 -0800
  • 353b6c1c77
    Add thread-info example AzureMarker 2022-02-13 18:42:01 -0800
  • 2d49cd91ec
    Use the new current_processor std function (in the os module) AzureMarker 2022-02-13 18:39:35 -0800
  • d9dd716a82 Typo in romfs example Andrea Ciliberti 2022-02-13 19:16:06 +0100