index
:
multipass
'🏳️⚧️'
main
merge-prep/lennart
protocol-modeling
protocol-modeling-netsys
state-duration-timers
HAL / Library OS for a bunch of embedded platforms
derf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
Age
Commit message (
Expand
)
Author
Lines
2018-11-16
esp8266 stdout: partialle respect base, output unsigned char as number
Daniel Friesel
-3
/
+15
2018-11-16
esp8266: Use os_printf where applicable
Daniel Friesel
-15
/
+7
2018-11-15
MSP430: Add "counter" driver
Daniel Friesel
-0
/
+11
2018-11-15
arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1
Daniel Friesel
-0
/
+18
2018-11-15
restore arduino-nano Makefile
Daniel Friesel
-4
/
+23
2018-11-14
no-rtti no-threadsafe-statics
Daniel Friesel
-1
/
+1
2018-11-13
Support C targets
Daniel Friesel
-10
/
+29
2018-11-13
Distinguish between C and C++ targets
Daniel Friesel
-40
/
+40
2018-11-12
wat
Daniel Friesel
-2
/
+11
2018-10-26
Merge SoftI2C timer={0,1} code paths, adjust timing according to I2C spec
Daniel Friesel
-2
/
+8
2018-10-25
msp430 i2c: refactor code a bit
Daniel Friesel
-19
/
+14
2018-10-25
msp430: Fix delay_us/delay_ms for F_CPU≠16MHz
Daniel Friesel
-2
/
+2
2018-10-24
I2C: Add support for manual / always-on gpio pullups
Daniel Friesel
-0
/
+4
2018-10-23
POSIX: Improve GPIO emulation
Daniel Friesel
-28
/
+4
2018-10-19
MSP430 I2C: Enable interrupts for RX mode
Daniel Friesel
-1
/
+7
2018-10-19
msp430: Notify software if I2C driver is active
Daniel Friesel
-0
/
+1
2018-10-19
arduino nano: support additional CPU frequencies
Daniel Friesel
-6
/
+74
2018-10-18
msp430 arch.cc cleanup
Daniel Friesel
-111
/
+1
2018-10-18
MSP430: Show calculated real timer frequency on 'info"
Daniel Friesel
-1
/
+49
2018-10-16
MSP430: Support CPU speed variation in microsecond timer
Daniel Friesel
-5
/
+17
2018-10-15
Enable busy waiting in I2C driver to reach selected I2C clock
Daniel Friesel
-8
/
+8
2018-10-15
set default for F_I2C
Daniel Friesel
-0
/
+4
2018-10-15
MSP430 stdout: Support more CPU frequencies
Daniel Friesel
-1
/
+29
2018-10-15
MSP430: Avoid possible race conditions when going to sleep
Daniel Friesel
-6
/
+4
2018-10-15
MSP430: Support several CPU speeds
Daniel Friesel
-3
/
+24
2018-10-12
Makefiles: quiet mode, optional info output
Daniel Friesel
-36
/
+64
2018-10-12
MSP430 I2C: Configurable I2C frequency
Daniel Friesel
-1
/
+1
2018-10-12
arduino nano: ignore non-timer interrupts for loop
Daniel Friesel
-5
/
+15
2018-10-12
half-baked timer implementation for MSP430 and Arduino
Daniel Friesel
-12
/
+7
2018-09-24
POSIX: Add loop and timer support
Daniel Friesel
-0
/
+17
2018-09-17
Add #define for POSIX arch
Daniel Friesel
-0
/
+2
2018-09-17
esp8266: Fix typo
Daniel Friesel
-1
/
+1
2018-08-27
msp430: Add preprocessor macro for CPU speed
Daniel Friesel
-1
/
+7
2018-08-17
add timer-supported software i2c + arduino-nano timer
Daniel Friesel
-0
/
+88
2018-08-16
configurable i2c bitrate on arduino nano
Daniel Friesel
-1
/
+9
2018-08-16
Blinkenrocket: Configurable I2C speed
Daniel Friesel
-2
/
+10
2018-08-10
Add i2cbench app
Daniel Friesel
-2
/
+0
2018-08-09
Optionally disable stdout
Daniel Friesel
-0
/
+4
2018-08-09
blinkenrocket i2c: Add optional no-interrupt I2C
Daniel Friesel
-2
/
+9
2018-08-08
Add Blinkenrocket arch
Daniel Friesel
-0
/
+344
2018-08-08
MSP430: Add delay_ms
Daniel Friesel
-0
/
+6
2018-08-07
arch: Add delay_ms function
Daniel Friesel
-1
/
+6
2018-08-07
AVR GPIO: Add pullup support
Daniel Friesel
-0
/
+13
2018-08-07
Support optional SoftI2C pullups on MSP430
Daniel Friesel
-1
/
+8
2018-07-27
arduino-nano: Enable LTO
Daniel Friesel
-1
/
+1
2018-07-17
Move include/$arch to include/arch/$arch to be consistent with src/ hierarchy
Daniel Friesel
-4
/
+2
2018-07-17
MSP430: Some idle waiting
Daniel Friesel
-6
/
+25
2018-07-14
arduino-nano: i2c: Use idle waiting
Daniel Friesel
-18
/
+21
2018-07-12
Add arch.idle() command
Daniel Friesel
-0
/
+27
2018-07-12
MSP430: Call loop() from main function to avoid nested interrupts
Daniel Friesel
-3
/
+15
[next]