Jerry Morrow
Jerry Morrow
I had this issue with bitbucket, I went into the repo settings and turned this on: **Allow rewriting branch history** whalla
We also noticed this too, sort of pain to address these 'withdrawn' vulnerabilities. It really screws up our metrics gathering and having to explain 'oh no, that one critical vuln...
Thanks to this repo i was able to get scipy and scikit-learn working on NXP LS1043A (aarch64 cross compile), i'll put some info here soon.
` SRC_URI += "file://OEToolchainConfig.cmake \ file://environment.d-cmake.sh \ file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ file://0001-FortranCInterface-Fix-broken-search-for-test-exe-whe.patch \ file://0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch \ " ` I had to add this FortranCInterface patch for meta/recipes-devtools/cmake/cmake-native_3.15.3.bb
why not have [Gecko SDK](https://github.com/SiliconLabs/Gecko_SDK) as a git submodule? or use the [Repo tool](https://gerrit.googlesource.com/git-repo/) with manifest?
i like the request for proposal in a github issue
Hello, I've been trying to use this code in our project with LAN9354 (3-port switch device). When I add two IP instances using nx_ip_create, it calls _nx_driver_initialize(NX_IP_DRIVER *driver_req_ptr) twice. There...