Joel Stanley

Results 85 issues of Joel Stanley

When categorising and you want to stop there, I want to press ctrl+c to stop here and save the current state. When you did this in your techtalk it backtraced.

``` fpos show home /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:587: RuntimeWarning: invalid value encountered in true_divide lhs /= scale /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:589: RuntimeWarning: invalid value encountered in true_divide c = (c.T/scale).T # broadcast scale coefficients /usr/lib/python3/dist-packages/numpy/lib/polynomial.py:594: RankWarning:...

bug

This privdes just enough firmware to load Linux. The loader is linked to run from the aliased BRAM address. It can load a raw kernel (vmlinux.bin) or a wrapper that...

This adds the device tree compiler repository as a submodule to be used by the powerpc port to configure itself. Currently basic support for detecting the machine type is implemented,...

When building with Ubuntu 19.04's arm-none-eabi-gcc (`(15:7-2018-q2-4) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]`): ``` [116/324] Building CXX object ym/microbit-dal/source/CMakeFiles/microbit-dal.dir/core/MicroBitFiber.cpp.o yotta_modules/microbit-dal/source/core/MicroBitFiber.cpp: In function 'void scheduler_init(EventModel&)': yotta_modules/microbit-dal/source/core/MicroBitFiber.cpp:189:5: warning: this 'if' clause does...

I see this on my Ubuntu system. ``` $ /usr/bin/arm-none-eabi-g++ --version arm-none-eabi-g++ (15:6.3.1+svn253039-1build1) 6.3.1 20170620 ``` ``` GCC version is: 6.3.1 suppressing warnings from ble-nrf51822 suppressing warnings from nrf51-sdk suppressing...

The original assembly used suspicious syntax. However, due to the !defined(__OPTIMIZE__) guard this code was rarely built. There nothing to stop the compiler using r0 between the two asm blocks,...

They ASPEED kernel maintainer eagerly awaits your device tree patch. Ping me on irc if you need help making a kernel submission. If you have other patches you're using then...

process

Running @legoater 's qemu tree (3.1 based) with the powernv model: ``` [ 0.270844220,5] PCI: Resetting PHBs and training links... [ 0.272165254,7] PHB#0000: FRESET: Assert skipped [ 0.272202593,7] PHB#0000: FRESET:...

Currently we need to 'touch outputfile.ffs' before running ffspart. There's a TODO in ffspart.c for this. We should instead fail when the output file exists, to stop people overwriting things...