Nov 6, 2017 | Fix documentation typo with 'BCSCTLx/DCOCTL' names and addresses. | Girard, Olivier |
Nov 6, 2017 | Fix documentation typo with 'per_we' port. | Girard, Olivier |
Dec 7, 2016 | test edit | Admin, OpenCores |
Dec 5, 2016 | Update typo in the instruction length table documentation | Girard, Olivier |
Aug 17, 2016 | Add DE0_NANO_SOC board in the FPGA section (including demo of the openGFX430) | Girard, Olivier |
Aug 17, 2016 | DE1 board FPGA example moved to the OBSOLETE directory. | Girard, Olivier |
Aug 1, 2016 | Minor update to overview HTML | Girard, Olivier |
Jul 1, 2015 | Add DMA interface | Girard, Olivier |
May 7, 2015 | DMA interface support coming soon... | Girard, Olivier |
Jan 21, 2015 | Major verification and benchmark update to support both MSPGCC and RedHat/TI GCC toolchains. | Girard, Olivier |
Oct 7, 2014 | Update GDB-Proxy to support new GCC/GDB compiler version from RedHat/TI | Girard, Olivier |
Dec 17, 2013 | Number of supported IRQs is now configurable to 14 (default), 30 or 62. | Girard, Olivier |
Feb 25, 2013 | Add new ASIC_CLOCKING configuration option to allow ASIC implementations with FPGA clocking scheme. Thanks to Sebastien Van Cauwenberghe's contribution :-) | Girard, Olivier |
Nov 27, 2012 | Update documentation with new I2C based serial debug interface | Girard, Olivier |
Oct 15, 2012 | The serial debug interface now supports the I2C protocol (in addition to the UART) | Girard, Olivier |
Jun 8, 2012 | Update donation buttons for proper rendering of the "Overview" page | Girard, Olivier |
Jun 8, 2012 | Fixed some typo in documentation | Girard, Olivier |
Jun 8, 2012 | Add donation buttons | Girard, Olivier |
Jun 6, 2012 | Fixed typo | Girard, Olivier |
Jun 5, 2012 | Add Dhrystone & CoreMark benchmark results. | Girard, Olivier |
Apr 22, 2012 | Add Google+ link | Girard, Olivier |
Mar 22, 2012 | ASIC proven :-) | Girard, Olivier |
Mar 22, 2012 | Adjust image size for the HTML documentation | Girard, Olivier |
Mar 22, 2012 | Add full ASIC support (low-power modes, DFT, ...). Improved serial debug interface reliability. | Girard, Olivier |
Oct 24, 2011 | ASIC teaser :-) | Girard, Olivier |
Oct 19, 2011 | Fixed failing image links in the online documentation. | Girard, Olivier |
Aug 9, 2011 | test | Girard, Olivier |
Jul 25, 2011 | Thanks to Ricardo Ribalda Delgado an new FPGA example is available: Avnet Spartan-6 LX9 microboard | Girard, Olivier |
Jun 23, 2011 | To facilitate commercial adoption of the openMSP430, the core has moved to a modified BSD license. | Girard, Olivier |
Jun 7, 2011 | Update online documentation to reflect the latest design status. | Girard, Olivier |
May 20, 2011 | Note that the per_addr bus width goes from 8 to 14 bits and that your custom peripherals address decoders must be updated accordingly. | Girard, Olivier |
May 20, 2011 | Added RTL configuration possibility to expand the peripheral address space from 512B (0x0000 to 0x0200) to up to 32kB (0x0000 to 0x8000). | Girard, Olivier |
Mar 1, 2011 | Update online documentation with Actel's FPGA implementation example | Girard, Olivier |
Feb 24, 2011 | Thanks to Mihai-Costin Manolescu's contribution, the simulation scripts now support the following simulators: Icarus Verilog, Cver, Verilog-XL, NCVerilog, Modelsim | Girard, Olivier |
Feb 20, 2011 | Bug Fix (SVN revision 92): When the CPU is Halted through the serial debug interface and if an IRQ occures during this time, then the CPU will go wild when the CPU goes out of halt mode. | Girard, Olivier |
Feb 12, 2011 | Software development tools update: new Minidebug interface, Intel-HEX files are now supported | Girard, Olivier |
Dec 16, 2010 | Add Actel ProASIC3 example project with SpaceWar oscilloscope game demo :-) | Girard, Olivier |
Aug 28, 2010 | Update serial debug interface to support memories whose sizes are not a power of 2. | Girard, Olivier |
Aug 1, 2010 | Expand configurability of the program and data memory sizes. | Girard, Olivier |
May 15, 2010 | add link to discussion group | Girard, Olivier |
Apr 25, 2010 | The openMSP430 is now listed by TI on its open source projects list: http://processors.wiki.ti.com/index.php/Open_Source_Projects_-_MSP430 | Girard, Olivier |
Mar 7, 2010 | Add online documentation section: Area and Speed analysis | Girard, Olivier |
Mar 7, 2010 | 16x16 Hardware Multiplier is available :-) | Girard, Olivier |
Feb 1, 2010 | Exclude the range mode from the Hardware breakpoint units by default as it is not used by GDB. | Girard, Olivier |
Jan 22, 2010 | Add online documentation section: Integration and connectivity | Girard, Olivier |
Jan 4, 2010 | change image properties in html documentation for proper rendering in google Chrome browser | Girard, Olivier |
Dec 29, 2009 | Update the online documentation to reflect the latest Verilog changes. | Girard, Olivier |
Dec 29, 2009 | In order to avoid confusion, the following changes have been implemented to the Verilog code: - renamed the "rom_*" ports and defines to "pmem_*" (program memory). - renamed the "ram_*" ports and defines to "dmem_*" (data memory). In addition, in order to prevent potential conflicts with the Verilog defines of other IPs, a Verilog undefine file has been created. | Girard, Olivier |
Dec 29, 2009 | To avoid potential conflicts with other Verilog modules in bigger projects, the openMSP430 sub-modules have all been renamed with the "omsp_" prefix. | Girard, Olivier |
Dec 27, 2009 | Add Altera Cyclone II FPGA project example (thanks to Vadim Akimov contribution) + diverse minor updates in the documentation. | Girard, Olivier |
Dec 27, 2009 | HTML documentation (Overview): Update limitation section | Girard, Olivier |
Sep 20, 2009 | Windows Users: Some batch files have been created so that you can now run the FPGA Xilinx flow from windows (assuming that ISE is installed on your system). | Girard, Olivier |
Aug 30, 2009 | The defines are now directly included (with the `include construct) in the Verilog files. | Girard, Olivier |
Aug 30, 2009 | replaced "openMSP430.inc" with "openMSP430_defines.v" | Girard, Olivier |
Aug 25, 2009 | Added the "Specification done" tag | Girard, Olivier |
Aug 17, 2009 | Updated some links in the "Core" documentation | Girard, Olivier |
Aug 17, 2009 | Updated some links | Girard, Olivier |
Aug 4, 2009 | Updated all source code headers with SVN keywords | Girard, Olivier |
Aug 4, 2009 | Completed documentation | Girard, Olivier |
Jul 12, 2009 | Serial debug interface documentation completed | Girard, Olivier |
Jul 1, 2009 | Project has been uploaded to the SVN repository. Documentation on going. | Girard, Olivier |