-
NXP is an important IC/Sensor manufacturer , We should support the LPC series mcu.
-
Are there anyway to build LiteOS by GCC toolchain, it seem we can now only build from IAR embedded workbench and Keil.
Both of the IDE can't use it on Linux.
Thanks.
-
I found that most of the kernel source files using following grammar:
```
#ifdef __cplusplus
#if __cplusplus
extern "C" {
....
}
#endif
#endif
```
like here: [https://github.com/LITEOS/L…
-
按照参考文档编写下面的代码:
* 1、中断处理函数
```C
void EXTI15_10_IRQHandler(void){
usart2_printf(" get in key int0\r\n");
if(EXTI_GetITStatus(EXTI_Line13) != RESET){
GPIO_SetBits(GPIOA, GP…
-
two docs based on DISCO-STM32F429 with keil
one is the LiteOS_Migration_Guide_keil.md, the other one is LiteOS_Migration_Guide_stm32f429_Keil.md
which is standard?
-
Need to be optimized:
delay_ms() or delay_us() of the 3rd party drivers will trigger interruption during the hardware initialization.
A common way of using Huawei LiteOS would be run through the …
-
**issue关闭,移至LiteOS中讨论**
在M0+移植中,
LOS_QueueCreate时的参数[usMaxMsgSize](https://github.com/LITEOS/LiteOS_Kernel/blob/master/example/api/los_api_msgqueue.c#L162)如果不是4的整数倍,将会造成向队列第二次写入时,有[不对齐的内存写入操作](https…
-
In the Huawei LiteOS 2017 Hackthon, Beijing Station, one of the programmers found there were two interfaces declared in header files los_queue.h, but "undefined error" was reported during the linking …
-
we shoud verify liteOS on stm32f429 by keil
-
合并后的代码有问题:
Huawei_LiteOS, Libraries, Project, User, images, README.md, keilkill.bat 都应该是 master组的内容,不应该放在根目录。
请将以上文件移至 Hackethon_170108_master_hozemonitor 下。