Update isr name.
[bertos.git] / wizard / bertos_utils.py
2009-01-16 duploAdd a header parse function stub
2009-01-13 duploUse defaultdict for toolchains information
2009-01-13 duploUse a defaultdict instead of a standard dict for storin...
2009-01-13 duploRemove duplicate toolchains
2009-01-12 duploModify orribly the conversion module and the bertos_uti...
2009-01-09 duploHide QVariant from the ui implementation, and make...
2009-01-09 duploChange the gcc -v parser for obtain separate version...
2009-01-07 duploAdd the check for the right toolchain for the selected cpu
2009-01-05 duploImprove the validation process, showing the results
2009-01-02 duploAdd the getToolchainInfo function that return a dict...
2008-12-22 duploAdd the getSystemPath function that returns a list...
2008-12-22 duploAdd the findToolchains function that allow to find...
2008-12-22 duploAdd the const string containing the pattern of the...
2008-12-19 duploUse the constants instead of hardcoded values
2008-12-19 duploParse the filename for find the cpu name
2008-12-19 duploAdd the cpus in the cpu list
2008-12-19 duploAdd the self.tr() to the window title
2008-12-18 duploCorrect a typo
2008-12-18 duploAdd the findDefinitions functions, that return a dict...
2008-12-12 duploChange the name of the bertos utilities module