zykrahgaming
|
e898157b18
|
Even more more changes to chconf.h files
|
2022-01-01 18:37:17 +11:00 |
zykrahgaming
|
0aa26e0bee
|
Fixed HAL version in halconf.h files
|
2022-01-01 18:28:46 +11:00 |
zykrahgaming
|
7014bc09be
|
Even more updates to chconf.h files
|
2022-01-01 18:24:30 +11:00 |
zykrahgaming
|
f3f4b4f9b9
|
Further updates to chconf.h files
|
2022-01-01 18:16:54 +11:00 |
zykrahgaming
|
2cc8ba6aa4
|
Updated Makefiles to use new ChibiOS HAL and RT versions. Updated chconf.h files to include missing definitions. Still a few more things to add.
|
2022-01-01 17:56:50 +11:00 |
zykrahgaming
|
42bc000dc2
|
Updated Makefiles to use newer ARM ports
|
2022-01-01 17:41:28 +11:00 |
zykrahgaming
|
a2a9fc56d3
|
Update Makefiles to use new test library
|
2022-01-01 17:34:33 +11:00 |
Fabien Poussin
|
2268395124
|
Updated all halconf/chconf headers
|
2020-04-08 00:35:16 +02:00 |
Fabien Poussin
|
fb4302ba7a
|
Updating osal.mk path
|
2020-04-04 18:30:52 +02:00 |
Fabien Poussin
|
638024b549
|
Rest of Kinetis examples
|
2019-10-02 13:30:35 +02:00 |
Fabien Poussin
|
b4c285b788
|
Kinetis testhal fixes
|
2019-10-02 13:19:29 +02:00 |
Fabien Poussin
|
2e17d54017
|
Kinetis ADC
|
2019-10-02 13:09:49 +02:00 |
Fabien Poussin
|
d2402f9f83
|
Kinetis linker files path
|
2019-10-02 10:47:02 +02:00 |
Fabien Poussin
|
aa0e99b2a8
|
Kinetis testhal fixes
|
2019-10-02 10:47:02 +02:00 |
Fabien Poussin
|
b4dfe5e274
|
Updating Makefiles for 19.1.x
|
2019-10-01 16:12:27 +02:00 |
Fabien Poussin
|
f7cdcf592e
|
Updated ChibiOS path for all Makefiles
|
2019-03-12 10:50:06 +01:00 |
Konstantin Oblaukhov
|
a6bb21d05b
|
KINETIS tests and demos updated to ChibiOS 18.2.x.
|
2018-11-20 09:53:38 +07:00 |
Fabien Poussin
|
424c7a2717
|
Fixed most testhal examples for STM32, updated configs using script. Fixed deprecated MS2ST calls.
|
2018-03-14 20:15:13 +01:00 |
Fabio Utzig
|
f392dfa223
|
Add version tags
Signed-off-by: Fabio Utzig <utzig@apache.org>
|
2017-10-09 10:12:59 -03:00 |
funnydog
|
dc478a5511
|
testhal: handle USB_EVENT_(RESET|UNCONFIGURED) in KINETIS demos
Handle the USB_EVENT_RESET and USB_EVENT_UNCONFIGURED as they were
USB_EVENT_SUSPEND like in STM32 demos.
|
2016-12-13 08:52:47 +01:00 |
funnydog
|
b403f064d4
|
testhal: add missing sduWakeupHookI() call to KINETIS usb_serial demos
Add the missing call to sduWakeupHookI() to the USB_EVENT_WAKEUP event,
with proper locking around them.
|
2016-12-13 08:51:52 +01:00 |
funnydog
|
f501682759
|
Fix KINETIS USB_SERIAL testhal compilation.
Fix KINETIS USB_SERIAL testhal compilation by renaming the function
sduDisconnectI() to sduSuspendHookI().
|
2016-11-15 19:40:47 +01:00 |
Jonathan Struebel
|
71dc079032
|
Added USB HID driver to community HAL
|
2016-06-18 20:02:22 -07:00 |
flabbergast
|
7d99206f05
|
[KINETIS] PAL driver: implement PAL_LINE.
|
2016-05-08 09:09:43 +01:00 |
flabbergast
|
05c64a50b5
|
[KINETIS] Fix KL26Z/I2C/Makefile.
|
2016-05-01 08:47:01 +01:00 |
Fabio Utzig
|
5c02f23706
|
Merge pull request #62 from flabbergast/i2c
[KINETIS] I2C update (timeouts, KL27Z)
|
2016-04-27 19:03:01 -03:00 |
flabbergast
|
cee50b34e2
|
[KINETIS] Add FRDM-KL26Z/I2C demo.
|
2016-04-24 18:36:00 +01:00 |
flabbergast
|
39e3a31d94
|
[KINETIS] Mass update Makefile (license & asm changes).
|
2016-04-24 17:12:49 +01:00 |
flabbergast
|
1737a7dfb2
|
[KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus.
|
2016-04-24 16:38:27 +01:00 |
flabbergast
|
a109d62f0a
|
[KINETIS] Update Makefiles to use shell.mk.
|
2016-04-24 16:38:04 +01:00 |
Jonathan Struebel
|
c523fa6f7a
|
[KINETIS] Moved time variable definition in blinker thread
|
2016-04-18 20:40:13 -07:00 |
flabbergast
|
970207c18c
|
[KINETIS] Update ld script in TEENSY_LC/EEPROM_EMU demo.
|
2016-04-11 17:32:37 +02:00 |
Fabio Utzig
|
8bd60ee894
|
Fix testhal test thd usage
|
2016-04-04 22:40:32 -03:00 |
Jonathan Struebel
|
c876a8d1d4
|
[KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M board
|
2016-03-29 20:27:34 -07:00 |
flabbergast
|
ad63d79780
|
[KINETIS] Add a custom KL27Z breakout board demo.
|
2016-03-22 18:49:34 +00:00 |
flabbergast
|
82ada2bb21
|
[KINETIS] Move I2C and ADC demo to proper subdir.
|
2016-03-22 18:44:41 +00:00 |
flabbergast
|
9f5d7fd40b
|
[KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK).
|
2016-03-22 18:43:20 +00:00 |
Fabio Utzig
|
b67ecdfeca
|
[KINETIS] Move from main repo to contrib
|
2016-03-07 12:33:00 -03:00 |