CeDeROM

Results 184 comments of CeDeROM

+FreeBSD / *BSD is POSIX :-P

Hello @flit :-) I was about to write the same issue / question - could you please provide source package to pip/pypi ? At the moment only binary packages are...

Hey there @theotherjimmy :-) Binary only distribution limits usage of CMSIS Pack Manager to provided platforms - for instance I cannot use it at all on FreeBSD.. So you are...

Hey @theotherjimmy, this is some old thread, the work is already done in https://github.com/ARMmbed/cmsis-pack-manager/issues/97, build well, just need to add source package to pypi (https://github.com/ARMmbed/cmsis-pack-manager/issues/112) and thing should work with...

Hello @flit :-) Here you go :-) I am working on FreeBSD 13-STABLE with GENERIC kernel configuration (some customizations for my hardware added): ``` uname -a FreeBSD 0xCFMX4 13.0-STABLE FreeBSD...

I have read the project description: > This Python package functions as an installation vehicle for libusb shared libraries, to simplify installation of tools that require libusb. The main use...

``` (venv38zephyr) python Python 3.8.12 (default, Oct 14 2021, 01:14:41) [Clang 11.0.1 ([email protected]:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c on freebsd13 Type "help", "copyright", "credits" or "license" for more information. >>> import platform >>> platform.system()...

Even though there was some build error your package seems to work on FreeBSD: ``` (venv38zephyr) python Python 3.8.12 (default, Oct 14 2021, 01:14:41) [Clang 11.0.1 ([email protected]:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c on freebsd13...

Automated build fails, as on my BSD box the problematic package is `sass-embedded`, reported here https://github.com/apache/nuttx-website/issues/106. On the other hand I have exactly the same problem with this patch and...

I got into details of nuttx-website a bit and I am wondering if we really need to use RubyGems to create such a simple www. We could go simple static...