1. 6ed6f36 [warnings] remove some redundant declarations by Travis Geiselbrecht · 10 weeks ago
  2. 0255d80 [external][libfdt] rename a top level function that collides with the name of a structure by Travis Geiselbrecht · 2 months ago
  3. 414c1e2 [external][libfdt] update libfdt to newest version by Travis Geiselbrecht · 2 months ago
  4. c892c95 [external] update raspberry pi pico SDK by Travis Geiselbrecht · 4 months ago
  5. 25ff64d [libc] move sys/cdefs.h out of libm and into the main include path by Travis Geiselbrecht · 4 months ago
  6. 496e2f4 [riscv][clang] Use a CSR name instead of a numeric expression by Alex Richardson · 2 years, 7 months ago
  7. 231f589 [make][clang] Do not add unsupported warning flags by Alex Richardson · 2 years, 7 months ago
  8. 28c6154 Fix CVE-2004-0230 by Akansh · 1 year, 5 months ago
  9. 7b12b20 [dlmalloc] Fix -Wnull-pointer-arithmetic by Alex Richardson · 2 years, 7 months ago
  10. 415096a [external][lib][fdt] update libfdt to newest version by Travis Geiselbrecht · 1 year, 5 months ago
  11. 2985728 [stm32f4xx][stdperiph driver] remove +x from file modes in imported files by Travis Geiselbrecht · 1 year, 11 months ago
  12. 627e0a5 [stm32f4xx][stdperiph driver] fix a typo in a wait loop by Travis Geiselbrecht · 1 year, 11 months ago
  13. 52ca5d3 [External-platform-stm32f4xx]: stm32f4xx.h remove redefenitions by luka177 · 1 year, 11 months ago
  14. f2459fe Fix line ending by luka177 · 1 year, 11 months ago
  15. 6abb5b3 [STM32F4xx_StdPeriph_Driver] Define assert_param by luka177 · 2 years ago
  16. 126abea Update to latest STM32F4xx_StdPeriph_Driver by luka177 · 2 years ago
  17. 6462cbf [arch][fpu] add ability to specify per file or module if code needs fpu by Travis Geiselbrecht · 2 years ago
  18. 3ba03f7 [external][libm] add -Wno-maybe-uninitialized by Travis Geiselbrecht · 2 years, 2 months ago
  19. 0257ac8 [dev][pcnet32] get the pcnet32 driver building and working again by Travis Geiselbrecht · 2 years, 8 months ago
  20. fcb65c9 [dev/lib][warnings] fix -Wmissing-declarations warnings in dev/ and lib/ by Travis Geiselbrecht · 2 years, 8 months ago
  21. 392dd18 [external][ARM][CMSIS] save a copy of the CMSIS patch by Travis Geiselbrecht · 2 years, 9 months ago
  22. 4e25fdd [external][ARM][CMSIS] reapply the systick patch to cmsis by Travis Geiselbrecht · 5 years ago
  23. a0b27a9 [external][ARM][CMSIS] update to cmsis 5.3.2 by Travis Geiselbrecht · 2 years, 9 months ago
  24. 5a3d51e [assert] fix up a few places broken at DEBUG=0 after recent assert changes by Travis Geiselbrecht · 3 years, 3 months ago
  25. e65436d [external][pico] import source from rpi pico sdk by Brian Swetland · 3 years, 5 months ago
  26. d1bad2e [nrf][clock] use nrfx lib clock driver by Eric Holland · 3 years, 9 months ago
  27. 668be9d [nrf52][i2c] Add nrfx i2c driver by Eric Holland · 3 years, 9 months ago
  28. 80f464b [nrfx] Cleanup glue for nrfx library by Eric Holland · 3 years, 9 months ago
  29. 29b49df [nordic][nrfx] Cleanup of nrfx integration by Eric Holland · 3 years, 9 months ago
  30. b720536 Nordic nrfx usb driver integration by Eric Holland · 3 years, 10 months ago
  31. 0f36150 [nordic] use nrfx platform libs by Eric Holland · 3 years, 10 months ago
  32. ba53072 [warning] add -Wdouble-promotion by Travis Geiselbrecht · 4 years ago
  33. f7d8e23 [warnings] add -Wshadow which helps detect local variables that override globals by Travis Geiselbrecht · 4 years ago
  34. 4edb93a [lib][console] rename some console command types to be prefixed with console_ by Travis Geiselbrecht · 4 years ago
  35. f371fa2 [arch] move the atomic ops into a separate header by Travis Geiselbrecht · 4 years, 1 month ago
  36. 36fd4c3 [external][libfdt] refresh copy of libfdt from upstream by Travis Geiselbrecht · 4 years, 3 months ago
  37. 9a60813 [stm32f0cube][bugfix] Fix race which leads to 0-length SETUP transfers by Patrick Shickel · 5 years ago
  38. 4cf2997 [stm32f0] Update to STM32Cube v1.10.1. by Erik Gilling · 5 years ago
  39. 6cb0252 [include][console] split lib/console.h into two by Travis Geiselbrecht · 5 years ago
  40. 1b7a28e [include][lk] fixup lk/ include path move by Travis Geiselbrecht · 5 years ago
  41. b66bd3e Add STM32F429I-DISCO1 support(default serial:USART1). by Martin Foo · 7 years ago
  42. 8dca220 [external][arm][cmsis] save the patch we just applied as a patch file by Travis Geiselbrecht · 5 years ago
  43. 3791830 [external][arm][cmsis] reapply the systick patch to cmsis by Travis Geiselbrecht · 5 years ago
  44. 0d58a1a [external][arm][cmsis] update to new pristine copy of CMSIS for cortex-m by Travis Geiselbrecht · 5 years ago
  45. f98cef7 [warnings] fix warnings across the entire code base by Travis Geiselbrecht · 6 years ago
  46. 31b8d1d [nrf] Support for NRF52840 DK by Eric Holland · 6 years ago
  47. e007acc [stm32f0xx] Add support for stm32f070xb by Todd Eisenberger · 6 years ago
  48. 5dea3e1 [warnings] fix a few warnings introduced with newer version of gcc by Travis Geiselbrecht · 6 years ago
  49. 10bb613 Merge pull request #146 from littlekernel/pr/nrf52 by Travis Geiselbrecht · 8 years ago
  50. d52054c Merge pull request #143 from konkers/pr/stm32f0-usb by Travis Geiselbrecht · 8 years ago
  51. 6388cde [nrf52] Platform and sample target support for Nordic NRF52 (cortex-M4) by Eric Holland · 8 years ago
  52. 1491809 [nrf52] First commit for platform support by Eric Holland · 8 years ago
  53. d1c4965 [nordic] move vendor code to external by Eric Holland · 8 years ago
  54. b88985b [stm32f0xx] Add STM32F0xx_HAL_Driver. by Erik Gilling · 8 years ago
  55. 6c82940 [stm32f0xx] Import new CMSIS from STM32Cube_FW_F0_V1.5.0. by Erik Gilling · 8 years ago
  56. 2423845 [merge] merge in cortex-m fpu support changes by Travis Geiselbrecht · 8 years ago
  57. 7d06370 [stm32f7][qspi][debug] Add tracing to QSPI driver and STM32f7xx QPSI library. Reset QSPI Controller during init. by Gurjant Kalsi · 8 years ago
  58. f92aad2 [merge] merge master into the cortex-m fpu working branch by Travis Geiselbrecht · 8 years ago
  59. 6d0122b [heap] Add API used by Dartino to get arena list by Erik Corry · 8 years ago
  60. 0143e97 [external][cc13xxware] driver library for TI CC13xx parts by Brian Swetland · 8 years ago
  61. 6f277bb [stm32f0xx] remove STM32F0xx_StdPeriph_Driver. by Erik Gilling · 8 years ago
  62. 5f050a5 [lib][libm] Add floorf and ceilf by cstout · 8 years ago
  63. dcd82d7 [external] create readme by Travis Geiselbrecht · 8 years ago
  64. 171d14c [arch][arm] move CMSIS into external/ by Travis Geiselbrecht · 8 years ago
  65. a3da9e7 [lib][cksum] move into external/ by Travis Geiselbrecht · 8 years ago
  66. 7c412c3 [lib][heap] move dlmalloc implementation to external/ by Travis Geiselbrecht · 8 years ago
  67. 5e14990 [lib][libm] move to external/ by Travis Geiselbrecht · 8 years ago
  68. c5c59a4 [lib][aes] move to external/ by Travis Geiselbrecht · 8 years ago
  69. e514030 [lib][mincrypt] move to external/ by Travis Geiselbrecht · 8 years ago
  70. 8c5d182 [lib][miniz] move into external/ by Travis Geiselbrecht · 8 years ago
  71. cd3a87b [lib][lwip] move lwip into external/ by Travis Geiselbrecht · 8 years ago
  72. 8fa9501 [lib][fdt] move to external/ by Travis Geiselbrecht · 8 years ago
  73. e905886 [platform][stm32f2xx] move ST's peripheral driver library into external/ by Travis Geiselbrecht · 8 years ago
  74. 4bece86 [platform][stm32f0xx] move ST's peripheral driver library into external/ by Travis Geiselbrecht · 8 years ago
  75. 5b39a5d [platform][stm32f1xx] move ST's peripheral driver library into external/ by Travis Geiselbrecht · 8 years ago
  76. 8d63a2d [platform][stm32f4xx] move ST's peripheral driver library into external/ by Travis Geiselbrecht · 8 years ago
  77. 065785c [platform][stm32f7xx] move the STM32F7xx_HAL_Driver out into external by Travis Geiselbrecht · 8 years ago
  78. b7cb4be [platform][stellaris] move TI's driver library into external/ by Travis Geiselbrecht · 8 years ago
  79. 26effb3 [platform][lpc15xx] move the lpcopen driver library into external/ by Travis Geiselbrecht · 8 years ago