Youngsuk Kim

Results 39 comments of Youngsuk Kim

Please correct me if I'm wrong, but is it that when using `libm` in program targeting `thumbv7em-none-eabihf`, calling `libm::sin` function won't be using the hardware instructions, but use software implementations...

[This repo](https://github.com/tstellanova/pumpk.git) uses [freertos-rust](https://crates.io/crates/freertos-rust) to run FreeRTOS tasks written in Rust. By slightly modifying hardware-specific configs in the repo, I was able to run FreeRTOS on my `stm32f407g-disc` board.

> In my application, I'm using the time since a stable reference point (e.g. power on or the unix epoch) for time-keeping purposes. First of all, thanks for sharing your...

Hi :crab:, you can view my solution to this issue in my fork branch : https://github.com/JOE1994/petgraph/tree/apply_quickcheck Running `cargo test --no-default-features --features 'quickcheck'` works without errors in my branch. My approach...

> Secondly, without it, one can't really reliably do permutational testing to test each flag is usable on its own, nor test how flags interact. I see and agree with...

Hello @Quqqu, would you be available to review the Korean translation?

@SNOOPYOF Thank you so much for reviewing this PR! I've pushed a commit that applies your suggested changes. If the current result looks good to you, I'll squash the commits...

I read all suggestions from @dalinaum , and pushed another commit to apply the suggestions. Thanks for all the comments! I've just finished reviewing the rendered page, and it looks...

@phil-opp I think this PR is now ready for your review. Thank you!

> This is a build for `arm-none-eabi/thumb/v7e-m+fp/hard/newlib`, which I think is correct for that core > > [newlib.zip](https://github.com/tock/libtock-c/files/4956787/newlib.zip) Thank you so much for the files! I replaced `libm.a` & `libc.a`...