bertos.git
2010-04-30 battreformat.
2010-04-30 battRemove debug leftovers.
2010-04-30 battAdd preset creationg script.
2010-04-30 duploFix regression.
2010-04-30 duploUse new paths for Exceptions
2010-04-30 battLM3S1968: Add first example project.
2010-04-30 battSet development board name.
2010-04-30 battAdd relative path.
2010-04-30 duploAttempt to fix the cfg and hw file path logic.
2010-04-30 arighifonts: include the C version of all the fonts in the...
2010-04-30 arighiCM3: shrink the initial IRQ table even more.
2010-04-30 arighiLPC2: define register offsets in the UART driver to...
2010-04-30 arighiCM3: lm3s scripts and configurations refactoring.
2010-04-30 battComply to new wizard policy: the toolchain name is...
2010-04-30 battFix naming convention issue (related to HW_DIR/HW_PATH...
2010-04-29 asterixFix comment.
2010-04-29 duploAdd support for automatic toolchain search (for preset...
2010-04-29 battFix suitable toolchain finding process.
2010-04-29 battAdd support for parametric hw dir.
2010-04-29 arighilm3s: flash and debug script refactoring.
2010-04-28 arighilm3s8962: add an example application for this specific...
2010-04-28 arighiCM3: add support for the LM3S8962 evaluation board.
2010-04-28 arighilm3s1968: be sure to enable clock gating for GPIO port...
2010-04-28 duploAdd logic for the path choice.
2010-04-28 duploAdd abstraction layer for toolchains.
2010-04-28 asterixAdd avr tag for widzard.
2010-04-28 asterixUse log module, implement recv function. Some little...
2010-04-28 asterixClean up.
2010-04-28 asterixUpdate cfg to silent warning.
2010-04-28 asterixFix xmodem send. Use log module.
2010-04-28 asterixAdd support for flash sizes on all supported AT91SAM7...
2010-04-28 asterixUpdate the hw and cfg thermo files.
2010-04-28 duploRemove useless while loops
2010-04-27 asterixRemove duplicate defines.
2010-04-27 asterixAdd pwm register definitions.
2010-04-27 battAvoid recursion on string.replace()
2010-04-27 arighiLPC2: add a UART driver testcase to the example.
2010-04-27 duploAdd comment for the new internal version.
2010-04-27 duploCopy the user mk file of the preset, replacing the...
2010-04-27 asterixSome refactor. Clean up. Add comments.
2010-04-27 battShorten variable name.
2010-04-27 duploAdd new internal version
2010-04-27 duploFix relative/absolute path issuew
2010-04-27 duploRevert to the old one.
2010-04-27 arighiLPC2: do not include UART driver to the nightly test...
2010-04-27 arighiLPC2: include the UART driver into the generic driver...
2010-04-27 arighilm3s1968: merge the DevelGPS example application.
2010-04-27 duploAdd relpath module, for python < 2.6.0
2010-04-27 duploModify the copytree code to use the copytree shipped...
2010-04-27 asterixRever wrong commit.
2010-04-27 arighilm3s1968: update UART configuration in the example.
2010-04-27 arighiLPC2: UART driver.
2010-04-27 battFix problems with older BeRTOS versions.
2010-04-27 asterixAdd process to use module with kernel. Move some define...
2010-04-27 asterixAdd ntc log config.
2010-04-27 duploNew makefile architecture.
2010-04-27 asterixAdd log module and use temp types.
2010-04-27 asterixAdd comment.
2010-04-27 asterixFix if.
2010-04-27 asterixClean up.
2010-04-27 asterixClean up.
2010-04-27 asterixClean up. Add set polarity prototype.
2010-04-27 duploIn editing mode when the user selects a project that...
2010-04-27 arighilm3s1968: internal flash memory driver.
2010-04-27 arighirit128x96: correctly check for out-of-bounds pixels...
2010-04-27 duploAdd missing import.
2010-04-27 duploMore logic into makefiles generation functions
2010-04-27 duploAdd more explicative comment for latest internal version
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.
next