-
現在リリースされている Fx33 と beta リリースの Fx44 では、証明書エラー画面の UI が大きく異なっていることに気付きました(上が Fx33、下が Fx44 以降)。
![fx2](https://cloud.githubusercontent.com/assets/13907611/12198936/8ea53d58-b657-11e5-903c-d090f43e92a6.pn…
-
Steps to reproduce:
1. Open up a new project
2. In the default TripleOscillator enter a random melody pattern and loop it
3. Press Play
4. Add 2 FX channels
5. Route the instrument to FX1 and send FX1…
-
We're using the FX2 proxy-minion and would like to request the feature of setting alternate admin credentials within the config.
@cro, @Ch3LL, @rallytime
-
I believe the code below should return `numpy.ones(numtaps)` for any value of numtaps:
```
numtaps=4
signal.firwin2(numtaps, [0.0, np.finfo(float).eps, 1], [1.0, 0.0,0.0], window=None)
```
In fact, …
-
NeroJTAG seems to be the dominant open source JTAG communication protocol. It would be nice if the PIC18F series devices (which have inbuilt USB controllers) had support for this.
http://www.makestuf…
-
We need to support;
- Multiple host interfaces;
- Our current system uses a Cypress FX2 over USB, it is likely we want to support different (cheap) USB solutions.
- We are have @tariq786 working …
-
Please verify the following;
#### Test 0 - Device doesn't enumerate without board power
Computer is connected to the Cypress FX2 while board is unpowered.
**No device should be enumerated / discover…
-
I stumbled over a coarse resolution of the `BMP180` sensor connected to an `STM32F103C8T6` at `I2cMaster1`. When reading exactly two bytes the first byte is not acknowledged by the master so that the …
-
We're using the FX2 proxy minions and we've discovered that much of the information gathered by the `inventory` and `system_info` commands are great candidates for grains data. Hopefully this is somet…
-
_From @mithro on July 17, 2015 7:50_
Our JTAG interface in on Port E, not on Port D. Sadly Port E isn't bit accessible - so the firmware needs to be modified, not just pins remapped.
_Copied from or…