Releases: FPGAwars/Collection-Jedi
Releases · FPGAwars/Collection-Jedi
v2.0
What's Changed
- Update blocks to Icestudio 0.12: Fix verify errors (By @Obijuan )
- LED effect blocks moved to the iceLED collection (By @Obijuan )
- Bus blocks moved to the iceBus collection (By @Obijuan)
- Binary coders and encoders move to the icecoders collection (By @Obijuan )
- Muxes and Demuxes moved to the icemux collection (By @Obijuan )
- Constant moved to the iceK collection (By @Obijuan )
- IO/pull-up pins moved to the IceIO collection (By @Obijuan )
- Logic gates moved to the iceGates collection (By @Obijuan )
- Arithmetics blocks moved to the IceArith collection (By @Obijuan )
- Flip-flops moved to the iceFF collection (By @Obijuan )
- Bus elementos moved to the iceWires collection (By @Obijuan )
- Comparators moved to the icecomp collection (By @Obijuan )
- Counters moved to the icecounter collection (By @Obijuan )
- Machines moved to the iceMachine collection (By @Obijuan )
- Bottons moved to the iceInput collection (By @Obijuan )
- Serial blocks moved to the iceSerial collection (By @Obijuan )
- Registers moved to the iceRegs collection (By @Obijuan )
- Memories moved to the iceMem collection (By @Obijuan )
- Actualizaciones y añadir módulos. by @Democrito in #16
- Delete Serial2Binary8bits.ice by @Democrito in #15
- Delete Serial2Binary16bits.ice by @Democrito in #14
- Convertidores de ASCII (serial RX) a int8, int16, uint8, uint16 by @Democrito in #18
Full Changelog: v1.12.0...v2.0
v1.12.0
What's Changed
- More modules by @Democrito in #5
- More modules @Democrito in #10
- Binary to ASCII 16 bits by @Democrito in #11
- add SPI Master Multibyte by @Democrito in #12
- add 24 bits split in 8-8-8 bits outputs by @Democrito in #13
- 12-bits ADC by MRC LLorens
- Bug fixed: ADC (8-bits) now works with the updated toolchains
Jedi Collection V1.11.0
- Stack Pointers updated
- More memories added
- Cherry key block
- 4Bytes buffer
- More muxes for different bit lentghs
- More comparators for different bit lengths
- accumulators
- More bus stuff added, for different bit lengths
- New Bus access block added
Jedi Collection V1.10.0
- MAX7912 Driver, by @Democrito
- SPI Master, by @Democrito
- 2-bits stack pointer
- 32-bits components: comparators, muxes, consts...
- More memories added
- More components needed for the stdio collection examples
- More components needed
- Many more blocks that were needed in our development projects
Jedi Collection V1.9.0
- Templates for creating components (Icestudio 0.5-dev or higher needed)
- R/W memories
- Bootloader machine
- Memories with the hardware bootloader embedded
- Free-falling block: Calculation of the position and velocity of an 8-bit particle in a gravity field
- Many more blocks that were needed in our development projects
Jedi Collection V1.8.0
Version released for the Application notes: CT.7: 4x7 segments SPI Display
Jedi Collection V1.7.0
Version released for the Application notes CT.6: SPI master
Jedi Collection V1.6.0
Version released for the Application notes CT.5: SPI esclavo
Jedi Collection V1.5.0
Version released for the Application notes CT.4: Control de LEDs
Jedi Collection V1.4.0
Version released for the Application notes CT.3: Pines de Entrada Salida
InOut blocks and examples added