projects
/
bertos.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
lm3s1968: enable kernel preemption in the example.
2010-04-06
arighi
lm3s1968: enable kernel preemption in the example.
commit
|
commitdiff
|
tree
2010-04-06
arighi
CM3: kernel preemption documentation.
commit
|
commitdiff
|
tree
2010-04-06
arighi
CM3: kernel preemption.
commit
|
commitdiff
|
tree
2010-04-06
arighi
CM3: use a distinct stack for handler-mode and thread...
commit
|
commitdiff
|
tree
2010-04-06
arighi
lm3s1968: rewrite the startup vector table in assembly.
commit
|
commitdiff
|
tree
2010-04-06
arighi
CM3: introduce sysirq_setPriority().
commit
|
commitdiff
|
tree
2010-04-06
arighi
lm3s1968: delay few cycles after enabling the UART...
commit
|
commitdiff
|
tree
2010-04-06
arighi
lm3s1968: make __delay() naked and usable outside the...
commit
|
commitdiff
|
tree
2010-04-06
arighi
CM3: add -mthumb to the linker option.
commit
|
commitdiff
|
tree
2010-03-31
arighi
CM3: startup refactoring.
commit
|
commitdiff
|
tree
2010-03-31
arighi
lm3s1968: enable the kernel in the example.
commit
|
commitdiff
|
tree
2010-03-31
arighi
CM3: introduce asm_switch_context().
commit
|
commitdiff
|
tree
2010-03-31
arighi
at91sam7: remove deprecated build option -gen-debug.
commit
|
commitdiff
|
tree
2010-03-31
arighi
lm3s1968: enlarge the stack size of the main process...
commit
|
commitdiff
|
tree
2010-03-31
arighi
lm3s1968: log an error and halt forever in case of...
commit
|
commitdiff
|
tree
2010-03-31
arighi
CM3: introduce PAUSE macro.
commit
|
commitdiff
|
tree
2010-03-31
arighi
lm3s1968: introduce a distinct inline function to evaluate...
commit
|
commitdiff
|
tree
2010-03-31
arighi
CM3: define specific architecture attributes.
commit
|
commitdiff
|
tree
2010-03-31
arighi
ARM: introduce NAKED() macro.
commit
|
commitdiff
|
tree
2010-03-30
arighi
lm3s1968: add configuration files to the example.
commit
|
commitdiff
|
tree
2010-03-30
arighi
lm3s1968: return the correct CPU frequency in clock_get_rate().
commit
|
commitdiff
|
tree
2010-03-30
arighi
lm3s1968: integrate the hardware timer driver into...
commit
|
commitdiff
|
tree
2010-03-30
arighi
Fix elif with no expression.
commit
|
commitdiff
|
tree
2010-03-29
arighi
lm3s1968: add debugging functionality on UART0.
commit
|
commitdiff
|
tree
2010-03-29
arighi
ARM: add LM3S Cortex-M3 core family detection.
commit
|
commitdiff
|
tree
2010-03-29
arighi
lm3s1968: driver names refactoring.
commit
|
commitdiff
|
tree
2010-03-29
arighi
lm3s1968: try to evaluate the correct SYSDIV value...
commit
|
commitdiff
|
tree
2010-03-29
arighi
lm3s1968: clocking driver.
commit
|
commitdiff
|
tree
2010-03-29
arighi
introduce UNREACHABLE() macro.
commit
|
commitdiff
|
tree
2010-03-26
arighi
examples: add a simple LM3S1968 Cortex-M3 testcase.
commit
|
commitdiff
|
tree
2010-03-26
arighi
lm3s1968: low-level timer driver (systick).
commit
|
commitdiff
|
tree
2010-03-26
arighi
lm3s1968: define the architecture's startup routine.
commit
|
commitdiff
|
tree
2010-03-26
arighi
lm3s1968: implement the IRQ manager.
commit
|
commitdiff
|
tree
2010-03-26
arighi
cortex-m3: add basic support for the lm3s1968 board.
commit
|
commitdiff
|
tree
2010-03-26
arighi
Fix "Found unknown command" doxygen warnings.
commit
|
commitdiff
|
tree
2010-03-25
arighi
at91sam7 example: add signal_test testcase.
commit
|
commitdiff
|
tree
2010-03-25
arighi
signal_test: use kernel heap memory pool for the processes...
commit
|
commitdiff
|
tree
2010-03-25
arighi
Use the new sig_send() and sig_post() primitives.
commit
|
commitdiff
|
tree
2010-03-25
arighi
Introduce low-latency signals.
commit
|
commitdiff
|
tree
2010-03-25
arighi
Introduce proc_wakeup().
commit
|
commitdiff
|
tree
2010-03-22
arighi
demo: wait for a keypress event instead of sleeping...
commit
|
commitdiff
|
tree
2010-03-22
arighi
demo: re-define custom schedule() function
commit
|
commitdiff
|
tree
2010-03-22
arighi
kdb: re-enable calling poor man's scheduler inside...
commit
|
commitdiff
|
tree
2010-03-19
arighi
Remove the idle process.
commit
|
commitdiff
|
tree
2010-03-19
arighi
Add avr-kern example.
commit
|
commitdiff
|
tree
2010-03-19
arighi
demo: make the GUI preemptive-safe.
commit
|
commitdiff
|
tree
2010-03-19
arighi
proc_test: define a distinct instance of test for each...
commit
|
commitdiff
|
tree
2010-03-19
arighi
Allow to define "notest: all" to completely exclude...
commit
|
commitdiff
|
tree
2010-03-19
arighi
demo: use kernel heap memory pool for the monitor stack...
commit
|
commitdiff
|
tree
2010-03-18
arighi
examples: update at91sam7 configuration.
commit
|
commitdiff
|
tree
2010-03-18
arighi
proc_test: enlarge processes' stack size to KERN_MINSTACKSIZ...
commit
|
commitdiff
|
tree
2010-03-18
arighi
Silent some gcc "no previous prototype" build warnings.
commit
|
commitdiff
|
tree
2010-03-18
arighi
Preemption: set default kernel quantum to 11 ms.
commit
|
commitdiff
|
tree
2010-03-18
arighi
Parametric scheduler approach.
commit
|
commitdiff
|
tree
2010-03-18
arighi
proc_test: fix a format build warning.
commit
|
commitdiff
|
tree
2010-03-18
arighi
demo: increase default kernel heap size to 2MB.
commit
|
commitdiff
|
tree
2010-03-18
arighi
proc_test: do not overflow preempt_counter on AVR.
commit
|
commitdiff
|
tree
2010-03-18
arighi
demo: enable dynamic memory allocator (kernel heap...
commit
|
commitdiff
|
tree
2010-03-18
arighi
proc_test: use kernel dynamic memory if CONFIG_KERN_HEAP...
commit
|
commitdiff
|
tree
2010-03-17
arighi
proc_test: code cleanup and introduce a synchronization...
commit
|
commitdiff
|
tree
2010-03-17
arighi
monitor: remove useless warning of main process stack...
commit
|
commitdiff
|
tree
2010-03-17
arighi
proc_test: fix buffer overflow.
commit
|
commitdiff
|
tree
2010-03-17
arighi
Avoid duplicate definitions.
commit
|
commitdiff
|
tree
2010-03-17
arighi
proc_test: reuse the same stack and memory array of...
commit
|
commitdiff
|
tree
2010-03-17
arighi
proc_test: use snprintf() instead of sprintf().
commit
|
commitdiff
|
tree
2010-03-17
arighi
preempt: be sure to never call proc_switch() or proc_yield...
commit
|
commitdiff
|
tree
2010-03-17
arighi
heap: properly check the alignment in memory of a heap_buf_t...
commit
|
commitdiff
|
tree
2010-03-17
arighi
Add alignof() macro.
commit
|
commitdiff
|
tree
2010-03-17
arighi
AVR: fix redeclaration of ISR_PROTO() macro.
commit
|
commitdiff
|
tree
2010-03-17
arighi
test: preempt.c and coop.c should be never explicitly...
commit
|
commitdiff
|
tree
2010-03-17
arighi
Do not break old declarations of PROC_DEFINE_STACK().
commit
|
commitdiff
|
tree
2010-03-17
arighi
proc_test: fix some build warnings on AVR.
commit
|
commitdiff
|
tree
2010-03-17
arighi
Make kernel heap for processes optional and fully configurab...
commit
|
commitdiff
|
tree
2010-03-17
arighi
demo: add optional CPPAFLAGS variable definition in...
commit
|
commitdiff
|
tree
2010-03-17
arighi
Fix a memory leak in proc_freeZombies().
commit
|
commitdiff
|
tree
2010-03-17
arighi
fix asm_switch_context() for the x86 and x86_64 archs
commit
|
commitdiff
|
tree
2010-03-17
arighi
Merge branch "preempt" in "trunk".
commit
|
commitdiff
|
tree
2010-01-28
arighi
Be sure to always initialize synctimer_list when synctimer_t...
commit
|
commitdiff
|
tree
2009-12-28
arighi
explicitly include compiler.h to be sure all stdint...
commit
|
commitdiff
|
tree