Esteban Duran

Results 16 comments of Esteban Duran

I think a locally installed tool like Git Graph or GitLens would be better. I personally use the latter. The `devel` branch is a moving target and the latest development...

A while back I made a cross-compilation toolchain for Raspberry Pi using that new compiler toolchain you mentioned. The CMake toolchain looks like this: ```cmake #### # Raspberry PI Toolchain...

Be aware that my Raspberry Pi toolchain is for the [Raspberry Pi OS](https://www.raspberrypi.com/software/).

FYI: I was looking into fuzzing and I discovered that the creator of the Google AFL library has a new version: https://github.com/AFLplusplus/AFLplusplus The reason the author provided for creating a...

Can a user specify if they want to use Ninja or Make in the case where both are installed? Maybe with `fprime-util generate -G Ninja`?

So I installed `ninja-build` in Ubuntu 22.04 and then, according to the [CMake docs](https://cmake.org/cmake/help/latest/envvar/CMAKE_GENERATOR.html#envvar:CMAKE_GENERATOR), I set the generator environment variable with `export CMAKE_GENERATOR=Ninja`. It looks like CMake picked it up...

@LeStarch Would you consider the fprime-arduino repo a good overall reference for porting F Prime `v3.0.0` to a new bare metal embedded microcontroller? Or is there another project in the...

I see. Good to know. I'll spend some time over the next couple of months porting F' `v3.0.0` to the Raspberry Pi Pico. I'll make sure to document any blockers...

@not7cd I haven't had a chance to work on this. I've been pretty busy with a different project. I ended up spending time trying to port F Prime to the...

@ThibFrgsGmz I _believe_ this GitHub feature supplants the need for having the citation in the README itself. Having GitHub render the citation for you via the CITATION.cff is really just...