Tristen

Results 17 comments of Tristen

Hm. I see I included a version where I had commented out my use of the __bss_start__ and __bss__end__ symbols. In digging into your suggestion though I did notice what...

[project.zip](https://github.com/ziglang/zig/files/9925140/Archive.zip) Here is a zip of my project. It should work fine, if not ill update this. It is a zip so I could include my linker script as well....

I think you are right @DanB91. It appears to be the same issue as yours because if i define my own implementation in assembly it works fine.

I have a branch on Jay's fork that I just reviewed. It has all the proper code for the NRF52 UART, and the required USB capsule stuff. It also has...

> I have a branch on Jay's fork that I just reviewed. It has all the proper code for the NRF52 UART, and the required USB capsule stuff. It also...

Got this working fine, sorry for clogging the issue tracker.

So i just tried with the changes. Still having the same issue, but now the timestamps seem to be slightly bigger (starting at 283 hours rather than 275 hours).

Yes, let me put together a quick example. In the meantime, i did some logging to try and spot a problem. I added a log statement in updateFormat in BaseRecordController.java...

``` // instantiate objects liveStream = GenericStream(this@MainActivity, this, NoVideoSource(), MicrophoneSource()).apply { getGlInterface.autoHandleOrentation = true } recordStream = GenericStream(this@MainActivity, this, Camera2Source(this@MainActivity), MicrophoneSource())apply { getGlInterface.autoHandleOrentation = true } // prepare streams fun...