fixed spi, serialPort bugs
added i2c(timingr problems), spi, exti, databus
added function getNumberOfItemsInTransfer
added DMA
added setPrescaler function
added sending by DMA
now spi dma uses microhal::semaphore
updated spi interrupt driver
added spi_polling, modified core and IOManager ...
added gpio and serialport ports
Iomanager created for spi
Iomanager created for spi
removed externals
Serial port works with interrupts
Vector table update
Usart works in polling mode
Usart works in polling mode
added stop and start functions
included microhal port config file
Repaired frequency calculations for ahb, apb1,...
added function setMemoryIncrement
repleced while loop semaphore to microhal os se...
renamed consoleIODevice file
Clock calculations update, not tested
IOManager implemented with serials
IOManager implemented with serials
Core port compilation problem resloved
Porting progress, gpio done, core in progress
Porting progress, gpio done, core in progress
Included gpio header for stm32f3xx
New CMSIS 4.5.0
Old CMSIS removed
New main for testing
Port for stm32f373 first steps
Structure of directories and first files
added options for windows os
changed enum names accroding to microhal nammin...
i2c read write
upadted to new serialPort interface
updeted cases in includes
implemented function according to new API
change #includes files names to proper characte...
using new I2C API
deleted linux includes
updated linux port
Back to revision 26
Deleted svn::external from revision 27. Now mic...
Additional memory test, implementing memory man...
Changed folder SVN properties.
Added CMU driver file
Added external interrupt driver.
added gpio driver, driver was briefly tested for:
added files for efm32 required to include port ...
Added gpio driver file. Driver is incomplete, r...
added startup files
added efm32lg drivers files
added silicon labs vendor port selection
added svn::externals to efm32lg port repository
added folder for siliconLabs processors
Add initial directories
External interrupt working example (multiple si...
added function prototypes
branch for implementation of new I2C API
Added nordic vendor to port include files
Added NORDIC vendor.
added licence notice, added Nordic vendor
Fix bug in write register with multiple data.
fixed write function - it was sending one byte ...
without unused warning
trying to complie with new microIDE and toolchains
fixed constexpr mutex ctor bug
added literal_string
merged
moved ports files
moved common ports resources -> CMSIS
Moved port for STM32f4 and stm32f0
moved windows and linux port to ports repository
added project files
Share project "microHAL_port_test" into "https:...
added folder for test projects
added folders for tests and ports
initial commit