bertos.git
2010-04-26 battUse PRESET_NAME instead of PROJECT_NAME when creating...
2010-04-26 duploAdd comment.
2010-04-26 duploAvoid to create a new VERSION file for presets, in...
2010-04-26 duploIf the project edited is a preset the wizard doesn...
2010-04-26 duploAdd new _wizard_version for differentiate the newest...
2010-04-26 duploChange SOURCES_PATH in BERTOS_PATH.
2010-04-26 duploAdd support for parametrization of the sources dir...
2010-04-23 arighilm3s1968: add a busy wait sleep when enabling or disabl...
2010-04-23 duploUse PROJECT_NAME instead of os.path.basename(PROJECT_PATH)
2010-04-23 arighilm3s1968: use the fixed-width Gohufont in the example.
2010-04-23 arighifont: add fixed-width Gohufont.
2010-04-23 arighirit128x96: allow to define starting x and y coordinates...
2010-04-23 duploAdd information about project source path.
2010-04-23 duploAdd information for advanced preset editing.
2010-04-23 duploUse " instead of ' for BProject file (to follow the...
2010-04-23 duploFix existing directory problem with copytree.
2010-04-23 duploCreate an empty file if the user select the box.
2010-04-23 duploCreating a new project from a preset the Wizard copy...
2010-04-23 duploAvoid the manual join of paths, using os.path.join.
2010-04-23 duploAdd placeholder comment
2010-04-23 duploAdd properties to retrieve the project relevant dirs.
2010-04-23 duploAdd information to project.
2010-04-23 asterixCompute duty cycle according to pwm polarity before...
2010-04-23 duploRemove not needed edit checks.
2010-04-22 arighilm3s1968: set the correct GPIO registers when enabling...
2010-04-22 arighirit128x96: introduce rit128x96_blitRaw() to draw a...
2010-04-21 arighiCM3: ensure that all processes have eight-byte stack...
2010-04-21 arighilm3s1968: improve the example with GUI enhancements...
2010-04-21 arighigui: refresh the local bitmap instead of referencing...
2010-04-20 duploReuse most of the available code.
2010-04-20 duploRemove the 'edit' parameter, no more needed.
2010-04-20 duploAdd method to create the sources dir into the project.
2010-04-20 duploAdd method for version file
2010-04-20 duploSplit the createBertosProject method.
2010-04-20 duploAdd missing import
2010-04-20 duploMove createBertosProject as BProject method
2010-04-20 duploAdd wait cursor during preset loading.
2010-04-20 duploSelect the current preset when the user go back after...
2010-04-20 duploStub of preset load method.
2010-04-20 duploAdd _ before the name of new 'private' methods.
2010-04-20 duploRemove trailing spaces.
2010-04-20 duploAdd setEnabledModules as method of BProject class ...
2010-04-20 duploSplit loadBertosProject method to reuse most of the...
2010-04-20 duploAdd stub of project loading from preset.
2010-04-20 duploSave the project preset path into the project.
2010-04-20 duploAdd implementation for the isComplete method override.
2010-04-20 duploFix regression.
2010-04-19 battHeap: refactor in order to add more tests.
2010-04-19 battTypos.
2010-04-19 battReformat.
2010-04-19 battHeap: add heap_freeSpace(), a new function.
2010-04-19 battheap: Fix heap_freemem() when all the heap is full.
2010-04-19 arighigfx: fix missing dependency.
2010-04-19 arighimenu: correctly show the entry at the bottom of the...
2010-04-19 arighikernel: preemptive and cooperative scheduler refactoring.
2010-04-19 arighiat91sam7x: force inlining of all the UART ISR functions.
2010-04-19 arighiat91sam7x: add -fno-strict-aliasing -fwrapv build optio...
2010-04-19 duploAdd icons to the Board page.
2010-04-19 duploAdd preset load functionality.
2010-04-19 duploAdd test for project loading functionality.
2010-04-19 duploRemove unwanted code (that search for information into...
2010-04-19 duploFix typo...
2010-04-19 duploAdd stub of preset load method.
2010-04-19 duploUse self.project() as readonly property
2010-04-19 duploAdd behaviour of the groupbox into the designer form...
2010-04-19 duploSetup the nextId overriden method.
2010-04-19 duploAdd stub of new structure of the wizard preset path.
2010-04-19 duploFix wrong license comments.
2010-04-19 arighiwizard: fix typo.
2010-04-19 duploAttempt to fix the issue #139.
2010-04-19 duploAdapt the BToolchainSearch dialog to the new dir structure.
2010-04-19 duploAdd preset loading function.
2010-04-18 asterixFix the pio pins settings everty time we change configu...
2010-04-17 arighilm3s1968: add keypad driver implementation to the example.
2010-04-17 arighilm3s1968: introduce lm3s_gpioPinRead().
2010-04-16 battLPC2: silent warning in nightly test.
2010-04-16 battAX25:add new print function compatible with TNC-2 format.
2010-04-16 battNew module: kfile_debug. Now you can redirect output...
2010-04-16 arighiproc: change proc_yield() behaviour.
2010-04-16 battAX25: refactor in order to add the possibility to speci...
2010-04-15 arighilm3s1968: correctly configure GPIO pins to work as...
2010-04-14 arighiBump up version.
2010-04-14 arighilm3s1968: integrate the porting in the wizard.
2010-04-14 arighiCM3: integrate the Cortex-M3 porting in the wizard.
2010-04-14 arighirit128x96: integrate the driver in the wizard.
2010-04-14 arighiCM3: generic timer (Systick) driver implementation.
2010-04-14 arighiCM3: remove unneeded file ser_cm3.c.
2010-04-13 arighilm3s1968: some optimizations in the example application.
2010-04-13 arighilm3s1968: restore prompt on UART0 in the example.
2010-04-13 arighirit128x96: small code optimizations.
2010-04-13 arighilm3s1968: offload Serial structure from the serial...
2010-04-13 arighilm3s1968: replace switch-case statements with if-then...
2010-04-13 arighilm3s1968: remove unneeded build options in the example.
2010-04-13 arighirit128x96: add distinct configuration and hardware...
2010-04-13 arighilm3s1968: add a simple serial prompt to the example.
2010-04-13 arighilm3s1968: generic UART driver.
2010-04-13 arighiCM3: allow to declare ISR functions as static.
2010-04-13 arighiCM3: generic IRQ management module.
2010-04-13 battUpdate checksum value.
2010-04-12 battLPC2xxx: add kernel test.
next