3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 7 days ago. based on code collected 7 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure we actually get a file descriptor before creating new WOFS file More... about 10 years ago
prevent calling tmr_int_handler with negative numbers since id indexes into an array More... about 10 years ago
missing return on stm32[f4] enc handler set functions More... about 10 years ago
LM3S - ek-lm3s6965.lua - fix cpu, was lm3s8962 rather than lm3s6965 More... about 10 years ago
Make LuaRPC funcname long enough for null termination More... about 10 years ago
Fix missing element in external ints for stm32 More... about 10 years ago
Don't optimize numbers for compressed romfs on integer builds More... about 10 years ago
Merge pull request #49 from smartavionics/mb-stm32f4-timer-mods More... about 10 years ago
Keep the timer running when stopping timer generated cyclic interrupts. More... about 10 years ago
In platform_s_timer_delay() don't assume timer reload value is all ones. More... about 10 years ago
Fix platform_s_timer_delay() so it doesn't hang when specified delay is too large. More... about 10 years ago
Add support for 32 bit timers TIM2 and TIM5 (id 1 and 4). More... about 10 years ago
LM3S - ethernet - make platform net functions use their arguments rather than assuming they are dealing with uip_buf More... about 10 years ago
uip-conf.h (various platforms) - note inconsistency - comment says UIP_CONF_UDP_CHECKSUMS should be 0, but it is 1 so which is right? (comment or code) More... about 10 years ago
STM32F4 - uip-conf.h - replace with identical file with less restrictive copyright More... about 10 years ago
Merge pull request #47 from smartavionics/stm32f4-nucleo More... about 10 years ago
Merge pull request #45 from ecdr/MiscUpdates More... about 10 years ago
Merge pull request #41 from smartavionics/mb-stm32f4-cpu-additions More... about 10 years ago
pio.c - remove redundant include (lualib.h includes lua.h) More... about 10 years ago
Rework configuration of STM32F4 HSI clock. More... about 10 years ago
Now determines the required flash latency from the system clock frequency. More... about 10 years ago
Can't use HSE clock on the Nucleo board as it's not populated. More... about 10 years ago
Reduce the flash latency to 2WS as that is sufficient for the 84MHz clock. More... about 10 years ago
LM3S - platform.c - remove duplicate include More... about 10 years ago
LM3S - platform.c - MAP_ - Use ROM versions of library if available More... about 10 years ago
LM3S - platform_int - use platform_pio_get_num_pins rather than assuming 8 pins per port More... about 10 years ago
Merge pull request #44 from smartavionics/stm32f4-nucleo More... about 10 years ago
Ported to STM32F401 Nucleo board. More... about 10 years ago
LM3S - startup_gcc - use console UART, rather than assuming UART0 More... about 10 years ago
LM3S - startup_gcc.c - human readable error messages for default ISRs also, use ROM versions of UARTCharPut, if available More... about 10 years ago