readme.txt 5.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. *****************************************************************************
  2. *** Files Organization ***
  3. *****************************************************************************
  4. --{root} - ChibiOS directory.
  5. +--readme.txt - This file.
  6. +--documentation.html - Shortcut to the web documentation page.
  7. +--license.txt - GPL license text.
  8. +--demos/ - Demo projects, one directory per platform.
  9. +--docs/ - Documentation.
  10. | +--common/ - Documentation common build resources.
  11. | +--hal/ - Builders for HAL.
  12. | +--nil/ - Builders for NIL.
  13. | +--rt/ - Builders for RT.
  14. +--ext/ - External libraries, not part of ChibiOS/RT.
  15. +--os/ - ChibiOS components.
  16. | +--common/ - Shared OS modules.
  17. | | +--abstractions/ - API emulator wrappers.
  18. | | | +--cmsis_os/ - CMSIS OS emulation layer for RT.
  19. | | | +--nasa_osal/ - NASA Operating System Abstraction Layer.
  20. | | +--ext/ - Vendor files used by the OS.
  21. | | +--ports/ - RTOS ports usable by both RT and NIL.
  22. | | +--startup/ - Startup support.
  23. | +--ex/ - EX component.
  24. | | +--dox/ - EX documentation resources.
  25. | | +--Bosch / - EX complex drivers for Bosch devices.
  26. | | +--ST/ - EX complex drivers for ST devices.
  27. | +--hal/ - HAL component.
  28. | | +--boards/ - HAL board support files.
  29. | | +--dox/ - HAL documentation resources.
  30. | | +--include/ - HAL high level headers.
  31. | | +--lib/ - HAL libraries.
  32. | | | +--complex/ - HAL collection of complex drivers.
  33. | | | | +--mfs/ - HAL managed flash storage driver.
  34. | | | | +--serial_nor/ - HAL managed flash storage driver.
  35. | | | +--fallback/ - HAL fall back software drivers.
  36. | | | +--peripherals/ - HAL peripherals interfaces.
  37. | | | +--streams/ - HAL streams.
  38. | | +--osal/ - HAL OSAL implementations.
  39. | | | +--lib/ - HAL OSAL common modules.
  40. | | +--src/ - HAL high level source.
  41. | | +--ports/ - HAL ports.
  42. | | +--templates/ - HAL driver template files.
  43. | | +--osal/ - HAL OSAL templates.
  44. | +--oslib/ - RTOS modules usable by both RT and NIL.
  45. | | +--include/ - OSLIB high level headers.
  46. | | +--src/ - OSLIB high level source.
  47. | | +--templates/ - OSLIB configuration template files.
  48. | +--nil/ - NIL RTOS component.
  49. | | +--dox/ - NIL documentation resources.
  50. | | +--include/ - NIL high level headers.
  51. | | +--src/ - NIL high level source.
  52. | | +--templates/ - NIL configuration template files.
  53. | +--rt/ - RT RTOS component.
  54. | | +--dox/ - RT documentation resources.
  55. | | +--include/ - RT high level headers.
  56. | | +--src/ - RT high level source.
  57. | | +--templates/ - RT configuration template files.
  58. | +--various/ - Various portable support files.
  59. +--test/ - Kernel test suite source code.
  60. | +--lib/ - Portable test engine.
  61. | +--hal/ - HAL test suites.
  62. | | +--testbuild/ - HAL build test and MISRA check.
  63. | +--nil/ - NIL test suites.
  64. | | +--testbuild/ - NIL build test and MISRA check.
  65. | +--rt/ - RT test suites.
  66. | | +--testbuild/ - RT build test and MISRA check.
  67. | | +--coverage/ - RT code coverage project.
  68. +--testex/ - EX integration test demos.
  69. +--testhal/ - HAL integration test demos.
  70. *****************************************************************************
  71. *** Releases and Change Log ***
  72. *****************************************************************************
  73. *** 19.1.1 ***
  74. - NEW: Extra timer checks in STM32 ST driver.
  75. - FIX: Fixed invalid AXI errata fix for STM32H7xx (bug #1014).
  76. - FIX: Fixed invalid ADCD3 initialization in STM32 ADCv3 driver (bug #1013).
  77. - FIX: Fixed invalid call to dmaStreamRelease() in STM32 SDIOv1 driver
  78. (bug #1012).
  79. - FIX: Fixed wrong license restriction check in Nil (bug #1011).
  80. - FIX: Fixed uninitialized variables in STM32 DMA drivers (bug #1010).
  81. - FIX: Fixed wrong mcuconf.h in some testex demos related to STM32F407
  82. (bug #1008).
  83. - FIX: Fixed problem in STM32 mcuconf.h template files (bug #1007).
  84. - EX: Fixed I2C Acquire bus called twice in the HTS221 initialization
  85. (bug #1006).
  86. - EX: Fixed missing I2C release bus in LPS22HB initialization (bug #1005).
  87. *** 19.1.0 ***
  88. - First 19.1.x release, see release note 19.1.0.